This is a migrated thread and some comments may be shown as answers.

Updating RadGrid nested within a RadGrid Edit FormTemplate

1 Answer 55 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 14 Mar 2013, 12:33 PM
If I have a parent RadGrid1 which implements a FormTemplate for editing containing RadGrid2 and RadGrid 3 which are databound...

Is it possible to perform a drag drop operation between RadGrid2 and RadGrid3 without triggering an Ajax update for RadGrid1 yet still responding to the server side OnRowDrop command?

I would like to see only RadGrid2 and RadGrid3 updating with an Ajax refresh.

Is this possible?

Thanks

1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 19 Mar 2013, 09:21 AM
Hello,

 You can use the RadAjaxManager and specify in the ajax setting that RadGrid2 only needs to update RadGrid3 (and the reverse if necessary) then the OnRowDrop of the child grids should fire as expected. And when performing drag-drop the parent grid should not be refreshed.

Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
Dave
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or