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
60
Hierarchical Data XamGrid, synchronize ChildRow Column Widths
posted

Hello,

I tried to display hierarchical data in the xamgrid - all levels with the same type / columns - and I want to share the "outer headers" (and header-sizes) for all indentation levels.

However - this seems to be impossible with the xamGrid, but I found a kinda hacky way how to achieve this with XamDataGrid (WPF):

https://www.infragistics.com/community/blogs/b/josh_smith/posts/synchronizing-field-widths-between-fieldlayouts-in-xamdatagrid

Questions:

- Is this hack still necessary

- Is this hack even possible in Silverlight XamGrid (which does not have the needed events / fields)

- Is this hack possible while still having an indentation != 0 pixel (I don't like that hierarchy-levels aren't indented!)

 

Thanks for your help

Sven Schmid

Parents
No Data
Reply
  • 34510
    Offline posted

    Hello Sven,

    That implementation for the XamDataGrid is still necessary.  Whether it can be ported over to the XamGrid though, I'm not sure.  I am looking into whether it can still be used and if there is a different approach we can take for the XamGrid.  I will get back to you early next week.

Children