Skip to content

Commit 1995ea2

Browse files
Update README.md
1 parent 4679a9f commit 1995ea2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Odata 4 with WebAPI controller
22
This project shows how to configure the dataSource to communicate with the WebAPI controller through the Odata 4 protocol.
33
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
13+
- server grouping - research phase
14+
- $expand - research phase

0 commit comments

Comments
 (0)