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

[Solved] several table at a hierarchy in mvc telerik grid?

0 Answers 11 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kapil
Top achievements
Rank 1
Kapil asked on 23 Jan 2013, 03:59 AM

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.

Tags
Grid
Asked by
Kapil
Top achievements
Rank 1
Share this question
or