User selects couple of rows within one band, then mouse right click to show context menu.
Selection chnages, and now only the row over which I have clicked is selected.
What should I do to avoid selection clearing?
Hi Arthur,
Unless you are using a very old version of the grid with a bug in it, the grid doesn't clear the selection on a right-click. So it must be something in your code doing this. Maybe you are handling the MouseDown event of the grid and selecting the row?
You are 100% right, mouse down in code, mea culpa :)