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 Jan 2020 13:12 by ADMIN
Created by: Imported User
Comments: 2
Category: Data Source
Type: Feature Request
28
Right aligned columns are common for number fields and it would be nice to simply set a property in HTML and/or the view-model:
E.g { "field": "amount", "align": "right", "title": "Amount", "width": "110" }
Declined
Last Updated: 23 Sep 2021 10:38 by ADMIN
Created by: Imported User
Comments: 0
Category: Data Source
Type: Feature Request
2
In the datasource can you give us a property which will tell the DS that it needs to stringify the parameters so I don't have to keep googling this syntax?
parameterMap: function (options) {
                return kendo.stringify(options); // kendo.stringify serializes to JSON string
            }

So just like read: { stringifyParams:true ...}
Completed
Last Updated: 27 Feb 2015 21:26 by ADMIN
Add a visible property to the column items for the grid control. Then provide the value in the view-model. This would allow us to declare the columns in html and manage their visibility in the business logic.
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.
Declined
Last Updated: 21 Sep 2021 11:17 by ADMIN
Created by: Imported User
Comments: 3
Category: Data Source
Type: Feature Request
7
Visual Studio plugin to generate javascript proxy classes for communicating with web services. 

Normally in ASP.Net the .Net proxy classes would be generated for me, but since I am now moving towards building RIA applications most of the WS calls now take place client side. The process of manually setting up service calls is a bit cumbersome so if KendoUI could include a tool for this it would be great.
Completed
Last Updated: 27 Feb 2015 21:22 by ADMIN
Created by: Jaap
Comments: 5
Category: Data Source
Type: Feature Request
102
Option to refresh one item from a datasource from the server using a GET request using the transport read url appended with the item ID field value.

See: http://www.kendoui.com//forums/framework/data-source/how-to-refresh-an-item-in-a-datasource-with-server-data.aspx
Declined
Last Updated: 27 Feb 2015 21:25 by ADMIN
Created by: John
Comments: 0
Category: Data Source
Type: Feature Request
2
can you advise if the upcoming mvvm framework can be replaced by knockoutjs and / or work with it. we have invested heavily in ko and love it as an mvvm framework. we have also started to use kendo to replace telerik mvc (where appropriate) but would like to know if we can ensure that all 3 products will work together... telerik for server-side UI, ko and kendo for client.
Declined
Last Updated: 27 Feb 2015 21:25 by ADMIN
Created by: Mike
Comments: 1
Category: Data Source
Type: Feature Request
3
Excellent work, I think (one/two way) form data binding with JSON/XML serialization will be very helpful. Templates are good but need to support attribute based data binding expressions without templates.
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: 27 Feb 2015 21:23 by ADMIN
Created by: Christian
Comments: 11
Category: Data Source
Type: Feature Request
50
Add support for automatic polling/refresh on DataSource.
Property: interval in milliseconds
Completed
Last Updated: 11 Jun 2021 12:26 by ADMIN
Created by: David
Comments: 1
Category: Data Source
Type: Feature Request
26
It'd be terrific if there was built-in access to client-side data stores (e.g. IndexedDb).
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?
3 4 5 6 7 8