Declined
Last Updated: 27 Feb 2015 21:30 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
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: 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: 20 Nov 2014 18:48 by ADMIN
Created by: OnaBai
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
If I use text method for changing the text of a node in a treeview, the icon gets removed. Same happens if the dataSource is an observableHierarchy object and I use set("text", newText).
Declined
Last Updated: 27 Feb 2015 21:22 by ADMIN
Created by: Kelly
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
Won't hurt to have one, to have a KendoUI version would be pretty in the eyes. 
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: 21 Nov 2014 14:27 by ADMIN
Created by: Imported User
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
142
To speed up website load time dramatically, it should be possible to cache and load static KendoUI-Files from the local browser storage.

Discussion / Example:  http://news.ycombinator.com/item?id=4733102

Maybe KendoUI can also provide us with an API to store files, data etc. on local storage...
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
    }
  ]
});
Completed
Last Updated: 10 May 2016 15:18 by Russell
Created by: Luciano
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
34
Would be nice to have a way to easily configure columns to be fixed (position and width), like a checkbox column to select rows.

This kind of column need to have fixed width and position (cannot be reordable).

But, KendoUI could has also a native support for rows selection, allowing us to just turn on this feature that could have a lot of sub-features: Remember selected rows by page, mark/unmark all, custom options in the column menu to massive mark, and so on.
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: 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: 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: 20 Nov 2014 18:47 by ADMIN
Created by: Stuart
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Placeholder is supported for numeric text boxes, it would be nice if placeholder could also be supporter for all text box input, i.e. plain text.
Completed
Last Updated: 20 Jan 2022 12:36 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
8
some time we need to looking up in folder 
On telerik ASP.NET is call FileManager
We just need function like :http://elfinder.org/

Thanks
Completed
Last Updated: 18 Mar 2013 17:59 by ADMIN
Created by: tommy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
The Switch element is styled after the iOS 4 and earlier rounded rectangle instead of the round switch used in iOS 5 and later.

It's certainly possible to do this newer style using css/js as well and it would help apps built with KendoUI from diverging from the controls used in the rest of the OS.

http://css3wizardry.com/2011/12/18/ios-5-style-switch-control/

Completed
Last Updated: 20 Nov 2014 18:47 by ADMIN
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: 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.
Completed
Last Updated: 17 Jul 2014 15:18 by ADMIN
Created by: Udo
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I'd like to suggest the support of animated scrolling for the scrollTo() method of Kendo UI mobile scroller
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