Syncfusion has launched BoldDesk- an AI-first customer service software. This support portal is powered by BoldDesk. Start free trial | Book a free demo
In GridControl, when right click on the selected cells, you can maintain the selection by setting the EnableContextMenu property as true.
C#:
grid.Model.EnableContextMenu = true;