Completed
Last Updated: 22 May 2020 15:12 by Christian Storb
Created by: Christian Storb
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
Add a new control to edit filters/queries like in Visual Studio online (see "How to: Design a Query by Using the Query Designer", https://msdn.microsoft.com/en-us/library/ff852016.aspx)
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.
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
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?
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: 16 Dec 2021 12:14 by ADMIN
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.
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.
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: 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.
Unplanned
Last Updated: 07 Feb 2020 21:44 by ADMIN
Created by: Mario
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Hi Product team!

I would love to have similar heat map chart on Kendo, as swimlane guys have:

https://swimlane.github.io/ngx-charts/#/ngx-charts/heat-map
or
https://swimlane.github.io/ngx-charts/#/ngx-charts/calendar


Thank you! otherwise you are doing great job.
Completed
Last Updated: 06 Jul 2021 14:06 by ADMIN
Created by: René
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
We have isnull and isempty operators for string fields. But it is too much "technical" for standard users. It is hard to explain difference between null and empty. It is the same for most of user. It is just "no value". There is no difference in grid view. Youll see empty space. Empty string or null value, it desn't matter. 

There should be operator to filter nulls and empty strings with one filter item. Something like "With value" and "Without value". It implements merged operators "isnull or isempty".
Declined
Last Updated: 27 Jan 2022 11:35 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
We want the file upload control (chunk save method) to save the state while navigating between different pages sharing the same master page
Under Review
Last Updated: 27 Jan 2022 11:43 by ADMIN
Created by: Christian Storb
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
The timezone should be adjustable [e.g. like in Moment Timezone date.tz('Asia/Tokyo')] or today should be accessible/configurable from outside the widget. Currently getToday() always returns the local time. Suggestion: Add the attribute today to the options and change the initialization of var today = new DATE() in getToday() to var today = new DATE(options.today) ...
Declined
Last Updated: 04 Aug 2021 07:11 by ADMIN
Created by: Yifan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Please support partial formatting of the output Excel cells
Completed
Last Updated: 22 Jul 2021 09:53 by ADMIN
I keep paying for the kendo subscription and I keep seeing more platform support. That’s good for you to gain market share, but I’m not seeing anything substantially new. ASP.NET has way more features, how about migrating some of those items to Kendo UI?
Unplanned
Last Updated: 22 Jul 2021 09:50 by ADMIN
Created by: Billy
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
It would help the user experience of entering times if the time picker had a styling option that would display a clock style interface where users can select the hour and then minutes.  This is similar to how time pickers work on mobile apps.
Declined
Last Updated: 27 Jan 2022 12:13 by ADMIN
Indeed today, to correctly display red or other points depending on the template, it is necessary to make lines of codes so that the rendering is present.
It should be done automatically as soon as the array of dates changes (as it is linked to the calendar), I'm talking about the small calendar that is in the header of the scheduler.
Completed
Last Updated: 22 Jul 2021 12:26 by ADMIN
Created by: Patrick
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Please add the multiple date selection option to the kendoDatePicker component as for the kendoCalendar.

It would be useful in the table column header to filter date values.
Currently, I have to use two DatePicker to select min and max date. Calandar is not an option in my case.
Unplanned
Last Updated: 15 Jul 2021 09:41 by ADMIN
Created by: HLM
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be very useful from a visual and functional perspective to be able to view scheduler items in a multi-year view, that seems to be currently unsupported.