Hi,
The ultragrid row is getting selected when the clicked on the grid lines (the lines which distingush a cell).
I have made the row selector visible for selecting the row, but I can select the row by clicking on the grid lines using a mouse.
I need to know whether this is the normal behaviour of the grid.
regards,
Ceaser
As far as I am aware this is normal behavior, though I suppose you could try to cancel it in the BeforeSelectChange event by look at the Cursor.Current.Position and checking the UIElement there to see if it's the row selector or not.
-Matt