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. 
Completed
Last Updated: 23 Dec 2021 08:26 by ADMIN
Created by: Shauna
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
The kendo.drawing.TooltipOptions do not provide a 

show { duration: [time]} 

option that will allow showing the tooltip for a certain duration of time, after which the tooltip will disappear automatically.

Can this be added?
Duplicated
Last Updated: 03 Nov 2020 15:04 by ADMIN
Created by: Pierre-Marc
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Work like à tree view, but display as an organisation chart to see a company hierachy
Unplanned
Last Updated: 20 Sep 2021 15:30 by ADMIN
Since aggregation causes data to change when using a date axis (new minimums and maximums), provide a way to retrieve the new minimums and maximums for each series plotted on a graph.
Completed
Last Updated: 20 Sep 2021 15:29 by ADMIN
Created by: Eric
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Data aggregation is not always desired with date data.  Scatter plots do not work well with dates.  I want to map every point of data I have without having them aggregated in different BaseUnitSteps.

I'd like an option to turn off data aggregation for date series.