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
110
how to present a table in xamDataTree
posted

Can any one give a hint to present data from SQL table in xamDataTree, kind of like the group-by view in datagrid.

For example, the data table looks like this

category  product   item

Cat1 Prod1 Item1

Cat1 Prod2 Item2

Cat2 Prod1 Item3

Cat2 Prod2 Item4

Cat2 Prod3 Item5