Context Menu & Databound grid

I have a databound grid that has a context menu. When I select >1 rows and then right click, only the first row remains selected. Is it possible to keep the other rows selected? Thanks.

2 Replies

AD Administrator Syncfusion Team April 30, 2004 10:21 AM UTC

Try this code to see if it gives you what you want. this.grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;


AD Administrator Syncfusion Team April 30, 2004 11:02 AM UTC

Yes, that worked. Thanks!

Loader.
Up arrow icon