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

Client Select Column -- Mouse Over Style

1 Answer 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rory
Top achievements
Rank 1
Rory asked on 05 Jan 2010, 05:45 PM
Hi, I just got the latest DLL as of Jan 5, 2010. One change to the grids is that Grid Column Headers that are groupable / reorderable now use the Compass like Arrows on mouse over. This works fine but when you mouse over a checbox in the Client Select Column' Header it should change back to the hand or default mouse icon.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 06 Jan 2010, 12:05 PM
Hi Rory,

You are right. As far as I can see, the issue occurs in IE only. We will fix it on our side for the next release. You can add the following CSS rule to your page:

.rgHeader input[type="checkbox"]
{
   cursor:default;
}

Note that the above selector is not understood by IE6. If you need to support that browser as well, you will need to use the RadGrid's ItemCreated server event handler and set the style directly to the checkbox control.

Sincerely yours,
Dimo
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
Rory
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or