I'm facing a problem with filtering in Kendo UI Grid in React. I'm getting following exception op() is not a function
. These are not too much information but I got also a screenshot from the filter object.
The is the object where the application is returning an exception:
I tried the same example which is on the Kedno UI Grid for React website (https://www.telerik.com/kendo-react-ui/components/grid/advanced-examples/stateful-grid/), and there it is working fine, but the filter object looks like this:
I don't know what is the cause of the problem or if this is actually the problem (wrong object structure as in the first image). That's why, any suggestion or help is highly appreciated.
Regards