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

How to Hide Tooltip displaying during column resize

1 Answer 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Karthikeyan
Top achievements
Rank 1
Karthikeyan asked on 19 Nov 2008, 08:12 AM
Hi,

While resizing grid column normally it is showing the Tooltip "width:xxx pixels". Is there any way to get rid of that tooltip.

Regards,

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 19 Nov 2008, 08:36 AM
Hello Karthikeyan,

Please add the following CSS rule to your page (application):

.GridToolTip_SkinName
{
    display: none;
}


All the best,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Karthikeyan
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or