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

Column resize - tooltips

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alexandre
Top achievements
Rank 1
Alexandre asked on 13 Nov 2008, 03:23 PM
How do you remove the tooltips that tell you the width of the column when resizing?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 13 Nov 2008, 03:55 PM
Hi Alexandre,

Hiding the tooltip with CSS is the easiest thing to do:


.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
Alexandre
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or