Is Odata Vesion 4 supported by IgGrid?
Are there any sample using odata 4?
I know this is old, but OData v4 is still not supported! One of the biggest breaking issues is that $inlinecount is no longer a supported keyword. Either as a $http interceptor on the client or before the odata action is executed on the server side you will have to remove the $inlinecount argument and replace it with $count=true. So far that is the only major issue that I have come across. I was able to make this change on the server side, however for calling external data providers you may be required to make this change on the client side.
I'm trying to determine the best technology to use to implement iggrid remote paging. Should I leverage Odata or there is another technology I should leverage? I don't want to use something that the iggrid might not support in a couple of years.
I need to implement paging, sorting, and filtering.
What are my options?
Thank you,
Michael
Hello Giovanni,
Currently we don't have a plan to implement oData 4 support and I could not give you any good estimates for future. If you have any further questions related this matter, please let me know.
Regards,
Tsanna
Thank you Tsanna.
Have you any plan / roadmap to implement full odata 4 support?
Currently the igGrid supports binding to oData v2. There is also an article with a walkthrough about how to configure igGrid with oData and a sample attached at the bottom: http://www.igniteui.com/help/iggrid-getting-started-with-iggrid-odata-and-wcf-data-services If there aren't any breaking changes between oData v2 and oData v4, then I assume that the igGrid would work with oData v4 without concerns. If you have any further questions, please let me know.