Ok, I need help understanding why this would be the case. I'm assuming, of course, there is a reason for it.
I have a grid...
The Grid column widths are NOT set...
The Grid Header/Item/Footers are all set to wrap=false.
Scrolling is enabled.
Static Headers are enabled.
EDIT: I should have stated this also. The grid width is set to 100% so it will shrink/expand with the page.
Without a group active and without resizing active, the grid looks fine. The headers and/or columns do wrap, and the grid srolls properly (horizontally) within its deisplayed area.
Now... If I enable a Group...
The Grid seems to ignore the wrap setting, and reduces all the columns to fit in the visible area. I'm not sure why, not to mention, I'm not sure why the wrap setting is ignored.
Also, seperately, if I enable resizing... It appears to have a similar affect.
Am I asking too much of the grid to adhere to the wrap=false setting when grouping AND/OR activating resizing?
Also, as a side note, when resizing, on an ajax request, it doesn't remember the resize, and "re-squishes" :). Now, I do create my columns programmatically on Page_Init, however, as I said, I don't set width, and wrapping is set to false.
Thanks!!!
Kuba
I have a grid...
The Grid column widths are NOT set...
The Grid Header/Item/Footers are all set to wrap=false.
Scrolling is enabled.
Static Headers are enabled.
EDIT: I should have stated this also. The grid width is set to 100% so it will shrink/expand with the page.
Without a group active and without resizing active, the grid looks fine. The headers and/or columns do wrap, and the grid srolls properly (horizontally) within its deisplayed area.
Now... If I enable a Group...
The Grid seems to ignore the wrap setting, and reduces all the columns to fit in the visible area. I'm not sure why, not to mention, I'm not sure why the wrap setting is ignored.
Also, seperately, if I enable resizing... It appears to have a similar affect.
Am I asking too much of the grid to adhere to the wrap=false setting when grouping AND/OR activating resizing?
Also, as a side note, when resizing, on an ajax request, it doesn't remember the resize, and "re-squishes" :). Now, I do create my columns programmatically on Page_Init, however, as I said, I don't set width, and wrapping is set to false.
Thanks!!!
Kuba
