Completed
Last Updated: 12 Jun 2013 23:22 by ADMIN
I'd like to be able to react when user clicks or "mouse over" data points in the chart
Declined
Last Updated: 12 Jun 2013 23:20 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Sometimes need to disable column selectable option. For example, when column consists checkboxes or action buttons.

$("#users-grid").kendoGrid({
  dataSource: {
    data: createRandomData(20),
    pageSize: 5
  }
  selectable: 'row',
  columns: [
    {
      field: 'UserId',
      title: 'ID',
      template: '<input type="checkbox">',
      selectable: false
    }
    {
        field: "FirstName",
        title: "First Name"
    },
    {
        field: "LastName",
        title: "Last Name"
    },
    {
        field: "Actions",
        title: "Actions",
        template: '<a href="">Delete</a>',
        selectable: false
    }
  ]
});
Declined
Last Updated: 12 Jun 2013 23:16 by ADMIN
Created by: Test
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 12 Jun 2013 23:16 by ADMIN
Created by: john
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
As a proof-of-concept, I have reworked some of the PHP tutorial examples for a ColdFusion CFScript service.
Declined
Last Updated: 12 Jun 2013 23:15 by ADMIN
Created by: Vera
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 12 Jun 2013 23:13 by ADMIN
Created by: David
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
All the ticks inside the range can be the same color of range
Declined
Last Updated: 07 Jun 2013 22:21 by Patrick
It would be good if you could enable the KendoUI for MVC buttons to have an "image + text" look and feel in the same way that the Telerik MVC Extensions did.

Thanks 
Declined
Last Updated: 07 Jun 2013 19:35 by ADMIN
Created by: Kevin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When setting the value for the rich text editor, if the object value is null, it blows up. I have to check if the value is null and if so, set it to an empty string. 
var propValue = linkData[propertyName];
                        var editor = $(this).data("kendoEditor");
                        if (propValue) {
                            editor.value(propValue);
                        } else {
                            // clear value
                            editor.value( '' );
                        }
Declined
Last Updated: 07 Jun 2013 19:33 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Similar to http://demos.devexpress.com/ASPxEditorsDemos/ASPxDropDownEdit/DropDownEdit.aspx
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

$('.