Hello, we faced some compatibility problems with the last Chrome update (currently 83.0.4103.61) that render our pages unusable. So far we found these problems:
- Grids with Buffered="true" doesn't load. When you call a sore.reload() the AJAX call does not start, so the grid remains in the "loading" stat forever.
- Both ext:FileUpload and asp:FlieUpload causes the same problem as before with non-buffered grids. Not always: some pages works correctly with FileUpload and Grid, some not. If you use <input> instead FileUpload, the problem doesn't occurs.

That's all we found so far.

Do you have any solution for these problems?

Thank you