Hello,
Just upgraded to 2022.2.802 Kendo UI for jQuery and noticed that when clicking on a row in a grid it correctly highlights it (e.g. dark blue), but doesn't maintain the selection when moving the mouse from the row. This appears to be a breaking change - at least for our code. Previously it would still be selected/highlighted when moving the mouse away from the row.
Cheers,
Nick
Hello,
Same problem for me. It seems that k-state-selected was changed to k-selected in the grid for from .621 to .802., also JavaScript code which uses k-state-selected for the grid is broken.
Regards
Andreas
I can reproduce it in the Telerik demo.
https://demos.telerik.com/kendo-ui/grid/selection?autoRun=true&theme=bootstrap
Click a row for selection. Then move mouse away from row and it's no longer highlighted.