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

filtering only on certain columns

Is it possible to have the filter only show up for one or two columns?  I'm looking at 

https://ej2.syncfusion.com/vue/demos/?_ga=2.83058838.1641193944.1561689069-616283409.1556326607#/material/grid/filter-menu.html 

and it seems that it is an all or nothing situation.  I would like the filter to only be active for the customer column.

Thanks



1 Reply

HJ Hariharan J V Syncfusion Team June 30, 2019 05:10 PM UTC

Hi William, 

Thanks for contacting Syncfusion support. 

From your query we found that your want to disable the filter option for particular Grid columns. You can achieve this requirement by simply provide the allowFiltering property value as false in Grid column level. Please refer the below code snippet, 

<e-column field="CustomerID" headerText="Customer ID" :allowFiltering="false" width="120"></e-column> 


Regards, 
Hariharan 


Loader.
Live Chat Icon For mobile
Up arrow icon