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

How to have row hover effect in Edit Mode?

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
LamKhoa
Top achievements
Rank 1
LamKhoa asked on 04 Jun 2013, 10:03 PM
Hi,

Even though I enabled the property "EnableRowHoverStyle ", the hover effect only shown up in View Mode, not in "Inline" Edit Mode.
I think that it is like this by default. Would you please let me know if there is any workaround?

Thanks

Lamk.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 05 Jun 2013, 05:02 AM
Hi,

To have the HoverStyle over the edit mode,please apply a css class.Here is an example i tried.
EnableHoverStyle to true and set this css class.

CSS:
<style type="text/css">
    .RadGrid_Default .rgHoveredRow
    {
        background-color: grey !important;
        background-image: none !important;
    }
</style>

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