Change built-in toolbar label and tooltip

Change built-in toolbar label and tooltip
Hi,

This could be a simple request, but I haven't managed to find a solution.
I would like to change the text for the default toolbar items. For example, instead of showing Add, it should show Nuovo.

Thank you,

3 Replies

RS Renjith Singh Rajendran Syncfusion Team March 15, 2022 08:53 AM UTC

Hi Luigi, 

Greetings from Syncfusion support. 

We have documented the topic in our toolbar documentation section. Please refer the below documentation for more details on this document, 
 
Please refer the code below, 
 
 
     private List<object> ToolbarItems = new List<object>() { 
        new ItemModel() { Text = "Nuovo", PrefixIcon = "e-add", Id = "Grid_add", TooltipText="Nuovo"}, 
        ... 
   }; 
 
 
Please get back to us if you need further assistance. 
 
Regards, 
Renjith R 



LU Luigi March 15, 2022 01:31 PM UTC

Thanks



RS Renjith Singh Rajendran Syncfusion Team March 16, 2022 05:11 AM UTC

Hi Luigi, 
 
Thanks for your update. Please get back to us if you need further assistance. 
 
Regards, 
Renjith R 


Loader.
Up arrow icon