Data Grid Component Taking More Time in Page Load
We are using a DataGrid component to showcase customer data.
Each column is editable, and we have added components like:
- Select Single
- Combo Box
- Input Text
- Menu Buttons
- Custom functionality/events
After adding all these functionalities, the DataGrid rendering has become very slow, even with fewer rows.
Has anyone faced the same issue?
How did you resolve it and improve page performance?
0