Declined
Last Updated: 18 Oct 2021 13:51 by ADMIN
Created by: Jeff
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
It would be wonderful to have code highlighting and Intellisense for script blocks using the text/x-kendo-tmpl type in Visual Studio.

Currently you can change the type to text/html to get partial html syntax highlighting, but it does not highlight Kendo specific elements inside #: #. 
Declined
Last Updated: 10 May 2016 13:55 by ADMIN
Created by: Ryan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
Native mobile tabstrips each have have their own set of views and history per tab.  So for example if you are doing work on one tab, then click another tab, returning back to the first will show everything as it was before leaving.  


kendo mobile's tabstrip doesn't work that way.  Clicking on another tab destroys the content in the previous tab. It should not do that!  Rather, it should mimic the behavior of a native tabstrip.
Declined
Last Updated: 13 May 2021 07:54 by ADMIN
Created by: Stuart Hemming
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
It would be nice to be able to have log scales on gauges.
Declined
Last Updated: 23 Sep 2021 11:18 by ADMIN
Created by: Oscar
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Samsung and Intel are releasing new products with Tizen a few weeks from now and are in full throttle promoting it to developers (we actually just started a project for a client who asked to include Tizen tablets as a target device). It might be a good idea for KendoUI to implement full support for Tizen early --- and it might actually NOT take a lot of effort to do so.
Completed
Last Updated: 03 Mar 2020 11:32 by ADMIN
Created by: Pete
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
I've been trying out your new Drawer feature (which is awesome to have), but I've had to go back to the one I already coded because of a couple of missing features, that I find to be part of the standard usability of the native drawers:
* There's some quirkiness when I click on the button to expand; sometimes it registers two clicks and immediately closes the menu.
* If I open the drawer, and I'm already on a section (e.g. Settings), if I click on Settings again, I want it to close the drawer. Right now, since it is not navigating to a new view nothing happens. In my code I like to register any click on the drawer as a closing action, though I recognize that this may not work for everyone.
* I use a listener so that whenever the view changes in the application the drawer is also closed. This handles the case where some button on the drawer may do some processing, and may or may not change the view, but if it does, I'm ready to use that view, and should now be taken directly to it. For example, a Facebook login button. If the app is already authorized, and the user logged in, clicking a "Connect" button in the drawer may run background code and just change the button text from "Connect" to "Logout". But, if the user is not logged in, then it closes the drawer and shows the login screen.
* I like to tie the Android menu button to the menu toggle function with onDeviceReady and the Cordova "menubutton" event.
* I also like to tie the Android back button to first check if the drawer is open. If so, it closes the drawer and does nothing more. If the drawer is closed instead, then it allows the action to carry on to the next handler.
* The last point is personal preference (and I wouldn't care if the other features above existed), but I prefer that the titlebar stays in place, and the drawer slides out underneath of it, only covering the .km-content and .km-footer areas, and not .km-view-title.
Completed
Last Updated: 23 Jan 2020 11:02 by ADMIN
Created by: Gary
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
The US Government requires that software they purchase be Title 508 Compliant, essentially ensuring the people with disabilities can use the software. There's a problem with Grid wherein the header and body are actually 2 different tables. This is a problem because screen readers can't associate the th in the first table with the td's in the second.

There may be other problems.

We'd like to be able to sell to the US Government. ;^)
Declined
Last Updated: 17 Jul 2014 15:08 by ADMIN
Created by: Eric
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
If we have a flow of 3 steps. A1 -> A2 -> A3 -> B1 I want to be able to hit back and go to A1. This is currently not allowed and we must construct flows based upon views that have to be linear forward and back. I want to be linear forward but go back differently.
Declined
Last Updated: 21 Oct 2021 09:57 by ADMIN
Created by: NathanMST
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
I'm creating a FAQ for a client and I need the Question and Answers to be collabsable inside a listview but I also need to filter the list by keyword...  

I would like something similar to the Collapsible Lists in jQuery Mobile:  http://jquerymobile.com/demos/1.2.0/docs/lists/lists-collapsible.html 
Completed
Last Updated: 25 Oct 2021 06:42 by ADMIN
Created by: Rick
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Now that jsbin supports Typescript, putting Kendo's typescript definitions in a public place would be helpful.  Demonstrating the power of Typescript and Kendo together in jsbin is a powerful combination for answering questions and teaching!
Unplanned
Last Updated: 02 Mar 2021 17:21 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
4
Declined
Last Updated: 11 Mar 2021 15:52 by ADMIN
Created by: william
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
4
We need to have multi-select added to PanelBar to support our customers.....
Declined
Last Updated: 14 Oct 2021 11:06 by ADMIN
Created by: Stacey
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
4
In followup to my last statement about adding data to the validation events, Kendo UI's validator would be greatly, greatly, GREATLY augmented with an extremely simple function...

onErrorDisplay(target, message, invalid) {

}


The sole purpose of this function is to allow users to hook into it, and custom handle error display more finely. It is fairly simple to add, look at line 11924 of the kendo source file; At Line 11948, there is the code to show the error message. The onErrorDisplay function would allow for catching that and interpreting it differently if requested.
Declined
Last Updated: 14 Oct 2021 11:08 by ADMIN
When you have a ListView that can show thousands of records (presumably using a remote dataSource), it would be very useful to be able to start at a given point in the list, rather than having to start at the top of the list and scroll down thousands of records to get to the point you want.

This is currently possible to do when you have a ListView with set number of records that are all displayed at once by using the view's .scrollTo() function, but not possible when endlessScroll is on on the ListView.

Here is my original support ticket and the response I received regarding this matter:

<BEGIN MY SUPPORT TICKET>
I have a ListView which has a remote dataSource.  EndlessScroll is on in the ListView.  That part works as expected.  However, at times I need to programmatically "scrollTo" a particular point in the ListView.  To do this, I call .scrollTo() on the view's scroller (e.g. $('#MyView').data('kendoMobileView').scroller.scrollTo(0, -725)).  If I .scrollTo() a point that is too far down the page, sometimes the data doesn't show or only a couple of records/rows show and the "loading" icon is beneath them.  Here is an example of what I mean.

Given that we have a ListView with endlessScrolling on to which is attached a dataSource that reads from a remote url and has a pageSize of 50.  If we .scrollTo() about 25% down the list (approximately 13 rows down), everything works fine (i.e. after the .scrollTo() completes, we are at the row we want and all the records are there).  However, if instead of 25% we .scrollTo() about 60% down (approximately row 30), none or only some of the records with a spinning "loading" icon will be visible.

Based off of what I read here http://docs.telerik.com/kendo-ui/getting-started/mobile/listview#press-to-load-more-/-endless-scrolling, I believe what is happening is that since the ListView "adds" more of the records from the page that was retrieved from the dataSource as you scroll down the list when in virtual mode, if we .scrollTo() too far down the page, the ListView isn't smart enough to know to "add more" rows to the DOM and also make a call to the next page of the dataSource if it is necessary.  Basically, I believe ".scrollTo()" needs to trigger the ListView to add to the DOM and make a call to the next page of the dataSource the same way that scrolling with your finger would do.

I hope there is a solution/fix/hack to this because I have spent many hours on this.
<END MY SUPPORT TICKET>


<BEGIN TELERIK'S RESPONSE>
Thank you very much for the detailed information.

I am afraid that when the ListView is used in "endless scrolling" mode the scrollTo() method will not work as expected. The main idea behind the endless scrolling functionality is to load records on demand and load only the elements that the user wants to see, this is why the elements displayed are constantly changed as new items are loaded.

Currently there is not a workaround that I can offer. If you really want to see this functionality added in the future I would suggest you to check our uservoice section, where you can post this as a feature request, so it will be considered for a future implementation.
<END TELERIK'S RESPONSE>
Completed
Last Updated: 09 May 2016 17:15 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
Allow the user to execute certain methods of the widget and inspect the result.
Unplanned
Last Updated: 12 Aug 2021 14:02 by ADMIN
Created by: Ian
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
By design chart selection is supported only for categorical charts (bar, column etc.) but not for XY-charts (scatter, scatterline etc.). 

I'd like a similar UI for scatter charts to enable you to select data from the chart especially when the x axis is a time line.
Completed
Last Updated: 20 Nov 2014 20:36 by ADMIN
Created by: Jonathan
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
4
Implement automatic suggestion, i.e. suggest() behaviour for Kendo UI Dropdown

Similar to Combobox
http://docs.telerik.com/kendo-ui/api/web/combobox#configuration-suggest
Completed
Last Updated: 21 Nov 2014 14:08 by Pierpaolo
Created by: Marcelo
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
4
Dear Telerik,

What are you waiting for to implement a exporting resources to KENDO UI DataViz?
You are losing market share because Highcharts and FusionCharts already have this possibility.

Please, let us know when it will be avaiable.
Completed
Last Updated: 21 Nov 2014 14:15 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Kendo UI Gantt should have a resource view, presenting tasks by resource (so possibly, many tasks on the same line with automatic or manual arrangement) and possibility of multiselection of tasks
Completed
Last Updated: 09 Jan 2015 16:59 by ADMIN
Created by: Andrés
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
4
The new filter row is great, but the sizing of the filter controls is really bad. If the columns are wide, space is wasted, and if they are narrow the filters are almost unusable. Here's an example implementation that takes care of resizing the controls when the columns resize or when fitlers are applied: http://jsbin.com/wipazupexaqi/3/edit

Also, for further reference: http://www.telerik.com/forums/grid-filter-row-auto-size---solution
Completed
Last Updated: 17 Dec 2015 12:22 by Telerik Admin
Created by: YANIV
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
HTML5 Diagram Control -  allow scrolling in the control