This question is locked. New answers and comments are not allowed.
Ciaran O'Neill
Top achievements
Rank 1
Ciaran O'Neill
asked on 12 Jul 2010, 07:40 AM
Hi,
I'm using the RAD GridView in an MVC project. Do you have an example of using a nested grid within a parent grid?
In Silverlight, I would use the RadGridView.RowDetailsTemplate and specify another GridView as the DataTemplate, but I haven't been able to find a sample nested grid in MVC yet.
Thanks,
Ciaran.
I'm using the RAD GridView in an MVC project. Do you have an example of using a nested grid within a parent grid?
In Silverlight, I would use the RadGridView.RowDetailsTemplate and specify another GridView as the DataTemplate, but I haven't been able to find a sample nested grid in MVC yet.
Thanks,
Ciaran.
4 Answers, 1 is accepted
0
Espen
Top achievements
Rank 1
answered on 22 Sep 2010, 05:06 PM
I have the same situation. :)
I hope Telerik have some examples for this.
I hope Telerik have some examples for this.
0
Hello,
Unfortunately RadGrid does not support nested grids in ASP.NET MVC project. Nevertheless I will suggest you use our native Grid UI extension for ASP.NET MVC, which supports detail views. Check this online example for more information.
Best wishes,
Georgi Krustev
the Telerik team
Unfortunately RadGrid does not support nested grids in ASP.NET MVC project. Nevertheless I will suggest you use our native Grid UI extension for ASP.NET MVC, which supports detail views. Check this online example for more information.
Best wishes,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Espen
Top achievements
Rank 1
answered on 22 Sep 2010, 05:36 PM
Aha. Perfect for mye usage actually. :)
Thank you!
Thank you!
0
Vinay
Top achievements
Rank 1
answered on 05 Feb 2013, 01:41 PM
Thanks a lot.. It helped me on time..