Is there a way to keep a certain filter expression hidden ("Is not null") while still applying it on External filter?
Please help, thanks!
Jason
1 Answer, 1 is accepted
0
Plamen
Telerik team
answered on 25 Dec 2023, 10:02 AM
Hi,
One possible solution is to use React.useMemo and a separate gridFilter that extends the filter object controlled by the Filter component with the desired hidden filter. Here is the code and the example that worked at my side: