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
Resources
Free Assets and Tools
Design and Productivity Tools
Hello,
How can I cutomize header style in Tree List React ? I need to change style background and font color.
Any help will be highly appreciated.
Hello, Agustina,
The easiest way to style the TreeList header as desired is to overwrite its header cells default styles with a similar CSS:
.k-treelist .k-table-thead .k-table-th { background-color: navy; color: white; }
I hope this helps but let me know if i can assist you any further on this matter.
Regards, Vessy Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
It worked! Thanks Vessy.
Regards.