Is Odata Vesion 4 supported by IgGrid?
Are there any sample using odata 4?
Hello Giovanni,
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.
Regards,
Tsanna
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.