I need to create a odata v4 query with filter applying the Advanced Filtering Expressions. Can someone help?
It's perfect. Thank you very much.
Hello Joan,Thank you for your patience!I made a Codesandbox sample, based on your requirement.One thing to note in the sample is the filterStrategy Input of the IgxGridComponent. It must be set with an NoopFilteringStrategy instance when the grid uses remote filtering.You can find more information on how to use IgxGridComponent with remote operations in this topic.P.S. The remote data service of the sample is https://services.odata.org/V4/Northwind/Northwind.svc/Products, which provides max 20 chunks of data per request and after applying some filtering conditions, the data in the grid may seem to be inconsistent, this is because only the first 20 records are available for the grid per filter request.
Please, take a look at the sample and the topic and let me know if you have any questions.Best Regards,Hristo Popov
Hello Joan,Thank you for contacting us!I am currently working on a sample, based on your requirement, which I will provide you by the end of this week.Thank you for your patience.Best Regards,Hristo Popov