Hi,
I couldn't find anywhere to change the style of the selected rows row selector (if that makes sense). Sometimes, for whatever reason, you need to set the background style of a row. Often this means that when you select that row, the selected row background style is not applied to that row...This can mean it is hard to actually see what is selected...
I was hoping I could change the row selector background color which would make it obvious which rows are selected...
thanks heaps!
Thanks Sarita for replying, but I'm not talking about the background of the row...I want to be able to change the styles of the Row Selector...the little square that you click on to select a row that is on the left hand side if RowSelectorsDefault="Yes"...
Hello,
The background color of the selected rows can be set as follows:
this.UltraWebGrid1.DisplayLayout.SelectedRowStyleDefault.BackColor = Color.Red ;
Please visit the following link to learn more about this:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/WebGrid_Work_with_Selected_Rows.html
Thanks,
Sarita