Declined
Last Updated: 20 Nov 2014 20:29 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 17 Jul 2014 15:17 by ADMIN
Created by: Juan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Lets say I invoke a view like /view.html?id=123

On the "show" event of "view" I pull the data from the server based on "id", and some loading and layout stuff.

On this "view" I have a button that navigates to another view that is a "picklist", or "settings" or "help". Upon going to this second view and then going back, then the "show" event of "view" is fired again, pulling data from server and re-running all that was inside the show event again.

On some situations it is important to conserve the visual state of the view after coming back to it. For example, if user is filling a form.

The same problem is faced when you want to implement a wizard (step by step) form: pressing back will wipe out all data and reload, loosing previous screen state.

There must be a way to prevent this. I have tried the e.view._back flag of the show(e) event, but it is not always reliable. By having such flag, all the scenarios mentioned can be handled by code, by knowing when it's a fresh-show or a back-show.
Declined
Last Updated: 08 Jul 2014 08:43 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be great if you guys updated the on-line help to reflect the namespace changes from Telerik to Kendo.
Declined
Last Updated: 30 Jun 2014 15:02 by ADMIN
In kendo.dataviz.ui.Chart, the legend.orientation is only used when the legend.position is set to "custom".  I want to be able to set the legend.orientation to "vertical" and the legend.position to "bottom", but if I do that, the chart ignores the orientation and uses the horizontal orientation.
Declined
Last Updated: 22 Jan 2020 07:20 by ADMIN
Allow the navigator in the chart (http://trykendoui.telerik.com/iKux) to be configured so it can be positioned to move vertically as well as horizontally, this is useful when selecting ranges on the Y-Axis.
Declined
Last Updated: 14 Oct 2021 10:58 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
I would like to see the ability to hide an entire series from appearing in the legend of a multi series donut chart without having to add a VisibleInLegend property to my data model and set the value for every item.  Doing this not only increases the amount of data being sent between client and server but it also adds information to the data model that ties it to particular chart types.
Declined
Last Updated: 20 Nov 2014 20:24 by ADMIN
Created by: Madhav
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
I need some help to open print dialog using Telerik icenium Mobile Ui in iPhone, i want to open print dialog in my application this application has one html page which i want to print using AirPrint.

For that i am trying to import costume plugins by Apache cordova which is as per below link

https://github.com/katzer/cordova-plugin-printer

But i having trouble to import this plugin to VS 2013 with my project.

I hope favorable votes by every one, you will support this as fast as you can. 
Declined
Last Updated: 10 Jun 2014 09:28 by ADMIN
Created by: Romil
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I am using ASP.NET MVC and implemented Kendo Grid Inline Add/Edit/Delete functionality.

I am binding data source from server side first time. Then I do Add/Edit/Delete operation on client side in kendo grid data source property.

When I Edit any row which has been added temporary, then I do cancel click , the row is getting deleted automatically from the data source itself. 

The row should be persisted in the datasource. please let me know any solution for this issue.
Declined
Last Updated: 07 Jan 2015 13:42 by ADMIN
Created by: Bryan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
In one of the more recent builds a Frozen Columns feature was introduced. However, the feature is currently not supported for hierarchical grids. We were wondering if it would be possible to implement an enhancement which would support both of these features simultaneously.
Declined
Last Updated: 06 Jun 2014 08:49 by ADMIN
Created by: michael
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I am trying to programmatically remove selected items from a multi-select control unsuccessfully. The idea is that we have placeholder items that when selected, automatically populate items without requiring the user to select each one individually. So far, I have been able to remove them by clearing the filter and replacing the control's value property. The problem is that when I return back to the control the placeholder item I had removed re-appears. I have also tried applying the same logic to the dataitems property. I also tried to figure out how to overwrite or cancel the change event all without success. I have spent several hours now trying to add this functionality and am frankly a bit frustrated. I am also now examining other attributes/properties of the control to see if I can determine how/where the control is remembering the previous item selected. Any help would be greatly appreciated. Mike
Declined
Last Updated: 23 May 2014 16:18 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
1. A color should already be set using the UI tool, and you also need the ability to set the color using a hex value
2. Load the color control
3. Change the color to something and apply using the gui color selector controls
4. Save your change
5. Edit the color again
6. Specifically set the color using "#99B8E6"
7. You may need to try to set it to that color "#99B8E6" several times, but after a couple tries UI controls will override your specifically entered color selection to something that is close to that color, but not exactly the color you intended.
Declined
Last Updated: 20 Nov 2014 20:22 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Have a render mode that will display the listview items responsively.

This could also play nicely with a mobile version of listview.
Declined
Last Updated: 17 Sep 2021 11:32 by ADMIN
Created by: Don
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Sometimes there is a delay between when a user interacts with a widget and when something actually "happens".  This is especially evident on mobile apps (e.g. AppBuilder) when there are complex bound value changes/dom changes.

An example would be clicking a button in a ButtonGroup to display a ListView that uses a remote bound DataSource which displays images and text in the list.  Sometimes, in scenarios such as this, you'll click on the button of the ButtonGroup and nothing will happen for a few seconds.  This makes for a poor user experience.

Since we can't make the app react instantaneously we really need to at least make it appear that it is or else the app feels "slow".  Though some Kendo Mobile widgets attempt to aid with this by using the application.showLoading() when engaging in a "long" process, even that will ofen have a delay before showing.  I'm not sure why that is, maybe it's due to the order in which it is processed.

In any case, the first thing that every widget should do before anything else is indicate to the user that "yes, I acknowledge that you just clicked/tapped me and I am working".  An example of this is in iOS native apps when you are trying to delete an application.  As soon as you click the "x" to uninstall the app, it turns gray, even though it may take a few seconds before the app actually uninstalls.  If all Kendo Mobile UI Widgets gave feedback instantaneously, that would go a long way to covering up some performance issues that might exist with the framework.
Declined
Last Updated: 23 Jan 2020 18:48 by ADMIN
Right now it seems to support only Shapes and Textboxes, what plans do you have for supporting Charts and perhaps any plain HTML (that would then be possible to "kendoify")?
Declined
Last Updated: 14 Oct 2021 10:55 by ADMIN
Created by: Tiberiu
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
http://msdn.microsoft.com/en-us/library/0c899ak8(v=vs.110).aspx describes all sorts of format strings which can be used in formatting templates. For example, if one wants a conditional on positive, negative, and zero values, one can use such format "{0:N2};neg{0:N2};no value". Search in the link for Section Separator
Declined
Last Updated: 20 Nov 2014 20:19 by ADMIN
There is a bug that came out of nowhere. When the drop down list is selected, the position of the box with the options below that popups is not attached to the the drop down list above. I hope you understand what I mean. I can also post a screenshot. The only thing I do is to write an html select with some options and just stype it with $("#name").kendoDropDownList();
Declined
Last Updated: 09 May 2014 10:28 by ADMIN
I am creating resource is Vertical Grouping and time line is showing Horizontal Grouping 
Declined
Last Updated: 16 Jan 2015 21:25 by Brock
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
With the current implementation the kendoMaskedTextBox.value() method returns the value including the mask. There should be a way to get the inner value, without the mask.
Declined
Last Updated: 10 Nov 2017 21:47 by Keith Davidson
Created by: Imported User
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
3
I've been using the kendo.all.d.ts TypeScript definitions file from the beginning. While its quality has increased significantly overtime, it continues to have a lot of errors and omissions. I understand the Kendo UI TS definitions file is generated from the Kendo UI documentation. So the quality of the TS definitions file is only ever going to be as good as the documentation. And that's where the errors and omissions come from. Not everything is documented or documented correctly. I think the best Kendo UI TS definitions file can only be created when the Kendo UI source code itself is migrated to TS. Now that TS version 1.0 has RTM'ed it is time to do this. Spend an entire release doing this if you have to. Who knows how many bugs TS may expose and help to fix.
Declined
Last Updated: 25 Apr 2014 14:50 by ADMIN
Created by: PadillaCRT
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be nice to have a PanelBar or something similar for mobile and tablet devices.  We've tried, but haven't successfully been able to use the current PanelBar without running into bugs and other issues.