You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When subscribing to a Grid's RowClick event, it would be nice to also know how the row was clicked. This could allow for a custom context menu or for handling shift+click to select a range of rows (I use OnRowClick to select rows). Having access to the MouseEventArgs in the GridRowEventArgs object, perhaps as a field, would be very welcome.
The text was updated successfully, but these errors were encountered:
When subscribing to a Grid's RowClick event, it would be nice to also know how the row was clicked. This could allow for a custom context menu or for handling shift+click to select a range of rows (I use OnRowClick to select rows). Having access to the MouseEventArgs in the GridRowEventArgs object, perhaps as a field, would be very welcome.
The text was updated successfully, but these errors were encountered: