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

Tool Tip for Kendo Add button

2 Answers 287 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Chatra
Top achievements
Rank 1
Chatra asked on 12 May 2014, 09:20 PM
Hi ,

I am trying to set the Tool tip for Kendo Create button on the grid toolbar.

Can any one help me in setting it up on writer grid and agent grid.

This is how I am setting up the Add new record button in toolbar. --> { name: "create", text: "" }, in the demo below.

Thanks
Chatrapathi Chennam

2 Answers, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 13 May 2014, 08:59 AM
Hi Chatrapathi,

In order to achieve this you can attach a Kendo UI Tooltip to the Grid widgets and filter by the "Create" button class. As an example: 
$("#writergrid").kendoTooltip({
   filter: ".k-grid-toolbar a.k-grid-add",
   content: "Add new record"
});

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Chatra
Top achievements
Rank 1
answered on 13 May 2014, 05:20 PM
Thank you Lliana :)

Tags
ToolTip
Asked by
Chatra
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Chatra
Top achievements
Rank 1
Share this question
or