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

Not Displaying full content in column

4 Answers 643 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Riyaz
Top achievements
Rank 1
Riyaz asked on 20 Apr 2012, 03:23 PM
Hello sir,

detail of column data are large that's why my data content are not display complete it trunk at detail e.g Name Column inside Name is displaying like that vangashkumar mat...

any solution for that

Thanks in advance.
Rz 

4 Answers, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 21 Apr 2012, 02:42 PM
Hi Riyaz,

Indeed this behaviour is expected by design. In order to avoid that you could set larger column width through the width property of the column or override the text-overflow: ellipsis rule of the corresponding classes.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Riyaz
Top achievements
Rank 1
answered on 22 Apr 2012, 10:46 AM
thanks for replying

but my data are dynamic how to specify width of column if any solution then reply me as soon as possible

thank u
Rz
0
Barry
Top achievements
Rank 1
answered on 25 Apr 2012, 12:12 AM
I had the same issue, fixed it by turning off the grid's scrollable attribute. Example:
$("#grid_01").kendoGrid({
   scrollable: false,
   sortable: false,
   pageable: false
});


Hope this helps.
0
Prashant
Top achievements
Rank 1
answered on 03 May 2012, 07:57 AM
Hi All,
I am facing the same problem while developing the same kind of application for iPhone and iPad.
I want to display pie-charts in grid and grid should be scroll vertically. 
When I am using scrollable: false then charts appears properly in column, but grid scrolls vertically and horizontally.
and When I use scrollable: true then charts is truncating in column with vertical scroll of grid.

which API of kendoui shall I use so that it should vary according to screen.

Any help would be appreciated.

Regards,
prashant.

Tags
Grid
Asked by
Riyaz
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Riyaz
Top achievements
Rank 1
Barry
Top achievements
Rank 1
Prashant
Top achievements
Rank 1
Share this question
or