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

RadTreelist - checkbox

1 Answer 109 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Sindu
Top achievements
Rank 1
Sindu asked on 01 Nov 2011, 06:29 AM

Hi,

I ahve a treelist with checkboxs.when i select this checkbox ,row colur is changed to gray .how to avoid changing the row clour when selecting the check box ?

Thanks ,
sindu

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 01 Nov 2011, 09:51 AM
.Hello Sindu,

Try setting the SelectedItemStyle CSSClass as shown below.
ASPX:
<SelectedItemStyle CssClass="SelectedRow" />

CSS:
.SelectedRow
  {
    background:White !important;
    color:Black !important;
  }
-Shinu.
Tags
TreeList
Asked by
Sindu
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or