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

GridHyperLinkColumn issue

1 Answer 65 Views
AJAX and Web 2.0
This is a migrated thread and some comments may be shown as answers.
Dayana Maliyakal
Top achievements
Rank 1
Dayana Maliyakal asked on 30 Jul 2013, 11:50 AM
    Hi,

       I have a radgrid with one hyperlink column.I want to get a cursor as hand on mouse over event.I got it.But it will be lost after paging.

Here is my code:

<

 

 

style type="text/css">

 


 

 

.CursorHand

 

{

 

 

cursor: hand;

 

}

</

 

 

style>

 



<

 

 

telerik:GridHyperLinkColumn UniqueName="HyperLinkColumn" DataNavigateUrlFormatString="Review"

 

 

 

ItemStyle-Font-Underline="true" ItemStyle-CssClass="CursorHand">

 

 

 

<ItemStyle Width="10%" />

 

 

 

<HeaderStyle Width="9%" />

 

 

 

</telerik:GridHyperLinkColumn>


I am also trying as below:

 

 

 

protected void Page_Load(object sender, EventArgs e)

 

{

RGgrid.Attributes.Add(

 

"onmouseover","this.style.cursor='hand'");

 

}

In both of the cases I got the same result:

Waiting for the reply

With regards:
Dayana

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 02 Aug 2013, 08:48 AM
Hi Dayana,

The cursor should be already hand(pointer) by default. Please run the attached application and verify that the cursor changes upon hovering over the links.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
AJAX and Web 2.0
Asked by
Dayana Maliyakal
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or