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

Maintain parent grid row selected colour

1 Answer 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
phyu
Top achievements
Rank 1
phyu asked on 18 Aug 2011, 09:25 AM
Dear Telerik Team,

I would like to maintain parent grid row selected colour after double click parent grid and appears popup window.

Thanks in advance,
Phyu Sin.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Aug 2011, 11:33 AM
Hello Phyu,

Try setting AlternatingItemStyle BackColor to Control for Default Skin.
aspx:
<telerik:RadGrid  ID="RadGrid1" runat="server">
    . . . .
   <AlternatingItemStyle BackColor="Control" />
<telerik:RadGrid>

Thanks,
Princy
Tags
Grid
Asked by
phyu
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or