AD
Administrator
Syncfusion Team
June 7, 2004 01:00 PM UTC
You need to make sure AlphaBlend and Row are turned on in the AllowSelection flags.
gridGroupingControl1.TableOptions.AllowSelection |= GridSelectionFlags.AlphaBlend | GridSelectionFlags.Row;
GS
Günter Schwaiger
June 7, 2004 02:00 PM UTC
Very cool, now it looks much better. Is it possible to set the selection color to a customer defined color?