Declined
Last Updated: 07 Jun 2013 19:27 by ADMIN
Created by: Jack
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
See http://www.componentone.com/SuperProducts/PickerViewiPhone/
Declined
Last Updated: 07 Jun 2013 19:25 by ADMIN
Created by: Istvan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
The validation can contain fatal errors ( form submit is not allowed ) and warnings ( form submit allowed ).

For example blank/short password is a warning, beacuse it allowed but not unadvisable.
Declined
Last Updated: 07 Jun 2013 19:18 by ADMIN
Created by: Pavel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
add the ability to choose the weekly in datepicker
Declined
Last Updated: 07 Jun 2013 19:16 by ADMIN
Created by: Ian
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
When minimising windows put them in a row at the bottom left of the screen also allow windows to be created in Javascript (see wijmo). 
Declined
Last Updated: 07 Jun 2013 19:14 by ADMIN
Created by: Danny
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
The possibility to have both edit modes in a grid. I want to (for example) instant edit my columns in the grid, but also have a (custom) popup window wich will allow me to edit more fields not included in the grid (but still in the datasource ofcourse).
Declined
Last Updated: 07 Jun 2013 19:13 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Its a small thing, but annoying.

i dynamically add subitems to the tree on expansion.
therefore i do not need to load the whole data on start.

so, on the tree init i just have on the items, that contain children an <ul></ul> to indicate it has children.
that works just as expected.
but when the user clicks on the expand icon, the event treeView.expand does not get fired.

My current workaround is, to add an invisible dummy
<ul><li style="visibility:hidden"></li></ul> to indicate there are subitems.
and when the expand event runs, loading the item, and removing the dummy... 
Thats far from perfect.
Declined
Last Updated: 07 Jun 2013 19:09 by ADMIN
Created by: Marty
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be nice to be able to adjust the values of min, max and step after widget initialization. 
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 18:31 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
5
if you compare the rad editor with the Kendo wysiwyg editor, the Kendo one lacks the wide range of functionality. It would be nice if they were the same.
Declined
Last Updated: 06 Jun 2013 18:27 by ADMIN
Created by: Richard
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Have a setting causes only the most specific event handler to be fired/triggered.  This would be similar or identical to how a browser determines which value a property will receive when competing selectors are trying to assign it.  http://webdesign.about.com/od/advancedcss/a/aa062706.htm

$('.
Declined
Last Updated: 06 Jun 2013 18:07 by ADMIN
Position the grid's sorting icon on the left side of the column header so that it is always visible even when the column header's label is wider than the columns width. This will also eliminate the icon overlap of a narrow column that is sorted and also has the "columnMenu" option set to "true"
Completed
Last Updated: 06 Jun 2013 18:05 by ADMIN
Created by: Rainer
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Within a short look at Kendo I did not find out whether you support animation for navigating the web UI like it is possible in silverlight or Kendo UI mobile. 
Example: after selecting an item in a list a window from the right side turns in showing some details to the selected row.

Do you / will support similar features?
Completed
Last Updated: 06 Jun 2013 18:00 by ADMIN
KendoUI would seriously benefit from some killer apps and more marketing in general. A showcase gallery would be a great place to start. 
Declined
Last Updated: 06 Jun 2013 17:57 by ADMIN
Currently complex elements (Like the Grid and the Chart) have so many properties and methods that the page has so many DOM elements it takes forever to load.

Declined
Last Updated: 06 Jun 2013 17:46 by ADMIN
Created by: Aron
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I want to resize the splitter height but only when resize has stopped.
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>
Declined
Last Updated: 05 Jun 2013 22:39 by ADMIN
Created by: Thomas
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 05 Jun 2013 22:38 by ADMIN
It would be cool if it were at least easier to put a kendo style modal within a kendo window that covers the content of the window. 
An example: Confirmation of action, if a user clicks to close the window it would be nice if a modal could be displayed, covering only the window content until the user confirms or cancels.
Declined
Last Updated: 05 Jun 2013 22:36 by ADMIN
Build a Kendo Pie chart with long label names in the legend.
Hover the chart close to the legend - if the area around the chart is too crowded with legend labels the tooltips (supposed to be displayed in that area) are actually placed very far from the chart, leaving the chart container.
Maybe it would be beneficial to replace the absolutely positioned tooltip <div> with an svg representation.
Declined
Last Updated: 05 Jun 2013 22:33 by ADMIN
Created by: Jim
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
We have built some really cool stuff with Kendo UI Mobile.  We want to present or Apps on regular web pages with non-HTML5 browsers.  Maybe in an IFRAME like Facebook.  We need graceful degradation functionality.  Any interest?