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

Verticle scrollbars not showing in Chrome or Safari any Telerik scrollable items

4 Answers 453 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pete
Top achievements
Rank 1
Pete asked on 14 Mar 2014, 02:12 PM
My application uses several Kendo UI controls.  Any one that I have tried in Chrome or Safari the verticle scroll bar is not visible. 
You are able to use the mouse scroll wheel and it will scroll up and down, but it should display the scroll bar. 

I saw a similar issue on another thread, but was no able to find it again.  And some one from Telerik responded claiming they could not reproduce this.  I was able to reproduce this on the http://demos.telerik.com/kendo-ui/web/grid/index.html site as the other thread described in both Chrome and Safari.  And no Chrome version was mentioned.  I have attached a working Firefox with scroll bar and a Chrome same page with out the scroll bar.

If there is a way to override this and resolve that would be most helpful.

Please see attached.


Pete

4 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 18 Mar 2014, 01:52 PM
Hello Pete,

There is hard-coded height set for the Grid, which under Mozilla Firefox creates a scrollbar. You can simply remove the height style from the Grid and the scrollbar will disappear.

Here is the same demo modified in the trykendo site:

http://trykendoui.telerik.com/asoD

The idea of the hard-coded height is to make the Grid fit nice inside the wrapping div which has a background.

Kind Regards,
Petur Subev
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
0
Pete
Top achievements
Rank 1
answered on 18 Mar 2014, 02:01 PM
Thanks Petur,

I need the scroll bar to show in Chrome and Safari.  IE, Firefox Opera seem to show just fine. 
0
Petur Subev
Telerik team
answered on 20 Mar 2014, 10:07 AM
Hello Pete,

If the Grid is made scrollable, you can even change the overflow-y style to make the scrollbar always visible.

http://trykendoui.telerik.com/asoD/3

I attached a screenshot how it looks in chrome.

Kind Regards,
Petur Subev
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
0
Pete
Top achievements
Rank 1
answered on 20 Mar 2014, 03:42 PM
While your answer wasnt the exact fix it pointed me where I needed to look to resolve this. 

Thanks for you response!!

Pete
Tags
Grid
Asked by
Pete
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Pete
Top achievements
Rank 1
Share this question
or