Completed
Last Updated: 20 Nov 2014 19:25 by ADMIN
Created by: Stacey
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
18
There really needs to be some manner of an event raised when 'validateInput' and 'validate' run, that can provide meaningful feedback to hook into.

As it stands right now, it is very hard to do any kind of manipulation with the Kendo Validator. But adding even such simple lines as ..

                input.attr("aria-invalid", true); // existing kendo code
                input.trigger('invalid', [messageText, messageLabel]);

to the "validateInput" function would make it more possible to have the validator communicate with third party tools (in my situation, qTip2).

Having an event raised when validation is complete would also be very useful because it would allow other UI elements to effectively respond to it, without having to do very hokey ad-hoc manipulations.
Declined
Last Updated: 20 Nov 2014 19:24 by ADMIN
Created by: MEHMET
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Your grid so successful but it must have filter row llike devexpress.
Completed
Last Updated: 20 Nov 2014 19:22 by ADMIN
Created by: Zachary
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
21
The drawer widget can be opened either via a button click or the user swiping anywhere. Our users consider this unexpected behavior, and often wonder what they are looking at after an accidental swipe.
Declined
Last Updated: 20 Nov 2014 19:18 by ADMIN
Created by: Josh
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Please support the HTML5 History API and stop using URL fragments for both general use and SPAs. URL were, and always will be, a hack (although necessary previously) and there is enough support for the History API now to move to it. Even Facebook is using it, so there can be much concern for support. :-)
Completed
Last Updated: 20 Nov 2014 19:18 by ADMIN
Created by: Adrian
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
As per forum thread: http://www.kendoui.com/forums/mobile/listview/endlessscroll-with-scroller.aspx

The Listview should look for any parent scroller to determine endlessScroll rather then look at the View's scroller.
Completed
Last Updated: 20 Nov 2014 19:18 by ADMIN
I use Durandal/Knockout and Breeze for my PhoneGap mobile App. Kendo Mobile is one of the best looking CSS libraries but cannot work with Durandal.

This sums it up -  http://stackoverflow.com/questions/17758991/where-to-init-kendo-mobile-application-in-durandal/17786286?noredirect=1#17786286
Completed
Last Updated: 20 Nov 2014 19:14 by ADMIN
Created by: Bart
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
4
With TabStrip, it's only possible to programmatically switch to URLs instead of indexes of the tabs.

In some cases you may not have an URL, but a click handler, and therefore it is impossible to switch to the tab it represents.

http://docs.kendoui.com/api/mobile/tabstrip#methods-switchTo
Completed
Last Updated: 20 Nov 2014 19:14 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
17
It would be great if Javascript Source Map files (details: http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) were available for each of the minified Kendo UI files.  These files allow a developer to publish their application using minified files, but have the browser (at least Chrome and Firefox) automatically load and link up with a non-minified version for debugging purposes.  I'm not sure which minifier you use, but Closure supposedly can create them automatically.  Thanks for considering this.
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: 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: 20 Nov 2014 19:09 by ADMIN
Created by: kishore
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
I had a combo and grid on page.
Combo has two values: value 1 with 372 items and value 2 with 21 items.
grid has paging enabled with pagesize 20 and serveroperation false.

Now when i select value 1 in combo then all 372 items are displayed in grid and then i go to 6th page of grids paging at this time in grids paging it is shown "101 - 120 items of 372 items"and then if i select value 2 in combo then no items are displayed in grid but paging shows "101 - 21 of 21 items" because it is yet on page 6 but this time there is no page 6 and in controller the request shows page 1. This is a bug.

Regards,
Declined
Last Updated: 20 Nov 2014 19:06 by ADMIN
For these tools to create ID's for all actionable items and allow them to be named(Telerik's Default)or by the developer as the developer creates them.
Declined
Last Updated: 20 Nov 2014 19:06 by ADMIN
Created by: S1000RR
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Take a look at DevExpress DXperience...
Declined
Last Updated: 20 Nov 2014 19:06 by ADMIN
you can able to change background image in kendo ui slider.
Declined
Last Updated: 20 Nov 2014 19:06 by ADMIN
Created by: SWAT
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Enable the user to show the icon in a different place than the default. like the right of the text and not juts to its left.
Declined
Last Updated: 20 Nov 2014 19:06 by ADMIN
Today, the only way to change the date in kendoDatePicker is to show the calendar and select another date, but in scenarios where i want to allow my user to move one day at a time as defaule, a left arrow and rigt arrow will be great.
same thing holds for the kendoNumericTextBox, althogh he has the up/dowun arrows, they are relitevly small and a Plus and Minus icons to the right and left of the widget will be easier for a fingure to tuch.
Declined
Last Updated: 20 Nov 2014 19:06 by ADMIN
Created by: James
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Allow multiple header lines in the grid - eg two header lines first line contains four columns the next eight. The first col provides a visual grouping to the second header
Completed
Last Updated: 20 Nov 2014 19:04 by ADMIN
Created by: Alexander
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
73
Big SPA projects need to have an architecture for the code, some structure. Current examples for SPA are suitable for small apps, so some docs/examples/guidelines for bigger projects would be useful.
Declined
Last Updated: 20 Nov 2014 19:02 by ADMIN
Created by: Imported User
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
12
We would like to write a UI using Kendo UI Mobile and be able to still use it with mouse scrolling on desktop browsers like Firefox / IE etc.

This was also asked about here: http://www.kendoui.com/forums/mobile/general-discussions/mouse-wheel-scrolling-in-desktop-browser.aspx
Completed
Last Updated: 20 Nov 2014 19:01 by ADMIN
Created by: Vikentiy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
15
In addition to basic Line and Area chart types, it would be great to add support for the Step Line and Step Area chart type.
Examples: 
http://www.infragistics.com/products/jquery/sample/chart/style-chart-with-themes (switch Series Type to Step Line and Step Area)
or http://www.highcharts.com/stock/demo/step-line