Hi Everybody,
Sorry to bother you about this subject again - posted a similar question a while ago, had to do some studying on css, and now i am back with the same issue. If I mouse over a row in a radgrid (skin: vista) i want the cursor to change to a hand, so the user gets the signal that he can click the row.
Well, I added this to aspx-page:
and then for one column of the grid:
But, with no result. Any suggestions?
Regards, Peter.
Sorry to bother you about this subject again - posted a similar question a while ago, had to do some studying on css, and now i am back with the same issue. If I mouse over a row in a radgrid (skin: vista) i want the cursor to change to a hand, so the user gets the signal that he can click the row.
Well, I added this to aspx-page:
<style type="text/css">.UseHand{ cursor: hand;}</style>and then for one column of the grid:
<telerik:GridBoundColumn DataField="AccommodationTitle" SortExpression="AccommodationTitle" UniqueName="AccommodationTitle" HeaderTooltip="Click om te sorteren"> <HeaderStyle Width="100px" /> <ItemStyle Font-Bold="True" Font-Size="9pt" VerticalAlign="Top" CssClass="UseHand"/> </telerik:GridBoundColumn>But, with no result. Any suggestions?
Regards, Peter.