You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project shows how to configure the dataSource to communicate with the WebAPI controller through the Odata 4 protocol.
3
3
Notice Odata v4 is not fully supported. There is limitation when working with Dates, since [WebAPI does not support DateTime type anymore](http://damienbod.wordpress.com/2014/06/16/web-api-and-odata-v4-crud-and-actions-part-3/).
4
-
WebAPI now uses the DateTimeOffset time as a main type when it comes to dates. However DateTimeOffet requires the [Model](http://docs.telerik.com/kendo-ui/api/javascript/data/model)(that the dataSource creates) to keep information for both Date and Offset which is not possible with the current architecture of the DataSource and Model of Kendo.
4
+
WebAPI now uses the DateTimeOffset time as a main type when it comes to dates. However DateTimeOffet requires the [Model](http://docs.telerik.com/kendo-ui/api/javascript/data/model)(that the dataSource creates) to keep information for both Date and Offset which is not possible with the current architecture of the DataSource and Model of Kendo.
5
+
6
+
## UPDATE - Sept 2017
7
+
8
+
OData v4 has added support for DateTime so the Kendo UI DataSource `odata-v4` type works correctly in terms of dates now.
9
+
10
+
To have full suport for this data source type, we have these tasks to implement:
11
+
12
+
- batch editing - we will definitely support it, work put on hold
0 commit comments