Treeview structure in datagrid
-
Hello, My requirement is to show parent child relationship in datagrid in treeview format. Means on clicking + sign new grid should be open with thread from first one to new grid showing all child records, + sign if they have further childs. Upto that gird where no further child. I already used relationship but there parent records are shown in top portion of new grid. but this is not what required. Thanks for ur help. Inpreet Singh
-
Hello, My requirement is to show parent child relationship in datagrid in treeview format. Means on clicking + sign new grid should be open with thread from first one to new grid showing all child records, + sign if they have further childs. Upto that gird where no further child. I already used relationship but there parent records are shown in top portion of new grid. but this is not what required. Thanks for ur help. Inpreet Singh
The .NET FCL doesn't have such a control. You should look at third-party grid controls like those from http://www.devexpress.com[^] and http://www.infragistics.com[^], both of which are good (and not very expensive and royalty-free) controls.
Microsoft MVP, Visual C# My Articles
-
The .NET FCL doesn't have such a control. You should look at third-party grid controls like those from http://www.devexpress.com[^] and http://www.infragistics.com[^], both of which are good (and not very expensive and royalty-free) controls.
Microsoft MVP, Visual C# My Articles