Hi,
I have a RadGrid in which all rows are in edit mode, like in this example:
http://www.telerik.com/help/aspnet-ajax/grdputallitemsineditmodenoadditionalrebind.html
In the grid I have 7 columns containing checkboxes, 1 RadCombo, 1 RadNumericInput and 4 RadTextBoxes.
This is because the user should edit all rows and then press save to update everything. The number of rows that are edited is variable. The performance of this application gets progressively worse when there are more rows.
For instance, with 90 rows, after the page is loaded on the client side, there is initially an empty radgrid.
It then takes 20 seconds in FF and about 40 seconds in IE before the textboxes and checkboxes are rendered.
We have a RadFormDecorator, but every time you hover your mouse over a checkbox or click it, it takes about 3 seconds before this has any visual effect. We put checkboxes in the ControlsToSkip property of the decorator, which improved the performance significantly in FireFox.
In IE however, we still suffer from very long mouse action response times. Usually IE will stop responding altogether and we need to kill the process.
This is on a machine with dual core 2.53 GHz processors and 4GB RAM. I've tested on other machines as well with similar results.
Has anyone experienced similar problems with editing all rows in a grid? And more importantly, does anyone have any suggestions on how to solve this?
Thanks,
Jaap
I have a RadGrid in which all rows are in edit mode, like in this example:
http://www.telerik.com/help/aspnet-ajax/grdputallitemsineditmodenoadditionalrebind.html
In the grid I have 7 columns containing checkboxes, 1 RadCombo, 1 RadNumericInput and 4 RadTextBoxes.
This is because the user should edit all rows and then press save to update everything. The number of rows that are edited is variable. The performance of this application gets progressively worse when there are more rows.
For instance, with 90 rows, after the page is loaded on the client side, there is initially an empty radgrid.
It then takes 20 seconds in FF and about 40 seconds in IE before the textboxes and checkboxes are rendered.
We have a RadFormDecorator, but every time you hover your mouse over a checkbox or click it, it takes about 3 seconds before this has any visual effect. We put checkboxes in the ControlsToSkip property of the decorator, which improved the performance significantly in FireFox.
In IE however, we still suffer from very long mouse action response times. Usually IE will stop responding altogether and we need to kill the process.
This is on a machine with dual core 2.53 GHz processors and 4GB RAM. I've tested on other machines as well with similar results.
Has anyone experienced similar problems with editing all rows in a grid? And more importantly, does anyone have any suggestions on how to solve this?
Thanks,
Jaap