I have DataSet with two tables T1 and T2 like (Customers/Orders) they have the relation set on CustomerID. When I bind DS to the Grid I see T1 name, hierachical data (Customers/Orders) and plus T2 name and all Order records as Level 1. How remove extra Orders rows?
Hello,
I am not sure what you mean by "remove extra rows" but if you do not want the hierarchical structure, you can set the IsNestedDisplayEnabled property to false.