how can i create hirarchical grid using Generic list. Can anybody provide example for it.
1 Answer, 1 is accepted
0
Accepted
Nikolay
Telerik team
answered on 09 Oct 2012, 12:35 PM
Hello Mohammed,
This article describes how you can bind RadGridView to a generic list in general and this article describes how you can bind to a BindingList. As to hierarchy, this article describes how you can make a hierarchy in RadGridView from two DataTables. Although the article concerns DataTables and not generic lists directly, the process of setting up the hierarchy is the same. The only difference is that you set generic lists as DataSources instead of DataTables. Let me know if you have additional questions after following these articles.