I want to change the look and feel of the scroll bars coming over the kendo window contents or components. Is there any way to change the style of scroll bar.
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 09 Jan 2014, 09:38 AM
Hi Praveen,
Yes, you can apply scrollbar styles to the .k-window-content class. Please note that scrollbar-related script-based plugins are not supported for autogenerated Kendo UI elements, because they modify the DOM. If you want to use a script-based scrollbar plugin for the Window, you should do the following:
1. Do not set height to the Window, so that it can expand, according to its content, and the Window's scrollbar is never used
Hi, I want to implement iscroll and I use kendo. Can you plz suggest me in implementing iscroll.
Thanks in advance.
0
Dimo
Telerik team
answered on 23 Mar 2016, 03:21 PM
Hello Mohnish,
The <div> which contains all the Kendo UI Window content and which is normally scrollable is the Window widget element, that is a <div class="k-window-content">. The same <div> also holds the ID attribute of the Kendo UI Window, if such exists.
You can try initializing the custom iScroll widget, taking into account the above information. However, please note that we do not support integration with third-party scroll widgets, especially ones that modify the DOM. Undesired side effects may occur.
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!