Hi,
I have 2 grids. Grid 1 has several controls (dropdowns, datepicker).
Initially, using the RadAjaxManager, I ajaxified grid 1, so that it would update Grid 2 if these controls were updated (they autopost). I'm trying to improve performance, and realized that only some of the controls in Grid 1, need to update Grid2. So following the methodology found here:
http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/partialajaxification/defaultcs.aspx
I'm ajaxifying each control separately. So some controls update Grid1 only, and some update Grid1 and Grid2. This works great.
The problem that I am having, is that I have a drag and drop functionality from Grid 1, to Grid 2.
Previously, when I ajaxified the whole grid, the drag and drop was ajaxified, and both Grid 1, and Grid 2 were both updated. Now that I am doing each control individually, I've lost this functionality.
How do I declaritively setup the drag and drop to ajaxifying both Grid 1 and Grid 2 again? I don't know what "control" to use to add the AjaxSettings.
Thanks for your help.
Rich
I have 2 grids. Grid 1 has several controls (dropdowns, datepicker).
Initially, using the RadAjaxManager, I ajaxified grid 1, so that it would update Grid 2 if these controls were updated (they autopost). I'm trying to improve performance, and realized that only some of the controls in Grid 1, need to update Grid2. So following the methodology found here:
http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/partialajaxification/defaultcs.aspx
I'm ajaxifying each control separately. So some controls update Grid1 only, and some update Grid1 and Grid2. This works great.
The problem that I am having, is that I have a drag and drop functionality from Grid 1, to Grid 2.
Previously, when I ajaxified the whole grid, the drag and drop was ajaxified, and both Grid 1, and Grid 2 were both updated. Now that I am doing each control individually, I've lost this functionality.
How do I declaritively setup the drag and drop to ajaxifying both Grid 1 and Grid 2 again? I don't know what "control" to use to add the AjaxSettings.
Thanks for your help.
Rich