A user has complained that they get the 'hand' cursor whenever they mouse over any part of the grid rather than just on a hyperlink.
I do NOT have a skin set. In the grid I have Skin="".
I can't find a design time property to change it.
I tried adding a style to the grid, but that had no effect. For example:
What am I missing here?
I do NOT have a skin set. In the grid I have Skin="".
I can't find a design time property to change it.
I tried adding a style to the grid, but that had no effect. For example:
| protected override void OnInit(EventArgs e) |
| { |
| RadBuildingCoverageGrid.Attributes.Add("style", "cursor:pointer"); |
| } |
What am I missing here?