Toolbar items display text is incorrect

Adding toolbar itemsthrough the C# fluent API results in the tooltip text showing the toolbar item's ID instead of the Text. For example adding a custom toolbar item with the following:


C# Code
CustomToolbarItem() { TemplateID = "#add", Text = "Add Item"}
Results in a toolbar item with the correct template but hovering over the item will display "add". Is this a bug? If not how can I set the tooltip text correctly?

1 Reply

VN Vignesh Natarajan Syncfusion Team October 30, 2017 12:41 PM UTC

Hi Andrew, 

Thanks for using Syncfusion products. 

We have analyzed your query and we suspect that you want to customize the tooltip for the custom toolbar item element in the grid.  

We have already discussed this topic in the Knowledge base document. 
Please refer below link for the knowledge base document. 

Regards, 
Vignesh Natarajan 



Loader.
Up arrow icon