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-size: 20px;
/* setting font size to increase icon dimension */
}
</style>
|
Please check the below screenshot,
Kindly get back to us for further assistance.
Regards,
Padmavathy Kamalanathan