Declined
Last Updated: 13 Sep 2013 16:10 by Roberto
Created by: Roberto
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Actually the forms are created in a list. The label and the control elements are positioned side by side. For some cases it would be helpful to position the label above of the control element (see also WP8).
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: 06 Sep 2013 16:52 by ADMIN
Given a object such as Person which has an optional child object such as IdentityDetails (1:0/1) I cant get this to work properly. I just dont want to show the template if identitysection is null. 

Even when hasIdentitySection returns false this produces an exception because it tries to evaluate identitySection which is null

<div data-bind="visible: hasIdentitySection">           
 <div data-bind="source: identitySection" data-template="identity-template"></div> </div> 
Declined
Last Updated: 06 Sep 2013 16:50 by ADMIN
Created by: Constantine
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Create kendoUpload:

var ku = $('#file').kendoUpload({});


Destroy it:
$('#file').data('kendoUpload').destroy();

Create again with files option:
var ku = $('#file').kendoUpload({
     files: [{name: 'name', size: '5000', extension: '.jpg'}]
});

and try to remove file by click on cross, you'll get exception:

Uncaught TypeError: Cannot call method 'remove' of undefined kendo.web.js:47077
Declined
Last Updated: 16 Aug 2013 18:46 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Have a way to be able to save Kendo charts via a server API so that the the charts can be saved without having to view them in a browser. This would be useful for something like adding charts to generated pdfs.

This functionality is already available for ASP AJAX Charts.

Thanks

Declined
Last Updated: 16 Aug 2013 18:38 by ADMIN
Created by: Duncan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Using the following example project for a multiselect in a Grid:
http://www.kendoui.com/code-library/permalink/boByv66aG2OF1P8AAFTdxQ

Failure steps:
1) Run the project as-is.
2) Edit any grid line.
3) Add a Territory by typing the first few letters and pressing enter to select the highlighted item.
4) Save the grid line

Issue:
In the Update action, the ModelState is not valid and the Territories list in the EmployeeViewModel has null entries for the first X items (equivalent the the number of items existing before the update).

The data POSTed from the grid seems to be inconsistent. New items are posted as TerritoryViewModel-type objects but the existing items are posted as the value (id) only.

Note: Adding at least one item by clicking with the mouse magically resolves this issue and all items are posted as complete objects.
Declined
Last Updated: 02 Aug 2013 17:48 by ADMIN
Created by: Marlon
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Example URL: http://jsbin.com/elutuz/4

The second tab (Sales) has data-stretch="true" set for its view. This appears to throw an error that breaks the drawer for that view. 
Declined
Last Updated: 02 Aug 2013 17:46 by ADMIN
Created by: Jiri
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I implemented the Kendo Scheduler widget in a Kendo Window today. The events of the scheduler did not show any resizing handles on hover. It showed up that this problem is caused by a CSS style in kendo.common.min.css stylesheet
where one is applied to .k-window .k-resize-handle (opacity and font size set to zero). Just a little bug, but it took me some time to figure out the cause..:)
Declined
Last Updated: 31 Jul 2013 23:55 by ADMIN
Created by: Vikentiy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi.
I find bug in StockChart version 2013.2.716 (2013.2.626 is ok):

$("#stock-chart").kendoStockChart({
                dataSource: {
                    transport: {
                        read: {
                            url: "boeing-stock.json",
                            dataType: "json"
                        }
                    }
                },
                title: {
                    text: "The Boeing Company (NYSE:BA)"
                },
                dateField: "Date",
                series: [{
                    type: "line",
                    field: "Open",
                    name: "Open",
                }],
                navigator: {
                    series: {
                        type: "area",
                        field: "Close"
                    },
                    select: {
                        from: "2000/01/01",
                        to: "2010/01/01"
                    }
                },
                categoryAxis: { ... }
            });

[
    {
        "Date": "2000/01/03",
        "Open": 41.62,
        "High": 41.69,
        "Low": 39.81,
        "Close": 40.12,
        "Volume": 2632000
    },
    {
        "Date": "2000/01/04",
        "Open": 39.88,
        "High": 41.12,
        "Low": 39.75,
        "Close": 40.12,
        "Volume": 3584700
    },
    {
        "Date": "2000/01/05",
        "Open": null,
        "High": 43.31,
        "Low": 41.38,
        "Close": 42.62,
        "Volume": 7631700
    },
    {
        "Date": "2000/01/06",
        "Open": 42.25,
        "High": 43.44,
        "Low": 41.12,
        "Close": 43.06,
        "Volume": 4922200
    },
    {
        "Date": "2000/01/07",
        "Open": 43.88,
        "High": 44.88,
        "Low": 43.69,
        "Close": 44.12,
        "Volume": 6008300
    },
...
]

I set line series type and json data have null value.
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: 19 Jul 2013 17:47 by ADMIN
Created by: Jason Feng
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 19 Jul 2013 17:46 by ADMIN
Created by: Evan
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
I have an action list that is part of a view bound to a view model. The data-action attributes won't fire handlers that are part of the view model in the same way that a data-bind attribute does. I think that they should as the action list is part of the view.

One other suggestion it to make the description text box (the one I am typing in now) sizable and provide a mechanism for formatting code examples.
Declined
Last Updated: 19 Jul 2013 17:43 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
While KendoUI Mobile has a nice and customizable iOS switch component, based on CSS and fonts, I want to suggest including to the framework also a language independent generic graphical switch component, where the ON state has an 'I' symbol and the OFF state has a 'O' symbol. This could be used as an alternative to the current CSS-version. Purely graphical version would ensure the native looks, which you can see in my forum post attachement here:

http://www.kendoui.com/forums/mobile/switch/generic-i-o-style-switch.aspx
Declined
Last Updated: 19 Jul 2013 17:42 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
A container where we can open anyfile (i.e. doc, pdf, msg, xls,ppt,jpg, gif)

currently we have to use window.open method which is not efficient!
Completed
Last Updated: 18 Jul 2013 22:53 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
9
1. Allow scrollview to be in "vertical scroll" mode
2. Allow the ability to HIDE the page indicator
Declined
Last Updated: 18 Jul 2013 15:38 by ADMIN
Created by: Sebastien AUROUX
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
hi telerik
It would be great to have a calendar view similar to http://www.almanach.free.fr/ and the ability to add task to a day.
Completed
Last Updated: 17 Jul 2013 19:35 by ADMIN
Created by: Tony
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Please consider adding series transitions to charts. Trirand JQ Charts and the new Wijmo charts both have the ability to toggle the series via js. Also, drill down capabilities either via dialogues or linked grids on the same page would be a very handy feature.
Completed
Last Updated: 17 Jul 2013 19:32 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
Could you please supply Kendo Mobile with two Android themes - black and white. Currently, default iPhone and Android themes are absolutely different, so it requires a big effort to build an application optimized for both iPhone and Android, because you need to optimize colors in you own controls. If you build white Android theme which has  more in common with iPhone theme, it will eliminate the problem.
Completed
Last Updated: 17 Jul 2013 19:31 by ADMIN
Created by: Filipe
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I sugest new callbacks in scrollview, like before and after callbacks, to made easy create new behaviors, like a carousel with a previous and next buttons.

And update the change callback, when I used the function scrollTo, the change callback isn`t been called.
Completed
Last Updated: 17 Jul 2013 19:31 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Add a toolbar button that removes all formatting from the selected text.