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

Custom Scroll Bars

1 Answer 179 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Adrian
Top achievements
Rank 1
Adrian asked on 26 Aug 2015, 09:17 AM

Hi Guys,

I am trying to make use of you Kendo Scheduler widget in an Angular Web Application that I am building and would like to change the appearance of all the scrollbars across my website. While by using a simple ready built competent (for example: https://github.com/iominh/ng-scrollbars) to apply change the appearance across the website this is probably not the case for the Scheduler Widget.

Could you kindly advise on how best to proceed to change the default browser scrollbars that kendo uses whilst also making sure that the fix I would be applying will work across other browsers?

1 Answer, 1 is accepted

Sort by
0
Plamen Lazarov
Telerik team
answered on 28 Aug 2015, 09:56 AM

Hi Adrian,

Script-based scrollbar plugins are not supported for autogenerated Kendo UI elements, because they modify the DOM, which may break the Kendo UI widget scripts. Please keep in mind that using such script-based plugins may result in unwanted side effects. As a workaround, you can customize the appearance of the scrollbars using CSS as it does not modify the DOM.

https://css-tricks.com/custom-scrollbars-in-webkit/  

http://codemug.com/html/custom-scrollbars-using-css/

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