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

[Solved] Create detail view dynamically

0 Answers 13 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.
lilis
Top achievements
Rank 1
lilis asked on 10 Jul 2012, 06:59 AM
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

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