Hi,
I have a page wich contains left a radgrid with about 750 records (no paging) and right a formview.
The formview is databound on the radgrid, so when you select a row in the radgrid the formview refreshes with the selected record.
Pretty basic so far.
Now when i initialy load the page it takes about 3 seconds for everything to load.
Then, without the ajax it takes about 3 seconds for page to reload after i select a row in the radgrid. As you expect the whole page is reloaded. Something we dont want.
Now i added an Ajax manager in the hope i could cut down on this load time. I set the ajaxmanager so that for request on the radgrid it should only refresh the formview.
But this seems to make the application run slower! It now takes about 5 to 10 seconds for the formview to refresh.
What did i do wrong?
Anybody an idea,
Regards,
Jelte
I have a page wich contains left a radgrid with about 750 records (no paging) and right a formview.
The formview is databound on the radgrid, so when you select a row in the radgrid the formview refreshes with the selected record.
Pretty basic so far.
Now when i initialy load the page it takes about 3 seconds for everything to load.
Then, without the ajax it takes about 3 seconds for page to reload after i select a row in the radgrid. As you expect the whole page is reloaded. Something we dont want.
Now i added an Ajax manager in the hope i could cut down on this load time. I set the ajaxmanager so that for request on the radgrid it should only refresh the formview.
But this seems to make the application run slower! It now takes about 5 to 10 seconds for the formview to refresh.
What did i do wrong?
Anybody an idea,
Regards,
Jelte