Tree List Header

1 Answer 30 Views
Styling Styling / Themes
Agustina
Top achievements
Rank 1
Agustina asked on 01 Oct 2024, 09:11 PM

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.

 

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 02 Oct 2024, 07:39 AM

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.

Agustina
Top achievements
Rank 1
commented on 02 Oct 2024, 02:12 PM

It worked! Thanks Vessy.

Regards.

Vessy
Telerik team
commented on 03 Oct 2024, 04:07 AM

You are most welcome, Agustina, I am glad I helped :)
Tags
Styling Styling / Themes
Asked by
Agustina
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or