Kendo Grid Edit Button Text Color Change

1 Answer 346 Views
Editor Grid
Acadia
Top achievements
Rank 1
Iron
Acadia asked on 09 Dec 2021, 09:09 PM

How do I change the TEXT color of the kendo grid edit button for Inline editing?

 

Thanks

Justin

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 14 Dec 2021, 10:44 AM

Hello, Justin,

You can change the color of the Edit button text using the styles below:

      <style>
        .k-grid-edit{
          color:red !important;
        }
      </style>

Here is a small example for reference.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Editor Grid
Asked by
Acadia
Top achievements
Rank 1
Iron
Answers by
Martin
Telerik team
Share this question
or