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
45
Fixed Field splitter in Hierarchical xamdatagrid
posted

As per one of the requirement. I need to show data in following format: 

Above image is the sample data / layout that I am able to generate. Now there are few columns that will be fixed in data grid. When I set the respective properties, it shows the fixed field splitter as expected. The splitter looks like follow:

 

If you notice for child records its not showing the field splitter line. That too is expected behavior as the field splitter belongs to Parent and not child. My requirement is to extend the parent field splitter in child data grid. Is there any way to achieve that? 

I also tried fixed fields in child fieldlayout. That made the field splitter visible for the child as well. However, when on dragging the parent field splitter, child column is adjusting its width but vice versa is not working.

Thanks in advance for any help.