Completed
Last Updated: 29 Apr 2021 10:07 by ADMIN
Created by: Gregor
Comments: 3
Category: Data Source
Type: Feature Request
2
 It would go great batch syncing. And controls would redraw(refresh) just once when array of items is added. Not refreshing control and manipulating DOM(very slow) each time the item is added to datasource.
Example use case: scheduler month events copying...
Completed
Last Updated: 02 Feb 2021 16:53 by ADMIN
Created by: Joshua
Comments: 1
Category: Data Source
Type: Feature Request
0

It would be nice to be able to specify in a datasource filter two fields and an operator for the sake of data reporting. For example, where "completed date" is greater than "promised date" or "Actual cost" is greater than "estimated cost."

This sort of thing can be accomplished by calculated fields; a filter of where "cost overage" is greater than 0. The down side of the calculated field approach is all comparisons need to be pre-defined. 

 

Completed
Last Updated: 13 Mar 2020 09:55 by ADMIN
Created by: Imported User
Comments: 1
Category: Data Source
Type: Feature Request
3
Ignore language specific characters when filtering. Example: search phrase "Deja" should find word "Déjà".
Completed
Last Updated: 24 Jan 2020 11:04 by ADMIN
Created by: Imported User
Comments: 1
Category: Data Source
Type: Feature Request
12
We use the new version of SignalR which is 2.2.3 currently and it seems the Kendo DataSource cannot bind to it. It would be awesome if Kendo supported it. 
Here is a link: https://www.nuget.org/packages/Microsoft.AspNet.SignalR.Core/
Completed
Last Updated: 21 Jan 2020 12:48 by ADMIN
Created by: Euan
Comments: 1
Category: Data Source
Type: Feature Request
13
I would like to be able to dynamically update the text in my button by binding to a viewmodel.

Thanks
Completed
Last Updated: 21 Jan 2020 11:42 by ADMIN
We need an option to make the datasource immediately drop the current in-flight data fetch request if another one comes in.

Currently, if the user clicks around several times in a row changing grid datasource parameters too quickly, several requests get fired off, but the grid waits for the very first request to complete before issuing the next one. This makes the user's wait time twice as long and also makes the grid content appear to switch back and forth as requests complete one after another. Very unpleasant effect.
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" }
Completed
Last Updated: 26 Nov 2019 14:11 by ADMIN
Release 2019.R1
ADMIN
Created by: Eduardo Serra
Comments: 8
Category: Data Source
Type: Feature Request
53
This feature was already requested in another post, but it was missunderstood. (http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/11578722-support-sorting-datasource-groups)

The idea is to allow for Groups in DataSources to be sorted in ways other than alphabetically; this will allow for certain groups to be given priority.
Completed
Last Updated: 11 Jun 2018 21:40 by Telerik Admin
Created by: Grahame
Comments: 2
Category: Data Source
Type: Feature Request
6
Please consider adding support for the new improved Signalr core to be used as an async data source and or server side rpc which would allow for greater mvvm spa applications 
Completed
Last Updated: 07 Jun 2018 13:45 by ADMIN
Created by: Christopher
Comments: 2
Category: Data Source
Type: Feature Request
39
"WebAPI now uses the DateTimeOffset time as a main type when it comes to dates. However DateTimeOffet requires the 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." Based on http://docs.telerik.com/kendo-ui/aspnet-mvc/helpers/grid/how-to/oData-v4-web-api-controller
Please add full support, also when working with Dates. Thanks.
Completed
Last Updated: 03 Oct 2017 15:46 by ADMIN
Created by: Sergiu
Comments: 29
Category: Data Source
Type: Feature Request
206
Add sort/filter events or add an extra parameter in the 'change' event object so that we can detect if a data source was filtered or it was sorted.(Mostly needed when working with grids)
Completed
Last Updated: 08 Jun 2017 16:57 by ADMIN
Wish to have a "reset" or "clear" method to restore a DataSource object to it's initial unpopulated state--specifically when used behind a search text box, and need to clear the datasource when the user removes all search text.
Completed
Last Updated: 07 Jun 2017 09:47 by ADMIN
Created by: Craig
Comments: 1
Category: Data Source
Type: Feature Request
5
The DataSource API currently includes the methods pushCreate, pushDestroy, and pushUpdate.  These methods roughly correspond to add, remove, and set.  Unfortunately there is no pushInsert to enable adding new items to the data source at a specific position.  Adding such a method would be consistent with the existing add/remove/insert methods.
Completed
Last Updated: 15 May 2017 11:10 by ADMIN
Created by: Alexander
Comments: 5
Category: Data Source
Type: Feature Request
81
Possibility to add filters to hierarchical datasource, that execute recursively.
Use case: In TreeView we need to search for some element text, we need to see elements that contain some text and their parents expanded. Filtering could be usefull here.
Completed
Last Updated: 30 Aug 2016 12:27 by Houssam
Created by: Telmo Silva
Comments: 21
Category: Data Source
Type: Feature Request
101
dataSource: {
       type: "odata",
       typeversion: "3"
}
Completed
Last Updated: 09 May 2016 17:13 by ADMIN
Created by: Gabriel
Comments: 1
Category: Data Source
Type: Feature Request
1
this.dataSource.sync().done(function(){//fire after...}).fail(function(){//any time on fail...});
Completed
Last Updated: 20 Apr 2016 18:04 by Telerik Admin
Created by: Adam
Comments: 2
Category: Data Source
Type: Feature Request
2
One should be able to group by a specified field, and then sort the groups themselves NOT by that field but by another field. For instance, it is currently not possible to sort data by its name but order it by its date.
Completed
Last Updated: 09 Nov 2015 13:29 by ADMIN
Created by: Stephan
Comments: 3
Category: Data Source
Type: Feature Request
1
In order to clearly identify if a datasource operation is successful, 
two alternatives are possible:

1. Add success event to the datasource in order to get datasource operations separated from update, destroy, add. 

2. Enhance change event by error array. 
Currently, the change even is fired even in case of an error. So, at least an error array containing error messages should be available, together with a property "hasErrors".
Completed
Last Updated: 24 Jun 2015 15:45 by ADMIN
Created by: Luc
Comments: 10
Category: Data Source
Type: Feature Request
74
Though KendoUI already has an MVVM style binding, it would be much better to have a css binding allowing us to set class on HTML elements based on arbitrary conditions.

Just look at the Knockoutjs css binding.
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.