Declined
Last Updated: 14 Jun 2013 14:31 by ADMIN
Created by: Manoj
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Please give some good Red color out of the box theme. Currently there is no good theme. All are ble/black/gray.
Completed
Last Updated: 17 Jul 2014 15:17 by ADMIN
Created by: Missing User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Right now, the scrollbars of the scrollwrapper widget only show up if the user actually starts scrolling.

However, there are circumstances where the user might not be aware that the content is actually scrollable.

Two examples:

The content of the scrollwrapper contains a lot of whitespace/background such that the user sees whitespace at the end of the scrollwrapper box and is not aware of overflowing content.

The scrollwrapper does not contain continuous text but a list and the visible content ends right after a list item -- the user might not be aware that there are subsequent list items hidden in the overflow.

Thus I suggest to add a configuration option to the scrollwrapper widget which makes both/the horizontal/the vertical scrollbar permanently visible to inform the user about overflowing content.
Declined
Last Updated: 27 Feb 2015 21:31 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Completed
Last Updated: 20 Nov 2014 19:13 by ADMIN
Created by: Gal
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
16
As you know, apple announced the new direction the iOS will be taking. this will no doubtedly have a huge effect on the developer guidelines and therefore the app store submission process. If kendo mobile doesn't match the new look, the apps might get rejected.
Declined
Last Updated: 14 Jun 2013 14:34 by ADMIN
Created by: Gabriel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Replace de default browser scrolle bar in container widgets like splitter or panel bar
Completed
Last Updated: 07 Jun 2013 11:28 by ADMIN
Created by: Garry
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
You refer to Kendo UI Premium Forums in your FAQ and web site, but post no link to this so I cannot find it! I am a paid up customer and want proper support like other Telerik products.;
Declined
Last Updated: 06 Jun 2013 15:04 by ADMIN
Created by: Lee
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
when adding an additional tab to a tabstrip - the tabbing behavior does not work as it should when switching tabs

use the html below:
then select in the browser the dynamic tab - works ok
then select in the browser the static tab - this results in both tabs being displayed

HTML to reproduce:
<!DOCTYPE html>
<html>
<head>
    <title></title>
    <link href="styles/kendo.common.min.css" rel="stylesheet" />
    <link href="styles/kendo.default.min.css" rel="stylesheet" />
    <script src="js/jquery.min.js"></script>
    <script src="js/kendo.all.min.js"></script>
            <script>
                $(document).ready(function() {
                    $("#tabstrip").kendoTabStrip({
                        animation:  {
                            open: {
                                effects: "fadeIn"
                            }
                        }
                    });
					
					var tabstrip = $("#tabstrip").kendoTabStrip().data("kendoTabStrip");
					tabstrip.append({ text: 'Dynamic Tab', content: 'Dynamic Content' });
					
 					//var firsttab = tabstrip.select();
					//tabstrip.select(firsttab.next());
					//tabstrip.select(firsttab);
                });
            </script>
</head>
<body>
            <div id="forecast">
                <div id="tabstrip">
                    <ul>
                        <li class="k-state-active">
                            Static Tab
                        </li>
                    </ul>
                    <div>
                        Static content
                    </div>
                </div>
            </div>
</body>
</html>
Completed
Last Updated: 01 Oct 2021 12:41 by ADMIN
Created by: David
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
the baseUnit options ist great but i need seconds as baseUnit
Unplanned
Last Updated: 17 Mar 2020 15:19 by ADMIN
Created by: Vidhyut
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
3
We need the bar of series to be draggable and also its value can be changed on drag.
For example, a user is given a chart like below link:
http://demos.kendoui.com/dataviz/bar-charts/column.html.
Below the chart, a table is given for data. Chart is loaded with false data. User is expected to plot the correct graph based on the table data given. For this, user will drag the bar in up/down direction to set it to the desired value.
Completed
Last Updated: 31 Mar 2021 13:15 by ADMIN
Created by: Simon
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
39
Once created, many Kendo components root DOM element are wrapped under new HTML elements.  Any class of the original input will also be copied to some parent elements.

As each widget (DateTimePicker, DropDownList, ComboBox...) are wrapped differently, it might be a good idea to add a class to the root input (k-root) that would allow us to search for that specific input.

See this post for more details:
http://www.kendoui.com/forums/ui/general-discussions/best-way-to-find-the-root-element-by-class.aspx
Completed
Last Updated: 01 Nov 2019 15:05 by ADMIN
Created by: Andrew
Comments: 22
Category: Kendo UI for jQuery
Type: Feature Request
91
For example; similar to http://www.highcharts.com/stock/demo/arearange

Having area 'scatter' support, such as 'scatterArea', and 'scatterAreaRange', like the existing 'scatterLine', is also desirable.
Declined
Last Updated: 12 Sep 2013 15:39 by ADMIN
Created by: Vladimir
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
51
To define reusable parts of an application, developer often needs to define a model for the data, and a template for the presentation.

