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???
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.IndentationDefaultGrid.DisplayLayout.IndentationTypeDefaultGrid.DisplayLayout.RowExpAreaStyleDefault
I can't believe how difficult this is... Still no luck. Love to hear other suggestions.
I'm trying to use some geometry to determine the width of my first row based on the length of the indententation area, but that is not quite working out...