Hi, I try to implement DropDownList to filter inside the columnMenu for the field Product Name.
the problem is that even when I select value the filter button is disabled, how can I make it work?
here is my example code: https://stackblitz.com/edit/react-s9pvmb-hgbvrt?file=app/main.jsx
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 10 Nov 2021, 08:55 AM
Hello Daniel,
Thank you for sharing an example demonstrating the issue.
After going through the implementation I have noticed that you are not using the provided onChange handler from the props of the filter in the column menu as shown in the following example: