Hello,
when i use group by, grid is rendered in a div with hidden overflow.
indentation for subgrids pushes the subgrid right, and the outer div does not resize wide enough. As a result inner grid gets clipped on the right side.
so far i was only able to come up with a css hack to solve this. Isn't there a way to fix it using infragistics configuration?
I am also aware that i can set the width on the frame. This is not good however because that width is variable depending on what columns are set to visible by the client.
output:
http://imgur.com/ah462.gif
notice what happens when i apply a css hack, that changes that div from "overflow:hidden" to "overflow: visible"
http://imgur.com/ivij8.jpg
IF i make it "overflow: auto" it will just add scrollbars!