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

[Solved] Change the cursor in GridButtonColumn

1 Answer 176 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jones
Top achievements
Rank 1
Jones asked on 02 Sep 2009, 06:34 AM
Hello,

I'm using the RadGrid to show some information to select one, I'm using a column with an image. How is it possible, to show the hand cursor when the mouse moves over the image. The ASPX-Code of the column is the following;

<telerik:GridButtonColumn buttontype="ImageButton" buttoncssclass="imagebutton" confirmdialogtype="RadWindow" commandname="SELECT" commandargument="SELECT" imageurl="~/images/selectrow.gif" headerbuttontype="None" uniquename="RADColumn_Select">
            <ItemStyle horizontalalign="Center"></ItemStyle>
 </telerik:GridButtonColumn>

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 02 Sep 2009, 08:26 AM
Hello Jones,

Please try the following code (replace crosshair with the desired cursor).
<style type="text/css"
    input.imagebutton 
    { 
        cursorcrosshair !important; 
    }         
</style> 

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Jones
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or