This question is locked. New answers and comments are not allowed.
Hi Telerik Team,
I'm working on the grid which needs to create the detail view dynamically.
For example i have a parent category 'A'. A has a child category 'B' and B has items 'C' and 'D'.
the next record is parent category 'E'. E has a child category 'F'. F has a child category 'G' and G has item 'H'; and so on
below is the grid will look like:
A
-> B (detail view level 1)
-> C (item)
-> D (item)
E
->F (detail view level 1)
-> G (detail view level 2)
-> H (item)
so each row will has its detail view leveling based on the data.
Is there a way to have the detail view dynamically created?
Regards,
Lilis
I'm working on the grid which needs to create the detail view dynamically.
For example i have a parent category 'A'. A has a child category 'B' and B has items 'C' and 'D'.
the next record is parent category 'E'. E has a child category 'F'. F has a child category 'G' and G has item 'H'; and so on
below is the grid will look like:
A
-> B (detail view level 1)
-> C (item)
-> D (item)
E
->F (detail view level 1)
-> G (detail view level 2)
-> H (item)
so each row will has its detail view leveling based on the data.
Is there a way to have the detail view dynamically created?
Regards,
Lilis