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 Reply Children
No Data