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

version 2015.2.805.

4 Answers 148 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Valery
Top achievements
Rank 1
Valery asked on 20 Aug 2015, 06:50 AM
Hello.
I'm using version 2015.2.805.
and I see this on all my grid.
if browser window width < 1025 paging in footer drops down
and I have troubles in many ui components.
what should I do? wait for the next version, or solve problems in your css file?

4 Answers, 1 is accepted

Sort by
0
Christopher
Top achievements
Rank 1
answered on 20 Aug 2015, 07:26 AM

Hey guys,

i can confirm this behavior concerning the paging dropdown. It would be nice to know how to fix it.

Regards
Chris

0
Valery
Top achievements
Rank 1
answered on 20 Aug 2015, 08:27 AM

I thought so:

in my css file add next

/*bug in grid pagger*/
@media only screen and (max-width: 1024px) {
    .k-webkit .k-grid .k-pager-numbers .k-current-page {
        -webkit-transform: translatey(0%); 
        -moz-transform: translatey(0%);
        transform: translatey(0%);
    }
    .k-webkit .k-grid .k-pager-numbers.k-state-expanded .k-current-page {
        -webkit-transform: translatey(100%); 
        -moz-transform: translatey(100%);
        transform: translatey(100%);
    }
}​

0
Valery
Top achievements
Rank 1
answered on 20 Aug 2015, 08:32 AM
but would like to see the decision Kendo team
because a lot of trouble in the latest version
0
Plamen Lazarov
Telerik team
answered on 24 Aug 2015, 08:17 AM

guys,

I am glad to inform you that this issue has been already addressed - a fix is included in our latest internal build (which you could download from your accounts). Please test your applications using this build and let me know if you observe any further problems.

nickname

Telerik

 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Valery
Top achievements
Rank 1
Answers by
Christopher
Top achievements
Rank 1
Valery
Top achievements
Rank 1
Plamen Lazarov
Telerik team
Share this question
or