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
173
Tree Grid using XamDatagrid
posted
I have requirement to display hierarchical data in Tree Grid format. Please find  attached image showing tree grid format.
Can I get this behaviour using XamDatagrid control?
Parents
  • 2320
    posted

     

    Don't know why nobody's answered your question but XamDataGrid does support hierarchical data. If each object in your grid contains some sort of list, then XamDataGrid will automatically put your data in treeview format.

     

    Personally, I think it gets tricky if you have more than one level of hierarchy. 

Reply
  • 65
    posted in reply to Melissa

    The Tree-Table pattern on Quince is just what we want but the description mistakenly points WPF coders to the XamDataGrid and Hierarchical Data Binding in the xamFeatureBrowser. This is not the same pattern from a UX perspective.

    I'll raise a support issue with Infragistics for this and post back here when we get an answer.

Children