This question is locked. New answers and comments are not allowed.
Hii I need to use Telerik Nested Grid with Specific condition. For Now I am Can display output of Telerik Nested Grid.
For Example I can Display Following Structure ... using this example http://demos.telerik.com/aspnet-mvc/grid/hierarchyserverside
Table A + SubTable A Name Type CreatedON
But Now My requirement is changed Now I need TO Display Following Structure
\ IFCOndition--> (IF TableA.Type=="A" {show SubTable A} If "B" {Show Table B}
Row 1-> Table A (Table.Type=="A")
+SUbTable A Name Type CreatedOn
Row 2-> Table A (Table.Type=="A")
+SUbTable A Name Type CreatedOn
Row 3-> Table A (Table.Type=="B")
+SUbTable B Name Type CreatedOn
+SUbTable C Name Type CreatedOn
It means if My child grid value should be according to my Master Table Type.
Please if you need more details tell me.