Declined
Last Updated: 20 Jul 2021 19:42 by ADMIN
Created by: Hongten
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
It seems wrong title 'Filter Grid as You Type' in the help document : https://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/filtering/grid-filter-as-you-type 
I thank it should be 'Filter Grid as Your Type'.
Declined
Last Updated: 27 Jan 2022 12:04 by ADMIN
Created by: Will
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
I've found it frustrating to have to search for the definitions of types to find out if they should be instantiated as classes or interfaces.  Coming from C#, the convention there is that interfaces are named with and "I" as the first character.  So, IThing is immediately identifiable as an interface whereas Thing is obviously a class.  I do understand that this would break a lot of current code.   
Unplanned
Last Updated: 27 Jan 2022 12:01 by ADMIN
Created by: Brian Mains
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
Currently the Kendo AutoComplete only gives you the selected value, even though it received from the server a more detailed dataset.  The autocomplete really should be expanded to exposing the selected text and value, as well as expose the original data item that was selected; that way, the developer can access a lot more data from the control within the context of the change event.
Declined
Last Updated: 27 Jan 2022 11:58 by ADMIN
Created by: Shrikant
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 20 Sep 2021 12:29 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Currently PivotGrid  does not support RTL, please add this feature .
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?
Declined
Last Updated: 27 Jan 2022 11:58 by ADMIN
Created by: Jose
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
The TreeMap widget does not correctly handle items with null values. See this sample code: http://dojo.telerik.com/@jmpg/IxEHub

It's possible to filter the DataSource to not have items with null values, but it would be much better if the TreeMap widget would simply ignore items with null or undefined values.
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
Declined
Last Updated: 18 Feb 2022 06:00 by ADMIN
Created by: Hemin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In Desktop and Mobile version, Kendo Scheduler is displaying Date and Time based on TimeZone of Client's Browser. We are binding the Data in Kendo Scheduler and the UI will be rendered based on the TimeZone of client's Browser.
Upon further investigation I found out the property 'timezone' which needs to set to neglect client's Browser Timezone. The 'timezone' property is taking values of IANA Timezone and which is referred internally to kendo.timezones.min.js. We need to implement the Timezone as Windows TimeZone.
Declined
Last Updated: 27 Jan 2022 11:53 by ADMIN
Created by: yousfi
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
i tried your demo example :"http://dojo.telerik.com/" its works as well on Firefox 56.0 but does not work on IE11 nor on EDGE as planified.
the videos are concatened in the same web page instead to appear in the specidied frame.
please correct and  tell me the solution on my mail below.
Completed
Last Updated: 26 Jan 2018 16:44 by ADMIN
Created by: Venkatesh
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
6
Kendo not support in Chrome latest version. it get flickering

Google Chrome is up to date
Version 61.0.3163.100 (Official Build) (64-bit)
Completed
Last Updated: 17 Mar 2022 15:56 by ADMIN
Created by: Yifan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I really want Kendo UI to be able to support inserting image header to the exported Excel
Declined
Last Updated: 22 Jul 2021 09:45 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
http://www.oximustechnologies.com @ "I am sorry; we can not be the go low. My best offer is the £ xx" In the face of is. It is please do not be surprised if are in the middle of your offer - so, he will give you £ 1200, you will challenge it at £ 900; he refuted this in a £ 1050. It is a 50/50 - it is still expensive in your eyes (he get cash from you), you get a discount (£ 150!). http://www.oximustechnologies.com/smart-watches.html
Unplanned
Last Updated: 15 Jul 2021 10:12 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
7
Feature request Histogram
Unplanned
Last Updated: 20 Sep 2021 15:31 by ADMIN
Created by: KM
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Unplanned
Last Updated: 15 Apr 2021 10:44 by ADMIN
Created by: Alexandru
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
8
Currently Kendo only supports TrueType fonts for embedding in PDF files. OpenType support would be great since it's a more modern format overall, and there are many fonts that are only available as OpenType (for example Google's Noto fonts).
Completed
Last Updated: 27 Jan 2022 11:45 by ADMIN
Created by: Darrell
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
When you set focus on a masked text box that has an existing value, the cursor position is reset to the beginning of the input - even if there is no mask.

I propose:

If there is no mask (i.e so its acting as free text) - don't reset the cursor position on focus, instead, behave like an ordinary input box.
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) ...
Completed
Last Updated: 25 Mar 2020 18:10 by ADMIN
Created by: ghd258 ghd258
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
@Html.DevExpress().ComboBox(
    settings => {
        settings.Name = "comboBox4";
        settings.Width = 180;
        settings.SelectedIndex = 0;
        settings.Properties.DropDownWidth = 550;
        settings.Properties.DropDownStyle = DropDownStyle.DropDownList;
        settings.CallbackRouteValues = new { Controller = "Editors", Action = "MultiColumnComboBoxPartial" };
        settings.Properties.CallbackPageSize = 30;
        settings.Properties.IncrementalFilteringMode = IncrementalFilteringMode.StartsWith;
        settings.Properties.TextFormatString = "{0}";
        settings.Properties.ValueField = "CustomerID";
        settings.Properties.ValueType = typeof(string);

        settings.Properties.Columns.Add("ContactName", "ContactName", 130);
        settings.Properties.Columns.Add("CompanyName", "CompanyName", Unit.Percentage(100));
        settings.Properties.Columns.Add("Country", "Country", 60);
        settings.Properties.Columns.Add("Phone", "Phone", 100);
    }
).BindList(ViewData["Customers"]).GetHtml()
Unplanned
Last Updated: 16 Jun 2023 10:00 by Brian
I think it could be useful to have a configuration option that enables/disables the TreeView's connection lines