Selecting more than one rows

Hi, When i select more than 1 row of the GridControl and do the right click to display conetxt menu.. its select just the last row. I want all the selected row to remain selected after right click.... Thanks Pratiksha

3 Replies

AD Administrator Syncfusion Team June 2, 2005 08:31 AM UTC

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


AD Administrator Syncfusion Team June 2, 2005 09:32 AM UTC

i set the below options, after selecting 2 rows and i select context menu option, it selects few extra rows along with the original rows >Try setting this property. > >grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left; >


AD Administrator Syncfusion Team June 2, 2005 10:56 AM UTC

How do I see the problem you are having in this sample? http://www.syncfusion.com/Support/user/uploads/GC_COntextMenu_2de66c59.zip It sets a contextmenu to the grid and sets a couple of properties. For me, the selections do not change when the right-click is done.

Loader.
Up arrow icon