Completed
Last Updated: 27 Feb 2015 21:24 by ADMIN
Created by: Imported User
Comments: 4
Category: Data Source
Type: Feature Request
48
signalR gives the possibility to quasi direct connection to the server side with easy parameter passing and easy implementation.
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: 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
Completed
Last Updated: 27 Jan 2015 08:56 by ADMIN
Created by: Imported User
Comments: 1
Category: Data Source
Type: Feature Request
1

I am creating a realestate website, I want my url to be readable,

For example my site url is http://sitename/property/3, (3 represents property id)

I want to change it like this link  www.paarthrepubliclucknow.in

Of course they are using id and all. How can I replace "property" with something like "residential-property-in-india" in my url and it should be changing dynamically according to search.

I hope it is clear what I want to do...
Completed
Last Updated: 24 Nov 2014 16:45 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 12
Category: Data Source
Type: Feature Request
149
There has been many scenarios where I've needed to know when a DataSource finishes a "read" or "sync" operation.

I know there's the global "sync" event that I can bind to, but a lot of the time I only care about the result of one specific sync call. I can use the "one" method to only listen to it once, but this complicates things when I also care about errors. Since I need to register callbacks for both the "sync" and "error" events, and then unregister either one or the other, depending on which event fired.

It's even harder hooking into a "read" event because the DataSource doesn't expose one. I know I can hook into the "change" event of the DataSource, but I still have to guess whether the change event was fired because of read, or because of some other change.

If these methods returned a deferred it would be a lot easier to handle the circumstances where an app needs to do additional things after a "read" or "sync" is completed.
Completed
Last Updated: 21 Nov 2014 14:22 by ADMIN
Created by: Jun
Comments: 9
Category: Data Source
Type: Feature Request
20
Mobile app should be able to save the data locally in the mobile device and  when online network status is detected, should have the mechanism to synchronize the local data back to the server. I asked this during the webcast demo about supporting the html5 local web storage or the html5 indexeddb.
Completed
Last Updated: 20 Nov 2014 20:38 by ADMIN
Created by: Dave
Comments: 1
Category: Data Source
Type: Feature Request
2
I know you're continuing to improve the kendo/angular integration, but with the rise of full single page applciationsI think you need a deeper integration between the data source and the use of $http (ie services or resources), to cater for such things as custom http headers (for authentication/authorization, application state, etc), which are often set using http interceptors. A typical example is an authentication token.

I'd rather use the grid & data sources' built in functionality such as just setting the url for the source of the data, but this doesn't allow any way to set custom http headers to have the auth token sent along with the request. I see two options:

1. Allow the dataSource to use $http directly for its transport, thereby piggy-backing ontop of the angular http architecture.
2. Keep what you have and allow the requestStart event to have access to the HTTP Headers collection, thus allowing us to modify them before the request gets sent.
Completed
Last Updated: 20 Nov 2014 20:30 by ADMIN
Completed
Last Updated: 20 Nov 2014 18:36 by ADMIN
Created by: Victor
Comments: 4
Category: Data Source
Type: Feature Request
19
We are evaluating migrating from Asp MVC to KendoUI (MVC), which looks promising. However, there is one BIG problem we have encountered: 

Cell values of null are displayed as "Null" instead of as ""! I really urge you to change this since this would require large changes to very many places otherwise. At least an option to select the behaviour.

Thanks
/Victor
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?
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.
1 2 3