This sample illustrates the implementation of binding Datatable in the GridDataBoundGrid.
Below is an image of a GridDataBoundGrid binded with Datatable.
DataTable Demo
Features
The GridDataBoundGrid can be binded with Datatable in easy steps.
The following code illustrates binding a datasource to the GridDataBoundGrid with Datatable.
//Bind the datasource to GridDataBoundGrid.
this.gridDataBoundGrid1.DataSource = ds.Tables["Products"];