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

[Solved] Rollover effect on Grid

3 Answers 182 Views
Grid
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 27 Apr 2008, 08:29 PM
in grid for asp.net I used to use the rollover methods here:
ms-help://telerik.radcontrols.prometheus.2007.Q3/telerik.radcontrols.prometheus.2007.Q3/grdSetStyleOnMouseOver.html

but as I read it now, all one has to do is use a style like

.GridRowOver_Default td
{
background-color: #f29536;
cursor:pointer;
}

which ive added to my \radcontrols\office2007\Grid.Office2007.css file and ensure that the client events are enabled:

<

ClientSettings>

<

ClientEvents OnRowMouseOver="Dummy"></ClientEvents>

</

ClientSettings>

function Dummy(index)

{

}

but to no avail, what am I missing ?

thank you

3 Answers, 1 is accepted

Sort by
0
david
Top achievements
Rank 1
answered on 27 Apr 2008, 08:43 PM
Ok, I did find EnableRowHoverStyle Property which works nicely but isnt found in the doc?
0
Dimo
Telerik team
answered on 28 Apr 2008, 09:58 AM
Hi David,

The EnableRowHoverStyle property is mentioned here:

http://www.telerik.com/help/radcontrols/prometheus/?grdSetStyleOnMouseOver.html

This page is located here:

RadControls for ASP.NET AJAX Online Help > Controls > RadGrid > Controlling visual appearance > Set style on mouse over

Let us know if you need more information.


Best wishes,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
david
Top achievements
Rank 1
answered on 28 Apr 2008, 10:48 AM
oh, I see the problem, my installed documentation is Q307, not Q108
Tags
Grid
Asked by
david
Top achievements
Rank 1
Answers by
david
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or