You can force single-line cells (chopping off extra content) with css like this:
.soria .dojoxGridCell {
white-space: nowrap;
}
(change soria to tundra or whatever theme, of course).
Setting white-space to 'normal' will put it back. You can achieve an
interesting effect (can be annoying or useful, depending on your point
of view I guess) by setting nowrap, like above, then doing this:
.soria .dojoxGridCellOver {
white-space: normal;
}
This will cause grid lines to expand to full-strength when the user
hovers over the line, which allows them to view the entire content
without you needing to display a popup or tooltip or whatever. On the
downside, some people dislike the shifting of the display as they move
their mouse around.
Dylan
On Wed, Aug 19, 2009 at 11:35 AM, Jose Noheda<
jose.noheda@...> wrote:
_______________________________________________
FAQ:
http://dojotoolkit.org/support/faqBook:
http://docs.dojocampus.orgDojo-interest@...
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest