GridGroupingControl selection color

Hi, I need to be able to select rows by using TableOptions.AllowSelection. This works great, but I can not change the backround color - it always seems to reverse colors. I also tried the 2nd option as described in http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=26431 , but in this case I can not do copy/paste of the whole row. Any suggestions? Thank you

1 Reply

IV Ivan July 26, 2005 11:35 PM UTC

Found solution: this.mainGrid.TableOptions.AllowSelection = ((Syncfusion.Windows.Forms.Grid.GridSelectionFlags)(((Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Row | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Shift) | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.AlphaBlend)));

Loader.
Up arrow icon