Posted 2 January 2025, 8:56 am EST - Updated 2 January 2025, 9:30 am EST
We are using the wijmo flexgrid to display data entries. After upgrading to version 5.20242.21, we noticed that while scrolling the grid content vertically or horizontally, the row height changes, causing a flickering effect.
We need to fix the row height at 32px. We have used grid.rows.defaultSize = 32; in .ts file. Also we’ve tried applying CSS, but it’s not having any effect.
Please provide guidance on how to resolve this issue and maintain a consistent row height of 32px. Let me know if you need more details.