Hi Brian,
For disabling the vertical scrollbar you will have to remove the height of the Grid. However, this will still display the vertical scrollbar, but you could add the following CSS to hide the unwanted elements:
And here is a dojo example:
Hope this helps.
Regards,
Konstantin Dikov
Telerik by Progress
For disabling the vertical scrollbar you will have to remove the height of the Grid. However, this will still display the vertical scrollbar, but you could add the following CSS to hide the unwanted elements:
<
style
>
.k-grid-content {
overflow-y: visible;
}
div.k-grid-header-wrap.k-auto-scrollable {
padding-right: 18px;
}
</
style
>
And here is a dojo example:
Hope this helps.
Regards,
Konstantin Dikov
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.