-
12 Nov 2010 9:55 PM #1
How To Wrap Grid Column Header Text ?
How To Wrap Grid Column Header Text ?
Hello

Is there a way to Wrap Grid Column Header Text(Break to new line based on the column width) ?
Regards.
-
13 Nov 2010 4:44 AM #2
You will need to enable word wrapping with an css override. probably more changes are needed. I would take a look at it with firebug to see which rule you need to override
-
25 Nov 2010 4:56 AM #3
looks like this is a .x-grid3-hd-inner css class. I change 'white-space' from 'nowrap' to 'normal' and it works!
Code:.x-grid3-hd-inner { overflow: hidden; padding: 3px 3px 3px 5px; white-space: normal; }
Similar Threads
-
[UNKNOWN][3.0.3] grid column header with no text
By dolittle in forum Ext 3.x: BugsReplies: 3Last Post: 18 Dec 2009, 2:48 AM -
GroupingView/groupField header text inherits the text colour in the group by column
By pannel in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 25 Oct 2009, 11:27 PM -
Removing header text from grid column
By rahulmca1@gmail.com in forum Ext 1.x: Help & DiscussionReplies: 7Last Post: 19 Mar 2007, 9:29 PM


Reply With Quote