Dear all,
I have the DataSet with three dataables and this dataset will assign to the datasource of the ultragrid.
If DataTable 1 is for band[0] and DataTable 2 for band[1], is it possible to create another band[1] for DataTable 3.
It means there are two band[1] . In our situations, Table 1 or band[0] is for product. And there are two type of characteristics (other two datatables with the same level band[1]) for these products in which one product only have either one of these two type.
I have tried to add the DataTable to the DataSet and make the relation.
Recompile the project. Then the ultragrid will show two child under band[0].
It solved my problem and thanks you
Could you tell me how to add another band[1] for DataTable3 to the existing ultragrid?? e.g. Create DataTable3 in DataSet, mapping relationship between Band[0] and Band[1].....