This is a migrated thread and some comments may be shown as answers.

Odata v3 Features

5 Answers 129 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 27 Aug 2012, 08:47 PM
How would I go about creating this query with the datasource?

http://services.odata.org/V3/Northwind/Northwind.svc/Customers()?$filter=Orders/any(o:substringof('alf',o/ShipName))&$expand=Orders

I currently don't see how I could get this to work with what is available. Thanks for the help in advance.
-Jon Ross

5 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 31 Aug 2012, 07:02 AM
Hello Jonathan,

 Indeed Odata v3 queries are not currently supported by the Kendo DataSource.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Evgeny Vdovin
Top achievements
Rank 1
answered on 05 Sep 2012, 10:25 PM
any plans to support oData v3? If Yes then when?



Regards,

Evgeny Vdovin
0
Atanas Korchev
Telerik team
answered on 10 Sep 2012, 06:58 AM
Hi,

 What kind of support for Odata v3 you would like to see?

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jonathan
Top achievements
Rank 1
answered on 10 Sep 2012, 01:10 PM
I would like the ability to use the any and all structures with the filters. I tried to see if I could add it by hand to your source but found that I would have to re-engineer the whole structure of filters in your datasource to do it. Being as that would be a major braking change to how your filter system works I think at least having the option to do a custom filter would be great.


i.e. something like this

filter: {
        field:"custom",
        value:"Orders/any(o:substringof('alf',o/ShipName))"
}

or like this

filter: {
        type:"custom",
        field:"Orders",
        value:"Orders/any(o:substringof('alf',o/ShipName))"
}
0
Atanas Korchev
Telerik team
answered on 14 Sep 2012, 06:28 AM
Hi Jonathan,

 Thank you for the clarification. Indeed extending the data source filter operators sounds like a good addition. May I suggest you open a new user voice item in our feedback portal? Then other users would be able to vote for this feature.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Data Source
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Evgeny Vdovin
Top achievements
Rank 1
Jonathan
Top achievements
Rank 1
Share this question
or