Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 84751

Frozen First Column, Non-Fixed Height Grid

$
0
0
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:
<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.
 

Viewing all articles
Browse latest Browse all 84751

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>