We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon