Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
I have a grid with horizontal scroll.
Whenever I use the scroll, the display of the grid is disrupted: The first column of the header is cut in the middle (as you can see in the attached image) - the content looks good but doesn't fit to the header.
What can I do about this?
Thanks!
It's happen when the vertical scroll is auto or hidden Please check this dojo http://dojo.telerik.com/Univi
<
style
>
#grid .k-grid-content{
overflow-y : auto;
}
#grid .k-grid-header {
padding: 0 !important;
</