Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
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;
</