Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Binding xamlGrid to a DataSet
posted

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?

Parents
No Data
Reply
  • 69686
    posted

    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.

Children
No Data