Completed
Last Updated: 23 Jan 2020 18:35 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I'd like to show Totals for Stacked Bar / Columns Charts.  Maybe this could be like Aggregates in Grid where the Aggregate is accessible via ClientTemplate?
Declined
Last Updated: 14 Aug 2015 09:18 by ADMIN
Created by: Joydeep
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
You should option to convert UTC time from database to specific Timezone with DST checking in telerik Reports. The problem is as below: We are taking user date time from aplication UI in CST and converting in to UTC in C# and saving it to SQL and for displaying also we are Converting From UTC to CST with DST checking in C# and showing in to Razor view. Its working perfectly. We have stored application wise timezone settings in our SQL. But to display any datetime in Telerik Report we need to convert from UTC to CST with DST checking. Currently there is no option available to convert it in Report. To resolve this issue we need some feature in reports.
Unplanned
Last Updated: 05 Feb 2020 13:53 by ADMIN
Created by: Bob
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
The radial and linear gauges currently DO NOT support a title and legend option. It forces me to customize the widget after it's rendered, which means that the look is inconsistent with the other Kendo widgets.
Please add support for title and legend for the gauges.
Unplanned
Last Updated: 04 Feb 2022 09:40 by ADMIN
Created by: Bob
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Similar to the Funnel chart, some chart libs also offer a Pyramid Chart. We are also interested in the Pyramid.
Completed
Last Updated: 28 Dec 2015 01:00 by Sepid
Add an option to rotate the text 90 degrees when the tabPosition is set to Left or Right.  Without this on a mobile device the control is useless as it takes up the whole screen.
Completed
Last Updated: 13 Jan 2016 17:52 by ADMIN
Created by: Valentyn
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
32
Thank you for  adding Excel-like filter. This is what we wait for a long time.

Could you please add textbox to excel-like filter?
So, if there are too many options in filter i would like to search for option i need. (Kind of filtration in excel-like filter)

Example: http://imgur.com/SIdHmSb
Completed
Last Updated: 11 May 2016 07:51 by ADMIN
Created by: Paul
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
What a revolutionary concept, I made it myself!
Completed
Last Updated: 30 Sep 2021 08:14 by ADMIN
Created by: Kash
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Ontario and Canadian Govt ask all new sites to be WCAG 2.0 level A compliant since Jan 2014 and AA compliant by 2021. We need toolset fixed for this regulatory requirement.
Unplanned
Last Updated: 11 Mar 2021 15:19 by ADMIN
Created by: Justine
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
5
In the applications I work on we have multiple maps where there are shapes with different colors, tooltips with data, and various map markers. 

The Map widget would be greatly enhanced if it could support a legend!
Declined
Last Updated: 10 Aug 2015 16:02 by ADMIN
Completed
Last Updated: 10 Aug 2015 16:22 by ADMIN
Created by: michael
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
kendo tree list drag and drop function has only ui support.it's good if it will be customable.
Declined
Last Updated: 10 Aug 2015 16:27 by ADMIN
Created by: Vasim
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently to use the native mobile Date Picker I have to add if statement like so:

@if (Request.Browser.IsMobileDevice)
{
	@Html.TextBoxFor(model => model.DateTime, new {type = "date", @class = "k-textbox k-input", @onchange = "dataChanged()" })
}
else
{
	@(Html.Kendo().DatePicker()
                                  .Name("DateTime")
                                  .Events(e => e.Change("dataChanged"))
                                  .HtmlAttributes(new {style = "width: 120px;"})
                                  .Value(Model.DateTime)
                   )
}

What's worse is now the data() method cannot be used to reference the Date Picker in JavaScript, thus, another if statement has to be used:

if ($("#isMobile").val() = 1) {
    var dateTime = $("#DateTime").val();
} else {
    var dateTime = $("#DateTime").data("kendoTimePicker").value();
}

It would be great if something like UseNative(true) could be used keeping the Kendo Date Picker API:

@(Html.Kendo().DatePicker()
     .Name("DateTime")
    .Events(e => e.Change("dataChanged"))
    .HtmlAttributes(new {style = "width: 120px;"})
    .Value(Model.DateTime)
    .UseNative(true)
)
Completed
Last Updated: 12 Aug 2019 08:42 by ADMIN
Created by: Frédéric
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Since the "workbook.columns[0].width" exists when exporting to Excel AND that the mix of cell.colSpan and cell.wrap doesn't change the row height automatically when the text wrap (it only works when colSpan = 1) I'd like the ability to change the row height manually :

rows[0].height = 50

Of course the best implementation for us would be the automatic row height calculation when text wrap with colSpan > 1.

Thank you !
Completed
Last Updated: 10 Aug 2015 16:32 by ADMIN
Created by: Hugo
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently the component is very limited to OLAP. Please implement PivotGrid with features like filtering and sorting to flat data, as well as is done in normal grids.
Declined
Last Updated: 10 Aug 2015 16:39 by ADMIN
Created by: Rajeev
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I am able to generate PDF file from Org Chart.  I am using Arabic word in Org Chart. My Arabic word is getting split in individual character and all characters are appearing left to right in PDF instead of right to left. My Arabic word is loosing actual meaning because of this reason. 

We are not facing this type of issues in your other reports where you have provided Save PDF option in drop down. 

Thanks & Regards,
Rajeev
Completed
Last Updated: 10 Aug 2015 14:00 by ADMIN
Created by: Anthony
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
If you add a context menu to a textbox it disables the box. I've asked about this previously in a support call but was told it's not likely to be supported as there's no demand for it. 
  It would allow for excel like interaction where you can select a number of textboxs on mobile and right click/long click to get a menu, 
Completed
Last Updated: 10 Aug 2015 13:21 by ADMIN
Created by: Nivas
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Since Kendo grid is not a responsive widget, provide a option for users to hide lesser significant columns on smaller screens.

Let user specify the property "HideWhenLessThan" for a column in the grid, which represents the width of the screen below which the column is hidden in the grid. 

Example:
 columns: [{
                            field: "ContactName",
                            title: "Contact Name",
                           HideWhenLessThan: 600
                        }]
                           
Here the column would be hidden when the width of  the grid's parent div or the width of the browser is lesser than 600px.
Declined
Last Updated: 21 Mar 2017 19:08 by Pavel
Created by: Pranay
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
It will be great if Telerik gives same themes for AJAX and MVC. As new projects are developed using MVC and to match theme to old AJAX project it will be helpful.

When ever if any out-of-box theme is available in AJAX please provide same theme in MVC also.

Thanks
Completed
Last Updated: 22 Jul 2015 15:09 by Vino
Created by: Vino
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Need combo with single selection return more than one values. Like country, city, street selection in single control.

https://developers.google.com/maps/documentation/javascript/examples/places-searchbox