Unplanned
Last Updated: 17 Nov 2021 15:45 by ADMIN
Created by: Anthony
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Hi

  It would probably be trivial to make the columnReorder much more useful

(1) Allow a preventDefault feature, to conditionally prevent some columns being moved. For extra points you could do this via a new columnReorderStart event so that the user can't drag the columns at all

(2) Don't allow locked columns to be moved out of the locked section

 

Thanks

Unplanned
Last Updated: 16 Nov 2021 16:00 by ADMIN
Created by: Justin
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Other vendors offer visual representations and better access to what controls are available and how to quickly use them in different scenarios. I cannot find any visual such as http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=home&demo=all which nicely highlights what each control looks like from an index perspective.
Furthermore, the code in a cookbook should be copy and paste and not have dependencies on hidden helper classes.
Unplanned
Last Updated: 16 Nov 2021 15:46 by ADMIN
Created by: Hendrik
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
9
Currently it is possible to draw straight lines on the Kendo UI map. However, it would be interesting to display routes on the map. Ideally, Kendo should be able to draw routes between specified markers.
Unplanned
Last Updated: 16 Nov 2021 15:43 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
9
It is actually a problem that we have on our corporative product. 

We are using a Kendo.Map but the user has the ability of swapping between our corporative version of OSM, the public OSM, Bing and Aerial map.

This means that I have to create a map with five layers at the beginning and set different opacities downloading all the time the tiles for the 5 layers or I have to destroy the map and shift layers like you asked me to do in this post
http://www.telerik.com/forums/add-layer-dynamically-to-map

Could be possible to include a new feature on the maps that allow the developer to change dynamically the layer type, the url template and the subdomains.
without having to destroy the map, set it empty and create it again.

Thanks a lot.
Unplanned
Last Updated: 16 Nov 2021 15:26 by ADMIN
Created by: Gary
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
The new chart select feature is great but it only works with vertically oriented charts (column), but I need it for stacked bar charts. I'd also like to be able to disable the grab handles and programatically specify the range. I have multiple similar charts, a category-specific grid with additional info, and a dropdownlist for selecting the category. You can also select the category by clicking any of the chart elements.
Completed
Last Updated: 11 Nov 2021 16:12 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Add support for cell.formula on Woorbook
Unplanned
Last Updated: 11 Nov 2021 12:25 by ADMIN
Created by: Misiu
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Notifications stack should be able to slide after previous notification hides, like in toastr:
http://codeseven.github.io/toastr/demo.html
choose Bottom Right position and add some notifications. After last hides rest slides down. Same behaviour should be possible in KendoUI Notification
Declined
Last Updated: 11 Nov 2021 12:13 by ADMIN
Created by: Pavel
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Would be nice to have a validator that validates not HTML elements, but  model properties (after all when using MVVM HTML is bound to properties). Consider the following scenarios: A property is not directly bound to an HTML input. For example, I have a collection propery and my model is valid only if it contains at least N elements. Or if collection elements have date or time fields, overlaps are not allowed, and so on.
Declined
Last Updated: 11 Nov 2021 11:53 by ADMIN
I'm writing a application and would love to have 'pull to refresh' activated when the user swipes up instead of down.  In addition, endless scrolling would work when swiping down instead of up.  Basically the reverse of how the listview works right now.  

I see this request often and users end up implementing their own solution.
Unplanned
Last Updated: 08 Nov 2021 09:19 by ADMIN
The option in the Kendo Spreadsheet to show the unmarked values when a filter is applied instead to reset it by pressing the Clear button
Declined
Last Updated: 04 Nov 2021 12:26 by ADMIN
Created by: Hoon
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Polymer support has already been requested but I would like to see Kendo UI support for Polymer.Dart.
Declined
Last Updated: 04 Nov 2021 11:50 by ADMIN
Created by: kishore
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo OOXML should allow to give Pattern Style and Pattern Color for  cell.
Declined
Last Updated: 04 Nov 2021 11:45 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
It looks like this was rejected over a year ago, but now that this feature is appearing in other frameworks it would be nice to reconsider.

Each tab having its own history is core to making things work like it would in a native app. It is just so sloppy when a user loses their state going between tabs.

You are able to do this with the ionic tabtrip http://ionicframework.com/docs/api/directive/ionTab/ so i would hope kendo can too.
Declined
Last Updated: 04 Nov 2021 11:44 by ADMIN
We have come across problems where on ann individual vie wit would be good to strip out all the CSS styling on a listview. To do this presently  is very difficult to find what styles are applied and when we do remove them it causes problems else where.
Ideally it would be nice just to have a attribute on the widget which tells the widget not to use the in built styling.
Completed
Last Updated: 04 Nov 2021 11:39 by ADMIN
Created by: Telerik
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Validation errors for the bottom row of a kendo grid will be obscured behind the pager. This is a bit rubbish.

Also discussed here:

http://www.telerik.com/forums/hidden-validators-when-virtual-scrolling-createat-bottom
http://www.telerik.com/forums/the-validation-message-in-the-last-row-of-each-page-is-not-displayed
Unplanned
Last Updated: 02 Nov 2021 13:06 by ADMIN
Created by: Mark
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

Often we want a separate delay time for the opening of menus and closing. Please consider adding independent hover delays.

$("#menu").kendoMenu({
    ...
    hoverDelay: 400
    ...
});

or

$("#menu").kendoMenu({
    ...
    hoverDelay: {
        open: 100
        , close: 500
    }
    ...
});

Unplanned
Last Updated: 01 Nov 2021 11:36 by ADMIN
Created by: zahra
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4

 

It would be nice to have RTL support inside Tilelayout component and fixing bug issue about RTL resizing and reordering in jquery.

Thanks.

Declined
Last Updated: 29 Oct 2021 14:55 by ADMIN
On data management controls (like the grid and the listview), if they are bound to an ajax remote data source and an error occures, it will silently ignore it and accept the changes. You listen to the error event on the data source to display the messages, but that wont stop it from accepting the changes. You can add a single occurrence listener on the grid's data binding event to prevent it, but you are starting to get into weird hacks. Then theres the listview, which is an even uglier hack.

Not only should this be standard behavior in the first place, but it's a pain to even get it to work with hacks.

Please change the behavior or at least add an option to prevent accepting bad data that didn't even get saved in the database.
Completed
Last Updated: 28 Oct 2021 10:51 by ADMIN
Created by: Bernd
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0
As mentioned here: http://www.telerik.com/forums/please-make-apis-used-in-your-sample-projects-official-public
you make use of kendo.date and kendo.timezone in your examples. It would be nice to know a bit more about those. And to have them available in typescript.
Declined
Last Updated: 27 Oct 2021 13:04 by ADMIN
When multiple popovers are supported, clicking on a button to open popover1 should automatically close popover2.  Your popover demo demonstrates the problem, but bypasses the pain point by positioning the popover buttons on opposite sides of the form.  Often multiple buttons on a Nav bar will cause popovers, which will overwrite portions of each other when multiple are displayed simultaneously.  I tried a quick workaround, which didn't work.