G Guest Nov 9, 2006 #1 how to add nested DataGrids in windows form to display Hierarchical Data Pls help
G Guest Nov 9, 2006 #2 I have tried this, but the data is not getting displayed as i expected. I have defined the DataRelation as below. Dim dr As New DataRelation("myRelation", dsProducts.Tables("table1").Columns("ProductID"), dsProducts.Tables("table2").Columns("ProductID")) Pls send me some link where i get some code or article regarding this My DataGrid should look like this http://www.componentone.com/Products/images/net/c1flexgrid/flexnet_category.gif
I have tried this, but the data is not getting displayed as i expected. I have defined the DataRelation as below. Dim dr As New DataRelation("myRelation", dsProducts.Tables("table1").Columns("ProductID"), dsProducts.Tables("table2").Columns("ProductID")) Pls send me some link where i get some code or article regarding this My DataGrid should look like this http://www.componentone.com/Products/images/net/c1flexgrid/flexnet_category.gif
N Ninoslav Rasinec Nov 9, 2006 #3 If you can use third party controls, please take a look at our Hierarchical DataGridView control. You can find more info on http://www.applicationaspect.com/SiteSections/ProductCenter/HierarchicalDataGridView/Overview.aspx -- Regards, Rasinec Ninoslav www.ApplicationAspect.com (e-mail address removed) (please, replace dots with appropriate letters)
If you can use third party controls, please take a look at our Hierarchical DataGridView control. You can find more info on http://www.applicationaspect.com/SiteSections/ProductCenter/HierarchicalDataGridView/Overview.aspx -- Regards, Rasinec Ninoslav www.ApplicationAspect.com (e-mail address removed) (please, replace dots with appropriate letters)
W waheed iqbal Nov 10, 2006 #4 You must Prepare Relational DataSet and then bind this to datatagrid. I did this with Inferagestic(third party dotnet controls) DataGrid , i am not sure but it should be true for windows grid regards Waheed
You must Prepare Relational DataSet and then bind this to datatagrid. I did this with Inferagestic(third party dotnet controls) DataGrid , i am not sure but it should be true for windows grid regards Waheed