MVC, v.2015.1.318
1. Filtering by ForeignKey.
When I try to filter on a ForeignKey column, the first choice of the value is ignored. On the second - ok.
http://demos.telerik.com/kendo-ui/grid/foreignkeycolumn - had same problem
2. Change Value in ForeignKey.
My source:
...
...
If value in column in was null and I select new value, then "changeDS" and "Update" not called.
2013 version had no such problems.
1. Filtering by ForeignKey.
When I try to filter on a ForeignKey column, the first choice of the value is ignored. On the second - ok.
http://demos.telerik.com/kendo-ui/grid/foreignkeycolumn - had same problem
2. Change Value in ForeignKey.
My source:
...
.DataSource(dataSource => dataSource .Ajax() .Events(events => events.Error("errorHandler") .Change("changeDS") )... .Update(update => update.Action("Update", "xxx", new { ... }))...function changeDS(e) { console.log(e.action);}...
If value in column in was null and I select new value, then "changeDS" and "Update" not called.
2013 version had no such problems.