change toolbar style in batch mode

Hi,
i am trying to change the toolbar icons of a grid (web form) in batch mode whit other icons and to increase the dimension of the toolbar and the icons but i don't find how to.
Could you help?

Thanks

1 Reply 1 reply marked as answer

PK Padmavathy Kamalanathan Syncfusion Team May 26, 2021 02:27 PM UTC

Hi Silvia, 
 
Greeting from Syncfusion Support. 
 
Query: i am trying to change the toolbar icons of a grid (web form) in batch mode whit other icons and to increase the dimension of the toolbar and the icons but i don't find how to. 
 
We have already discussed how to change the toolbar icons of the Grid in the below KnowledgeBase Help documentation, 
 
Kindly check the above link to change the icon as per your requirement. 
 
We can increase the size of toolbar icons by increasing the font-size of class “e-toolbaricons” as shown in below code snippet, 
 
 
    <style> 
      .e-toolbaricons { 
        font-size20px; 
        /* setting font size to increase icon dimension */ 
      } 
    </style> 
 
 
Please check the below screenshot, 
 
 
 
Sample for your reference: https://jsplayground.syncfusion.com/tpfwhit3  
 
Kindly get back to us for further assistance. 
 
Regards, 
Padmavathy Kamalanathan 


Marked as answer
Loader.
Up arrow icon