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
Docs & Resources
Productivity and Design Tools
I don't see a Class property on the GridColumn object. Is there a way to style a specific column? In my instance, i would like to remove the left border for just 1 of many columsn in the grid.
Thanks in advance.
I figured it out. You can set the class using the onCellRendor Event
OnCellRender="@((e) => e.Class = "no-left-border" )"