Unplanned
Last Updated: 20 Sep 2021 15:30 by ADMIN
Created by: Eva
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be great to be able to sort the legends of a chart, without changing stack order.
Declined
Last Updated: 22 Dec 2021 12:23 by ADMIN
Created by: Bradley
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
I am trying to find why some Kendo UI controls do not work, and do nothing at all.  No error, just flat do not work and don't give any clue about why not.  Was told about this extension for chrome?  great.  Installed and... ?  now what?  there is a Kendo icon in the upper right, ok let me click that.  it opens the "store" to get extensions of all sorts and types and says the kendo inspector tool IS installed.  ok, and..? if I look at page source?  nothing different.  How this tool is used is not obvious.  So put instructions of how to use it somewhere?
Unplanned
Last Updated: 06 Jul 2021 14:13 by ADMIN
Created by: Chris
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
15
Starting with Kendo-UI 2017, I've noticed that the row filter now shows two "x" buttons to clear the filter (one inside the text box and one to the right of the text box).  It's confusing having two of the exact same buttons next to each other, each doing a slightly different thing.  Please add option to remove either one of the two buttons without having to either do a dataBound or CSS trickery to hide them.
Declined
Last Updated: 22 Dec 2021 12:10 by ADMIN
Created by: Aravind
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi, Is there any control for image edit in kendo mobile ui, i mean after capture call image edit tool to edit image with few basic features like crop, brightness,rotate.
Declined
Last Updated: 17 Jan 2022 15:55 by ADMIN
Created by: Madani Benghia
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Developers should be able to specify grid column sort config property which is different from column field property.For instance, when listing products, my view model may have CategoryName property mapped from EF entity navigation property Category.Name using AutoMapper, while my sorting will use "Category.Name" on the server side.Example config could be like: 
columns[{title:"Category",field:"CategoryName",sort:"Category.Name"}]

This will allow me to flatten my view model without loosing sorting functionality.
Unplanned
Last Updated: 16 Dec 2021 12:30 by ADMIN
Created by: RRT
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
1
The interface for PromptOptions does not extend DialogOptions like it should. I added it into my definition file, and it compiles and works fine when testing.

    interface PromptOptions extends DialogOptions {
        name?: string;
        messages?: PromptMessages;
    }
Unplanned
Last Updated: 10 Feb 2021 06:58 by ADMIN
Created by: Patrick
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
R2 2017 release finally add a new KendoListBox component.

However, It lack some features, available in dropdownlist, like filter and item grouping who prevent me to use it for huge item list.
Unplanned
Last Updated: 16 Dec 2021 12:28 by ADMIN
..,or make it at least optional when using grouped column headers. Scenarios with many or repeating column titles would extremely benefit from this. 
Completed
Last Updated: 23 Dec 2021 10:01 by ADMIN
A status-specific control would support max, min, targets, warning levels, etc and not be bound only to percentages as I see in the screenshots of http://www.telerik.com/support/demos or in the other dashboard sample. 
An example of this is:
http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=home&demo=rootVisualizations_childGauge
Unplanned
Last Updated: 16 Nov 2021 16:00 by ADMIN
Created by: Justin
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Other vendors offer visual representations and better access to what controls are available and how to quickly use them in different scenarios. I cannot find any visual such as http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=home&demo=all which nicely highlights what each control looks like from an index perspective.
Furthermore, the code in a cookbook should be copy and paste and not have dependencies on hidden helper classes.
Unplanned
Last Updated: 16 Dec 2021 12:20 by ADMIN
Created by: Danny
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
Kendo UI pivotgrid should have a way to customize the filters.  Specifically have a date picker for date fields and a date range.  But something so we can override what the default is.
Completed
Last Updated: 23 Jan 2020 11:10 by ADMIN
Created by: Steve
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
I am trying to use the DropDownList and find this level of documentation:

 <div class="demo-section k-content">
    <h4>Products</h4>
    @(Html.Kendo().DropDownList()
          .Name("products")
          .DataTextField("ProductName")
          .DataValueField("ProductID")
          .DataSource(source => {
              source.Read(read =>
              {
                  read.Action("GetProducts", "Home");
              }); 
          })
          .HtmlAttributes(new { style = "width: 100%" })
    )
</div>

The only other source file is a simple Controller Action method to return a result. There is no indication of what type of data is to be returned by the read.Action("GetProducts", "Home"); 

What fields are required in the data?
What field or fields are passed back to the Controller on Submit?
Is it JSON?
Is it in a wrapper like the Grid uses?

It is issues like this that make ALL the Telerik products difficult to use, and makes me consider using other tools. I think it lowers the value of the tools when Telerik appear to be happy that documentation of this level exists and users have to find answers and working real life examples on sites such as StackOverflow.
Declined
Last Updated: 01 Feb 2022 14:53 by ADMIN
We want to create a generic Virtual Kendo DropDownList and use it where ever necessary in the entire project.
For that we would need to know the control id in valuemapper and parametermap. Please give us the access to that.

Thank you!
Unplanned
Last Updated: 16 Dec 2021 12:19 by ADMIN
It would be nice to apply known Excel formatting options to our export cells. For instance, we'd like to be able to rotate a cells content 90 degrees, which Excel allows, but we aren't allowed to add that custom formatting because Kendo's export doesn't handle it.
Unplanned
Last Updated: 08 Nov 2021 09:19 by ADMIN
The option in the Kendo Spreadsheet to show the unmarked values when a filter is applied instead to reset it by pressing the Clear button
Declined
Last Updated: 16 Dec 2021 12:14 by ADMIN
Unplanned
Last Updated: 07 Feb 2020 21:30 by ADMIN
Created by: Johannes
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
It would bei nice if the gantt would support Auto Height like Grid is doing and is only rendering the Height for the used elements, when you define no addiotional height property.
Unplanned
Last Updated: 22 Jul 2021 10:38 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Splitter bar - animation when collapsing and expanding 
Would enhance a more graceful splitter widgets actions  
Declined
Last Updated: 22 Jul 2021 11:03 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo UI Chrome Inspector not finding elements in iframe. if possible there should be provision to select any kendo element from DOM and check kendo UI inspector.
Declined
Last Updated: 12 Aug 2021 13:42 by ADMIN
Created by: Daniel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When changing the bounds of a shape, especially changing the X & Y position allow the new value to be set with animation.