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

[Solved] Selected Row Height

2 Answers 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 22 May 2013, 04:08 PM
I tried adding the css in the following link [http://www.telerik.com/community/forums/aspnet-ajax/grid/half-selected-row.aspx#890783], and it seemed to work, howerver we started receiving authentication prompts [HTTP 403's] because the resolved url did not exist.  The url resolved to /<appname>/Grid/sprite.gif.  Where would the Gird folder be located?  And how can I point it to the CORRECT image location?

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 23 May 2013, 04:27 AM
Hi Mike,

Unfortunately I couldn't replicate any issue. Please try the following CSS which worked for me as expected.

CSS:
<style type="text/css">
    .RadGrid_Default .rgSelectedRow
    {
        background: Blue !important;
    }
</style>

Thanks,
Princy.
0
Mike
Top achievements
Rank 1
answered on 23 May 2013, 02:53 PM
thanks!

solved it by modifying it to:
.RadGrid_Default .rgSelectedRow
{
    background: #828282 !important;
    color: #fff;
}
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Mike
Top achievements
Rank 1
Share this question
or