My requirement is to show a single line of text per row in the grid. The default behavior of the grid is to show long text on multiple lines. Is there a way to show just one line of text?
Regards,
Sarvesh
2 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 08 Oct 2012, 08:25 AM
Hi Sarvesh,
The desired behavior can be achieved in the same way as with an ordinary <table> element, by using a white-space:nowrap; style.
However, you have to decide what to do with the text that does not fit and goes beyond the table cells' right border - it will either overflow (by default), or be clipped (if you apply an overflow:hidden style to the cells).
Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!