how to create nested data grid
-
hi all, i want to create one master datagrid ,in each cell of master datagrid contains one child datagrid " how it is possible. please help me.
-
hi all, i want to create one master datagrid ,in each cell of master datagrid contains one child datagrid " how it is possible. please help me.
-
hi all, i want to create one master datagrid ,in each cell of master datagrid contains one child datagrid " how it is possible. please help me.
Hi You can use nested DataGrids in this way 1.Add a DataGrid to the page. 2.Go to Property Builder of DataGrid(appear by clicking on the small arrow on the Right side top of the DataGrid,it is called Smart Tag or right click DataGrid and Select Show Smart Tag) 3.In that go to Columns tab and select Templete column then click arrow to add. 4.Give Header text name and click apply and Ok.Your Templete column will appear on the DataGrid as a column. 5.Again select Smart Tag,this time go to Edit Templetes.A single Templete column will appear. 6.Then Drag and Drop another DataGrid onto the Templete column. This is the way you create nested DataGrids
Cheers Chandu
-
Hi You can use nested DataGrids in this way 1.Add a DataGrid to the page. 2.Go to Property Builder of DataGrid(appear by clicking on the small arrow on the Right side top of the DataGrid,it is called Smart Tag or right click DataGrid and Select Show Smart Tag) 3.In that go to Columns tab and select Templete column then click arrow to add. 4.Give Header text name and click apply and Ok.Your Templete column will appear on the DataGrid as a column. 5.Again select Smart Tag,this time go to Edit Templetes.A single Templete column will appear. 6.Then Drag and Drop another DataGrid onto the Templete column. This is the way you create nested DataGrids
Cheers Chandu
Hi chandu, thanks for u r valuble reply. but if u have any idea to code of this nested grid. pls send me. thanks