4 Answers, 1 is accepted
0
Eduardo L.
Top achievements
Rank 1
answered on 26 Jul 2012, 02:00 PM
Hello,
Im facing the same situation.. I need to limit the cell using a "nowrap" feature on the grid.
How can I avoid the the word-wrap/linebreak on the cell? AND limit the chars?
Thanks in advance!
Im facing the same situation.. I need to limit the cell using a "nowrap" feature on the grid.
How can I avoid the the word-wrap/linebreak on the cell? AND limit the chars?
Thanks in advance!
0
Sree Rachakonda
Top achievements
Rank 1
answered on 03 Sep 2012, 10:39 AM
Any help on this..... i too am tired of implementing the word wrap feature for a grid column cell. No proper documentation is available for the kendo controls
0
Romain
Top achievements
Rank 1
answered on 24 Oct 2012, 10:39 PM
Hello,
after a moment, maybe this thread can help someone facing this problem: http://www.kendoui.com/forums/ui/grid/kendo-grid-width-and-height-confusion.aspx
after a moment, maybe this thread can help someone facing this problem: http://www.kendoui.com/forums/ui/grid/kendo-grid-width-and-height-confusion.aspx
0
Masaab
Top achievements
Rank 1
answered on 23 Apr 2014, 05:28 AM
you must assign width to the column and than You can use
.k-grid td {
text-overflow:ellipsis;
}
.k-grid td {
text-overflow:ellipsis;
}