Declined
Last Updated: 14 Jun 2013 18:16 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Please consider adding animation to the slider control in a similar way to the linear gauge or the ajax slider control.  this would add an extra dimension to the controls capability
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: 27 Feb 2015 21:21 by ADMIN
Created by: djanosik
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,

some of date and time patterns defined for cs and cs-CZ cultures are wrong. The correct patterns are:

d: "d. M. yyyy",
g: "d. M. yyyy H:mm",
G: "d. M. yyyy H:mm:ss"

(dots are followed by spaces)
Declined
Last Updated: 28 May 2013 22:39 by ADMIN
Created by: Keven
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Have the opportunity during the reporting grid columns to add or hide visible property. This then avoids calling the function hideColumn.

By default the column is visible.
Declined
Last Updated: 14 Jun 2013 18:05 by ADMIN
Created by: OnaBai
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
HTML input of type file has a "false" default value for multiple whereas KendoUI has it set to true. In addition, KendoUI ignores multiple attribute in input definition while it uses it for the emitted HTML.
Declined
Last Updated: 13 Jun 2013 17:29 by ADMIN
Created by: Vinodh
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,  It would be better to change grid slightly to accept dynamically changing automatically 
Declined
Last Updated: 18 Jun 2013 18:03 by ADMIN
Created by: Jack
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
the baseUnit option is great; it offers us minutes, hours, days, months, years.. but not weeks. I would like to see an option to break down the granularity in weekly format.
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
...similar to a detail template, I'd like to be able to nest a Kendo grid of child records in single cell of a parent row.
Declined
Last Updated: 06 Nov 2012 15:18 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Multi-column Headers like the asp.net ajax grid 

http://www.telerik.com/products/aspnet-ajax/grid.aspx
Declined
Last Updated: 14 Dec 2012 21:41 by ADMIN
Created by: Jack
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I want to have more options for tooltips that work like facebook's tooltips - you get a box, a strip at the bottom w/ buttons. I would like this for the modal windows as well as any tooltip/menu item. 

Some sort of scaffolding for adding buttons to a flyout window component.
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: 27 Feb 2015 21:22 by ADMIN
and a grids toolbar with the commands and template at the same time throw a search input text that filters the grid. 
Declined
Last Updated: 30 Nov 2012 18:47 by ADMIN
Created by: OnaBai
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In a kendoTreeView if I define the dataSource as an observableHierarchy, then expand(".k-item") expands only the first level but if I execute it twice!!! it works correctly
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: 05 Dec 2012 11:15 by Telerik Admin
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
There is a bug when cancelling the edit of a row that was loaded through virtual scrolling from a remote datasource, the row disappears from the grid/datasource. Telerik confirmed they can reproduce the bug but due to the specificity of the virtualization process currently do not plan to provide a solution for this. Their recommendation is that if you need editing with a remote datasource to disable virtual scrolling and enable paging instead. Vote for this to have the bug fixed.
Declined
Last Updated: 30 Nov 2012 18:45 by ADMIN
Declined
Last Updated: 30 Nov 2012 18:44 by ADMIN
I have a master detail grid and simply would like to place captions on them.

The js executes successfully, but the captions don't appear when the View is fully rendered.
Declined
Last Updated: 20 Nov 2012 14:34 by ADMIN
Created by: Tzvika
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 30 Nov 2012 18:43 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Grid._toolbar function:
toolbar = isFunction(toolbar) ? toolbar({}) : (typeof toolbar === STRING ? toolbar : that._toolbarTmpl(toolbar).replace(templateHashRegExp, "\\#"));
if toolbar a function, you don't escape # characters, which results in invalid template function generation
Declined
Last Updated: 11 Dec 2012 14:08 by ADMIN
Created by: Deepak Ahuja
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Input Mask is very  basic requirment but Kendo UI dont have such Mask Controls.