Completed
Last Updated: 13 Jun 2014 12:17 by ADMIN
ADMIN
Dimitar
Created on: 08 May 2014 07:56
Category: GridView
Type: Bug Report
2
FIX. RadGridView - the SelectionChanged event is fired when the mouse is moved outside of the rows area.
To reproduce:
- Add a grid with some columns to a blank form (the rows should not fill the entire space).
- Press and hold the left mouse button, the move the mouse to the empty area of the grid.
- Continue to move the mouse and you will notice the event is fired several times.

Workaround:
- use the CurrentCellChanged event.
0 comments