Just switched from a Winforms DataGridView to a RadGridView on a client project and the customer has asked if they can have the Selection Rectangle (as shown here http://www.telerik.com/help/winforms/gridview-rows-selection-rectangle.html
) enabled on the row selectors as well.
Dragging anywhere in the cells starts the selection but attempting to drag over a row header does not continue it. They would like to be able to start selecting multiple rows by dragging from the row selectors (to the left of each row).
The issue is that they are used to the way the old DataGridView works and would like it to work the same way. A minor issue yes, but users don't like change.
Is there a hack so that I can enable the rectangle selection to show and start when a mouse click occurs on the row selector too?
Thanks in advance
Terry
) enabled on the row selectors as well.
Dragging anywhere in the cells starts the selection but attempting to drag over a row header does not continue it. They would like to be able to start selecting multiple rows by dragging from the row selectors (to the left of each row).
The issue is that they are used to the way the old DataGridView works and would like it to work the same way. A minor issue yes, but users don't like change.
Is there a hack so that I can enable the rectangle selection to show and start when a mouse click occurs on the row selector too?
Thanks in advance
Terry