Selecting Multiple Rows on a Grid Bound Data Grid

Hi, I am using DataBoundGrid control. The selection of multiple rows is quiet tricky. When i select more than one row and right click, the selection disappears. It doesnt behave like excel. Even when i try the excel like behaviour property of the grid i am not able to retain the selection. It becomes mandatory to keep the shift button pressed. If anyone has any work around for this problem, I would be grateful for your help.

1 Reply

AD Administrator Syncfusion Team June 28, 2004 10:12 AM UTC

Try setting this property: this.grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;

Loader.
Up arrow icon