I cannot seem to find the style for the "square" that comes up when you try to do a multi select in a radgrid.
I'm using the black theme, so the blue "square" isn't that visible.
Any good ideas?
Thanks!
-Einar
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 17 Jun 2008, 07:15 AM
Hi Einar,
Currently it is hard to define styles for the semi-transparent rectangle, which comes up when you select multiple rows in RadGrid. However, we will implement a CSS class, which will help you customize its appearance as of Q1 2008 SP2 (to be released this week).
The CSS class will be
GridRowSelector_Skin
There will be some preset styles in each skin for this element, but you will be able to override them by adding a CSS rule like this:
span.GridRowSelector_Skin
{
background: .... ;
}
Thank you for your question, which inspired this implementation.