Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3455
When clicked on the grid lines the row is getting selected
posted

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

Parents
No Data
Reply
  • 37774
    posted

    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

Children
No Data