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
2349
Help!! How do I get child columns to line up with the parent columns...
posted

The drill down data in my grid has all of the same columns.  I want them to all align, but can't figure out how to do this...  Is there a property?  Or do I need to write crazy JS to make it happen.  Anyone???

 

 

Parents
No Data
Reply
  • 8680
    posted

    Each column has a .Width property.

    The tricky part is allowing for the indentation of child bands.  I'm not sure, but you might find it helpful to play with:

    Grid.DisplayLayout.IndentationDefault
    Grid.DisplayLayout.IndentationTypeDefault
    Grid.DisplayLayout.RowExpAreaStyleDefault

Children