We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

toolbar height

Hi Team,

I want to reduce the toolbar, but it doesnt work and i dont find to reduce grid's toolbar height.

Thanks in advance


1 Reply

VD Vinitha Devi Murugan Syncfusion Team November 29, 2019 07:02 AM UTC

Hi serdar, 
 
Syncfusion Greetings. 
 
We achieved your requirement by overriding the toolbar's default CSS and created event of grid. Please refer below codes and same can be available in below sample. 
 
 
.e-toolbar { 
    min-height: 30px; 
    height:35px; 
} 
.e-toolbar .e-toolbar-items { 
    height: 28px; 
    min-height: 27px; 
} 
 
   onCreate(args){ 
      document.getElementById('Batchgrid_toolbarItems').style.height = ''; 
    } 
 
 
Regards, 
M.Vinitha devi 


Loader.
Live Chat Icon For mobile
Up arrow icon