Completed
Last Updated: 20 Nov 2014 18:29 by ADMIN
Created by: briankb
Comments: 7
Category: Data Source
Type: Feature Request
100
Add support for Web Sockets to enable push notifications to grid, listview, and other data bound widgets.
Completed
Last Updated: 20 Nov 2014 18:26 by ADMIN
Created by: Vesselin
Comments: 26
Category: Data Source
Type: Feature Request
320
If possible, please consider making the Kendo DataSource compatible with the data returned from using an ASP.NET MVC 4 Web API project possibly by adding a 'webapi' dataType.
Completed
Last Updated: 20 Nov 2014 18:17 by ADMIN
Like many other Kendo components, the treeview is not mature enough to be considered to display dynamic hierarchical data in a LOB application (features limit its use to a static web site).

I can only recommend to urgently add databinding to a datasource. Then you will have to consider loading the dataSource on demand. See http://demos.telerik.com/aspnet-mvc/treeview/ajaxloading
Completed
Last Updated: 20 Nov 2014 18:10 by ADMIN
Created by: Mark
Comments: 5
Category: Data Source
Type: Feature Request
7
Will you be doing something like KnockoutJS?
Declined
Last Updated: 15 May 2014 08:55 by ADMIN
Apologies if this is not the right place to post this, but couldn't find a bug section for Kendo UI.

The problem: [DataSourceRequest]DataSourceRequest Custom binding doesn't seem seem to add the WHERE into the generated SQL, when using DataSourceRequest.Filters ( i.e.  myCollection.Where(request.Filters)). However, paging, and sorting working as expected. I would appreciate some feedback on this issue. Thank you very much, Panos.
Completed
Last Updated: 30 Jan 2014 14:00 by ADMIN
I was using DataSource.Read with additional parameters to get data from server to load grid. It was working fine with Q1. But after upgrading libraries to Q3 it is not working. It passes "null" parameter value to controller.
Declined
Last Updated: 13 Dec 2013 15:47 by ADMIN
Created by: Taymaz
Comments: 1
Category: Data Source
Type: Feature Request
4
CRUD operation with data source without using grid 
Declined
Last Updated: 13 Jun 2013 17:41 by ADMIN
Currently the default model binding of Kendo assumes that enums will be serialized as numbers. While this is the case with the default MVC JSON serializer, there are a number of problems with it (including this poor handling of enums) that make people replace the default JSON MVC serializaer with other popular ones - such as the https://github.com/JamesNK/Newtonsoft.Json.

If would be really nice if Kenod datasources could be able to map enum values in both integer and string value name format and if they were binding back the same format returned in the request.
Declined
Last Updated: 06 Jun 2013 17:55 by ADMIN
Created by: Imported User
Comments: 1
Category: Data Source
Type: Feature Request
1
Instead of using JSON to create a pie chart in Dataviz, it would be so much easier to use an SQLDataSource, So that the pie chart can be dynamically updated.
Declined
Last Updated: 05 Jun 2013 22:16 by ADMIN
Created by: Imported User
Comments: 1
Category: Data Source
Type: Feature Request
1
Add a Kendo UI Mobile Listview with real time cross domain data binding
and this could be a simple modification of your current listview demo, where instead of using the hard coded data, use the real time data which is hosted on a website (i.e. google or twitter) and bind that data (json) to the listview...
Declined
Last Updated: 10 May 2013 19:34 by ADMIN
Created by: Daniel
Comments: 1
Category: Data Source
Type: Feature Request
1
When working with related data and odata you can you something like
http://local/get/Contact//?$expand=ContactType

Where Contact is the primary record and ContactType is n-1 to Contact also need to support 1-n

So the schema needs to be able to handle complex relations right now it is flatted out so I cant specifiy ContactType as a related entity with its own fields in the current schema implementation.

Unless the hierarchical datasource can handle this and bind to more than just the treeview widget, but I can't tell from the docs on the hierarchical datasource.  But really this is more for using this in the model definition such as kendo.data.Model.define({
Thanks,
Declined
Last Updated: 07 Oct 2012 10:55 by ADMIN
Created by: Gabriel
Comments: 1
Category: Data Source
Type: Feature Request
1
3 4 5 6 7 8