Tagged Rows

Hi Clay, When we tag rows (select rows using the ctrl key) and right click on one the selected cells the entire selection is lost. Is there any way we can retain the selection when the user right clicks on the grid. Regards Vinay

1 Reply

AD Administrator Syncfusion Team May 12, 2005 02:56 PM UTC

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

Loader.
Up arrow icon