Hi All,
I have a rad grid that I am using to allow the user to enter in two different dates on each row along with a combo box drop down. The calendars are both set to use a shared calendar and the combo is set to be load on demand. The grid itself always shows the edit form for each row as most rows will need to be edited before being saved to the database. The EditFormType is set to Template.
My routine uses the RadScheduler functions to generate a set of dates and these are used for the rows. From watching what is going on it seems as though the whole server side of things is very fast, as soon as the page renders the whole thing drags.
The other aspect that is causing trouble is that I need an AJAX event to fire when the date fields change, this works but causes the whole grid to rerender itself again.
Any troubleshooting tips on speeding up the controls?
Regards,
Jon
I have a rad grid that I am using to allow the user to enter in two different dates on each row along with a combo box drop down. The calendars are both set to use a shared calendar and the combo is set to be load on demand. The grid itself always shows the edit form for each row as most rows will need to be edited before being saved to the database. The EditFormType is set to Template.
My routine uses the RadScheduler functions to generate a set of dates and these are used for the rows. From watching what is going on it seems as though the whole server side of things is very fast, as soon as the page renders the whole thing drags.
The other aspect that is causing trouble is that I need an AJAX event to fire when the date fields change, this works but causes the whole grid to rerender itself again.
Any troubleshooting tips on speeding up the controls?
Regards,
Jon