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

Highlight rows

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joslyn
Top achievements
Rank 1
Joslyn asked on 28 Nov 2013, 10:45 AM
Hi,
I have highlighted some rows based on some condition and i have set row selected style. But when selecting the highlighted row removes that highlight. How to persist it even after selecting.?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Nov 2013, 11:01 AM
Hi Joslyn,

I was not able to replicate the issue, here is a sample code snippet, you can set the CSS for the selected row as shown below. If this doesn't help, provide your full code snippet.

CSS:
<style type="text/css">
    .RadGrid_[SkinName] .rgSelectedRow td
    {
        background-color: Blue !important;
        border-bottom-color: Blue !important;
    }
</style>

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