Are there any of those Events?
I need to change the value of a cell (Databound to BindingList with INotifyPropertyChanged) if the mouse enters a cell and reset the value if the mouse leaves the cell.
How is this possible?
1 Answer, 1 is accepted
0
Accepted
Stefan
Telerik team
answered on 13 Feb 2012, 10:09 AM
Hi Sebastian,
Thank you for writing.
You can achieve the desired functionality by subscribing to the CellMouseMove event of RadGridView, where you can change the hovered cell appearance and reset the previously hovered cell appearance. Here is a sample: