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

Reduce space between filter and column name.

Dear all,

i want to reduce the space between the column name and the filter.

Any hints?
Best Regards,
Giorigo/


3 Replies

PS Pavithra Subramaniyam Syncfusion Team September 10, 2019 06:28 AM UTC

Hi Giorgio, 
 
Thanks for contacting Syncfusion support. 
 
You can reduce the space between the column name and the filter icon by overriding the “margin-right” property of filter icon element. Please refer to the below code example, for more information. 
 
[style] 
.e-grid .e-filtermenudiv { 
    margin-right: 100px; // you can set the value as per your requirement 
} 
 
 
Please get back to us if you need any further assistance on this. 
 
Regards,  
Pavithra S. 



GI Giorgio November 27, 2019 01:10 PM UTC

Hello,

does it apply automtically or we need to use a class?
Best Regards,
Giorgio


PS Pavithra Subramaniyam Syncfusion Team November 28, 2019 07:00 AM UTC

Hi Giorgio, 
 
No, you need not to add any custom class. It will automatically apply the style since the classes are set by default. 
 
Regards, 
Pavithra S. 


Loader.
Live Chat Icon For mobile
Up arrow icon