Search code examples
templateskendo-uikendo-gridbackcolor

What to change on KendoUI template for different backcolor on k-listview selection?


I am new working with KendoUI and need to modify the default backcolor for selected item on k-listview (currently orange), however I have not been able to find out where is it and the css is hard to read since they use no space or carrier return on file.

Any ideas are welcome!


Solution

  • This is the sample code

    .k-calendar .k-state-selected { background: blue; }
    

    from the SO answer

    You shouldnt use calendar, but element you need