Hello, I have a problem with the 'RadzenDataGrid' component. Since version 128 of the Chromium engine was released, I have been experiencing a kind of flickering in this component. I'm using the property AllowVirtualization="true"
Here is what I have on my end using Version 128.0.6613.114 (Official Build) (64-bit)
Thank you for the response. Here’s what’s happening to me; I’m attaching the following GIF (sorry for the quality of the GIF).
Do you have the same problem on our demos with this Chrome version?
The demo example you shared works perfectly in the latest update of Chrome. However, in my project, the component works correctly in version 167 without any changes. It started giving me problems starting with version 168. I need help identifying the cause of this flickering error that I've been experiencing.
Without runnable code demonstrating the problem we cannot provide any help.
I found the cause of the error. This happened because modifying the zoom property via CSS or JavaScript and using virtualization causes flickering in the Radzen grid.
For example:
document.body.style.zoom = "70%";
Thank you for your help.
Best regards.