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

k-pager-info misaligned when grid has frozen columns and Pageable pagesize is set to true in Firefox

2 Answers 109 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Oscar
Top achievements
Rank 1
Oscar asked on 27 Apr 2014, 07:17 AM
Hello Kendo Team,
It seems that k-grid-lockedcolumns style makes that k-pager-info appears misaligned in Firefox when you set pagesize option to true of the Pageable configuration object.
You can see this effect in this link: http://trykendoui.telerik.com/ItuL

Why does k-grid-lockedcolumns style have White-space: nowrap?
 
Kind regards.
Oscar.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 28 Apr 2014, 12:52 PM
Hi Oscar,

The k-grid-lockedcolumns class requires a white-space:nowrap style, so that the frozen and non-frozen parts of the Grid do not fall one below the other.

Please add the following CSS rule to your application (after the Kendo UI stylesheets), it will be included in the next Kendo UI releases:

.k-pager-wrap
{
    white-space: normal;
}


Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Oscar
Top achievements
Rank 1
answered on 28 Apr 2014, 01:46 PM
Thank you very much, Dimo.
Kind regards,
Oscar.
Tags
Grid
Asked by
Oscar
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Oscar
Top achievements
Rank 1
Share this question
or