Is there a way to force the filter row cells not to wrap? I've seen the fix for content cells but I don't see a corresponding way to accomplish this with the filter row. The FilterItemStyle Wrap="false" property doesn't seem to work.
For example, even with wrapping set to false, I've noticed that the filtering glyph will be wrapped to the line below the filter textbox when you attempt to resize a column which was too small to display the glyph (fixed layout, static headers, allow scroll, real time resize). This increases the filter row height which has the unfortunate consequence of partially hiding the pager. It appears as though the grid height / available space isn't recalculated when column resize operations result in an increase in row height.
I'd like to ensure that the filter cell contents don't wrap so that the pager is always fully visible.
-K
For example, even with wrapping set to false, I've noticed that the filtering glyph will be wrapped to the line below the filter textbox when you attempt to resize a column which was too small to display the glyph (fixed layout, static headers, allow scroll, real time resize). This increases the filter row height which has the unfortunate consequence of partially hiding the pager. It appears as though the grid height / available space isn't recalculated when column resize operations result in an increase in row height.
I'd like to ensure that the filter cell contents don't wrap so that the pager is always fully visible.
-K