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
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