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

hover style in edit mode

1 Answer 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dawson
Top achievements
Rank 1
Dawson asked on 12 Nov 2013, 01:16 PM
Hi,
i have hover style style for my grid, enablerowhover= true. That works fine, i want this effect in edit mode also. Im using inPlace edit, how to have the effect on editmode rows.?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Nov 2013, 01:25 PM
Hi Dawson,

You can set the following CSS to have Hover effect in EditMode.

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

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