UserControl may systemize and simplify this activity.
Please look at the following links for details:

http://www.nesterovsky-bros.com/weblog/2013/03/26/KendoUIUserControl.aspx

http://www.nesterovsky-bros.com/weblog/2013/04/03/KendoUIExtendedModel.aspx

http://www.nesterovsky-bros.com/weblog/2013/05/18/KendoUIControlsjs.aspx

http://www.nesterovsky-bros.com/download/KendoUI/scripts/controls.js
Declined
Last Updated: 20 Nov 2014 19:11 by ADMIN
Created by: Jan-Dirk
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
5
I will try to explain the functionality I am looking for a little better. Suppose I have a tabstrip with 3 pages.  Page A, B and C. Page C is an info page and doesn't have sub pages, but Page A and B have a button (or listview) to navigate to a sub page (view) of page A (A-sub) and B (B-sub).

Desired behaviour (IMHO):
Example 1:
When I start the App, it will always show page A. I can click on the Icon for page B to navigate to page B and then click page C to navigate to page C. Now (when I am still on page C) I click the back-button, the app navigates back to page B and when I click the back-button again, I will then navigate from page B to page A. In my example (and in the apps I so far have been working on), I consider the tabs (pages) on the tablist as a menu and when I click the back button I don't want to go to a previous visited page, but I want to exit (with or without warning) the app.

Example 2:
Now I start again, still on page A of course. On page A I have a button that navigates me to a sub page (A-sub). I click the button and the sub-page shows. When I click the back button I want me app to navigate back to page A from sub-A. When I click the back button on page A again, I want to leave the app.

Example 3:
Start the App and page A shows. I click the tab to navigate to page B. On page B there is a list with product categories. I click one of the categories which makes me go to B-sub where the products for that category are shown. Clicking the back button would bring me back to page B. Another back-click would allow me to exit the app.

Example 4 (the last one):
Start the App and page A shows. I click the tab to navigate to page B. On page B there is a list with product categories. I click one of the categories which makes me go to B-sub where the products for that category are shown. Now I click the tab for page A, which makes me navigate to page A. Clicking the back-button this time would ask me to exit the App.

In short: I see the pages belonging to the pages on the tabstrip as parent pages. When one of these pages is currently shown, the back button should close the app. No matter what previous navigation you have done. When on a child  page (navigated from a parent page) and clicking the back-button (either hardware or software) will make you go back to it's parent page.
Declined
Last Updated: 11 Jul 2013 07:03 by ADMIN
Created by: Jason
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
24
I can vaguely imagine reasons to rolls your own event binding functions for your widgets, but the lack of parity with the standard jquery bind() is frustrating. 

At the VERY least it should support namespaces so one can unbind without having to re-pass the handler to unbind. It can make for unnecessarily messy code.
Declined
Last Updated: 19 Aug 2021 11:09 by ADMIN
Created by: Craig
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be great to have a Widget that allows you to bind keyboard short cuts to a normal HTML element such as a Button or really an other element.

Additionally upon init, this widget would check for conflicts against other shortcuts provided by Kendo UI and provide the developer an exception explaining the conflict.
Declined
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Oscar
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
CKEditor provides the "Insert Template" feature which gives the user the ability to design/create HTML Templates, add it to the toolbar menu, and reuse them. Please see the CKEditor documentation below for reference:

1. http://ckeditor.com/about/features#user-rich-content (see "Templates" on the right)

2. http://docs.ckeditor.com/#!/api/CKEDITOR.template

3. http://ckeditor.com/addon/templates

This will be a tremendous addition to the Editor, giving us the ability to create special-purpose HTML snippets, add them to the toolbar, and reuse them throughout (e.g., footnotes, bibliographic entries, etc).
Completed
Last Updated: 19 Jul 2013 20:55 by Mohammad
Created by: Mohammad
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
7
Bubble count on mobile list view like jquery mobile
Declined
Last Updated: 10 May 2013 14:40 by ADMIN
Completed
Last Updated: 01 Oct 2021 12:33 by ADMIN
Created by: mgs
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently, if a page's font size is just a little bit larger (for example 14px), some widgets do not display correctly. Sometimes the images alignment is wrong, sometimes borders do not fit. As an example, look at...

http://www.kendoui.com/forums/ui/general-discussions/widget-display-with-changed-font-size.aspx

With frameworks like Bootstrap it is quite common that the font size is not too small. So currently it means work to use Kendo and Bootstrap together,

I suggest you either improve the widgets' rendering so they do not rely on a certain font size. Or another solution would be if each customer could create a specific CSS from the LESS by setting some variables.
Unplanned
Last Updated: 22 Apr 2021 10:55 by ADMIN
Created by: Jason Feng
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
provide option to make search input in listview fixed on top while user is scrolling.