How to achieve the following table nesters in .NET:
A
B
B1
B2
A1
B11
B21
A2
B12
B22
Claim:
1. The table's HEAD is automatically generated according to the definition, and the Head definition can be an XML definition nested structure.
2. The data can be implemented to the binding of the DataSet.
3. It is best to use DataGrid, or other controls provided.
I don't know if there is any ideal solution now! Or ready-made controls!