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

Diasble tooltip when grid column is in edit mode

1 Answer 303 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Siva Prasad
Top achievements
Rank 1
Siva Prasad asked on 19 Jun 2014, 06:15 AM
Hi Team,

I want to disable tool-tip only when the grid column is in edit mode. 
Please help me out.

Regards,
Siva

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 20 Jun 2014, 03:18 PM
Hi Siva,

To achieve this you can exclude the edited cells in the tooltip.filter option. As an example: 
//....
grid.table.kendoTooltip({
    filter: "td:nth-child(1):not(:has(input))",
      //....
});

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ToolTip
Asked by
Siva Prasad
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or