I set the control like this:
GridGroup.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Office2010Blue;
GridGroup.TableOptions.AllowSelection = Syncfusion.Windows.Forms.Grid.GridSelectionFlags.None;
GridGroup.TableOptions.ListBoxSelectionMode = SelectionMode.One;
GridGroup.TableOptions.SelectionBackColor = Color.Blue;
But te selected row color is still black ... what am i doing wrong?
Tried a lot of settings but selectionbackcolor should be the way to go.