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

[Solved] selected row color

2 Answers 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nebras
Top achievements
Rank 1
Nebras asked on 09 Mar 2011, 01:32 PM
Hellow , Telerik team

I have a Server binding grid, I want to change the background color of the selected row

Note : I use the method of the demos but at my upper grid and after selection and reload page, the selected row background is not changed

2 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 09 Mar 2011, 05:33 PM
Hello Nebras,

 
You may modify the t-state-selected css class in order to change the selected item. For example:

<style type="text/css">
    tr.t-state-selected
    {
        background:red;
    }
</style>

Regarding the other issue are you using the Q1 2010 beta release, as there is a known issue with selection when populated through server binding which we have already been addressed and will be included in the official release. 


Greetings,
Rosen
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Nebras
Top achievements
Rank 1
answered on 10 Mar 2011, 08:03 AM
Thanks Rosen, No I use Q3 2010
it works by default when i remove a "row action " that i added
Thanks for your support
Tags
Grid
Asked by
Nebras
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Nebras
Top achievements
Rank 1
Share this question
or