This is a migrated thread and some comments may be shown as answers.

kendo grid cell character limiting

4 Answers 709 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ace
Top achievements
Rank 1
Ace asked on 20 Jun 2012, 10:27 AM
Hello,

Im using a beta version of kendoui.

Is there a way to limit the characters shown in a kendo grid cell?
I've tried using text-overflow but won't work.

thank you. :)

4 Answers, 1 is accepted

Sort by
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!
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
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;
            }
Tags
Grid
Asked by
Ace
Top achievements
Rank 1
Answers by
Eduardo L.
Top achievements
Rank 1
Sree Rachakonda
Top achievements
Rank 1
Romain
Top achievements
Rank 1
Masaab
Top achievements
Rank 1
Share this question
or