Hello,
Whenever I edit a row on radgrid, it appears that the whole grid is sent back by the server. I am editing the row with a modal popup box that is filled with a webusercontrol.
When I watch the traffic (with fiddler), it looks like this:
Initial load of grid: 123K
Entering Edit mode on a row: 184K
Exiting Edit mode: 117K
Two things I like to do:
1) When I enter editmode, only what is required for the popup to show would be sent.
2) When I exit edit mode, the popup would disappear and only the editedrow would be refreshed by the server.
Is this possible?
Edited: I am using RadAjaxManager and RadScriptManager on the page.
Thanks,
Sylvain
Whenever I edit a row on radgrid, it appears that the whole grid is sent back by the server. I am editing the row with a modal popup box that is filled with a webusercontrol.
When I watch the traffic (with fiddler), it looks like this:
Initial load of grid: 123K
Entering Edit mode on a row: 184K
Exiting Edit mode: 117K
Two things I like to do:
1) When I enter editmode, only what is required for the popup to show would be sent.
2) When I exit edit mode, the popup would disappear and only the editedrow would be refreshed by the server.
Is this possible?
Edited: I am using RadAjaxManager and RadScriptManager on the page.
Thanks,
Sylvain