Hi All,
I have a GGC. I am selecting rows using mouse left click + key board only.
I have set the below properties for my GGC.
gridGroupingControl1.TableModel.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
gridGroupingControl1.TableOptions.ListBoxSelectionCurrentCellOptions =
GridListBoxSelectionCurrentCellOptions.None;
gridGroupingControl1.TableOptions.ListBoxSelectionMode =
SelectionMode.MultiExtended;
But now, when user clicks right mouse button on any row,
with out disturbing the grid selected rows collection & pre-selected rows display on grid,
I have to display this new row(mouse right clicked ) in a different color.
How can do this?
Rgds
Rajani Kanth