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

Bootstrap theme glitch

2 Answers 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 24 Mar 2014, 06:07 PM
One of the paging buttons are missing a border on the bootstrap theme depending on the pager configuration. You can see the missing right hand border in the demo I saved at http://trykendoui.telerik.com/uYAw

See the attached screenshot for the specific button.

2 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 26 Mar 2014, 08:56 AM
Hi Ryan,

Thank you for pointed our attention to this issue - we will do our best to address it as soon as possible. As a small sign of gratitude I updated your points. 

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Iliana Dyankova
Telerik team
answered on 10 May 2014, 08:14 AM
Hi Ryan,

After further discussion with the team we decided to postpone this improvement as it requires a lot of changes in the logic on which the Kendo UI Bootstrap theme is built. What I can suggest is manually setting right border when the buttons for navigating to specific pages are hidden. As an example:
if($('.k-pager-numbers').length < 1){
    $("#gridId .k-pager-nav").eq(1).css('border-right','1px solid #ccc' );
}

Regards,
Iliana Nikolova
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
Ryan
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or