I'm struggling to change the mouse pointer when selecting a value inside MultiColumnComboBox. Before opening, the mouse pointer looks correct, but then it opens and the cursor attribute doesn't seem to apply.
I tried .HtmlAttributes(new { style = "cursor:pointer;"})
If the above doesn't work in your scenario, you can also try this CSS:
.k-table-row.k-hover{
cursor: pointer;
}
I hope the above suggestions will help you achieve what you need in your scenario.
Regards,
Petar
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/.