How do I change the back color of the select cell and hover over color in the dropdown?
2 Answers, 1 is accepted
0
Nadya | Tech Support Engineer
Telerik team
answered on 01 Feb 2021, 06:09 PM
Hello, John,
In order to customize the cells in the grid within the MultiColumnComboBox, it is suitable to use the CellFormatting event. The following code snippet demonstrates how you can change the color of a selected cell:
Similarly, you can change the color when the mouse hovers over cells. You can track which is the current hovered cell, for example in the MouseMove event, and apply the desired styling to this cell the CellFormatting event. Note, it is important to always reset the applied styles since the cells are reused.
I hope this helps. Should you have any other questions do not hesitate to contact me.
Regards,
Nadya
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/.