This is a migrated thread and some comments may be shown as answers.

[Solved] AllowMultiRowSelection style

1 Answer 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Einar
Top achievements
Rank 1
Einar asked on 17 Jun 2008, 06:33 AM
Hi,

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

Sort by
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.


Regards,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Einar
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or