Hybrid View
-
22 Jul 2011 2:31 AM #1
Display all words in GridPanel ?
Display all words in GridPanel ?
I want to display all of the words in GridPanel, but it always display ellipsis, like this:
Code:NO. apples... msn... 1 many... 20% 2 so ... 93.2...
-
22 Jul 2011 5:33 AM #2
I'm pretty sure your code is responsible for that.
Displaying ellipsis is not the default behaviour of gxt...
And without seeing your code, we cannot tell you where you are doing it.
-
22 Jul 2011 8:22 AM #3
in gxt-all.css
You may override some CSS style in order to not automatically "ellipsize" your wordsCode:.x-grid3-cell-inner,.x-grid3-hd-inner { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; padding: 3px 3px 3px 5px; white-space: nowrap; }
-
25 Jul 2011 5:32 AM #4


Reply With Quote