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

radgrid child grid databinding

1 Answer 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
JJ
Top achievements
Rank 1
JJ asked on 14 Jul 2011, 10:21 PM
I have a list of collection list1, in this list, there are one items has sub list of collection (list2, list2 is inside list1).
Can I bind the grid to list1 and auto populate the child grid as list2?

Thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 15 Jul 2011, 04:51 AM
Hello JJ,

You can programmatically bind a child grid using DetailTableDataBind event. Check the following help documentation which explains more about this.
Hierarchical data-binding using DetailTableDataBind event.

Also check the following demo which explains the same.
Grid / Programmatic Binding.

Thanks,
Princy.
Tags
Grid
Asked by
JJ
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or