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

[Solved] RadGrid with RadGrid inside/dynamic controls

1 Answer 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kristopher
Top achievements
Rank 1
Kristopher asked on 06 Aug 2013, 02:57 PM
Hey, 

I have a RadGrid that I wanted to ajaxify, so I put a RadAjax panel around the radgrid.  This causes the RadGrid to be ajaxified.  Every row of this RadGrid has a radgrid itself, and some usercontrols in another cell.  When I update the model of the radgrid inside the radgrid, the grids aren't updated through ajax, but cause a full postback instead.  The same is for the user controls inside the radgrid.  Any easy way to make the inside radgrid's update through ajax as well as the parent radgrid?  

Let me know if some code would be better to look at.

Thanks

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 09 Aug 2013, 02:53 PM
Hi Kristopher,

Wrapping a RadGrid with RadAjaxPanel will make all elements of the grid, which typically make a postback (e.g. Buttons, ImageButtons, LinkButtons) to perform a silent AJAX callback instead. Since this is not an expected behavior, please check the browser console for any JavaScript errors that may cause such unusual behavior.

For your convenience, I am attaching a simple, runnable project with nested RadGrids and user control inside the grid. 

If you continue to experience difficulties with your project, please open a support ticket and prepare a simple, runnable project and send it for inspection.


Best Regards,
Konstantin Dikov
Telerik
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 the blog feed now.
Tags
Grid
Asked by
Kristopher
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or