Unplanned
Last Updated: 26 Feb 2023 05:23 by Dion
Created by: Dion
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Implement logic that handles Anti-CRSF tokens in kendo.all.min.js, in order to avoid triggering security alerts when testing for security compliance (e.g., with OWASP ZAP).
Unplanned
Last Updated: 20 Apr 2023 07:13 by ADMIN
Created by: Steve
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

A widget that can handle international phone numbers with a good level of parsing, validation and formatting capabilities will be most valuable.

libphonenumber, a mature phone number library, already exists with numerous ports - maybe this can also be used by Telerik.

Widgets - like the javascript plug-in intl-tel-input - may already exist, but can take extra work to integrate smoothly with Kendo UI components.

Unplanned
Last Updated: 10 May 2023 09:35 by ADMIN
Created by: Jakub
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
2

When I select time slot and then I will go to scheduler calendar, everything is ok. But then when I select one day earlier and open scheduler calendar it's showing previous date. It's reproduceable in latest version https://demos.telerik.com/kendo-ui/scheduler/index (https://dojo.telerik.com/EcalidON) with an option (selectable: true)

Green circle shows it works correctly.

Red circle shows it doesn't work correctly.

I observed it happens when I click one day before previous selection.


Unplanned
Last Updated: 13 Jun 2023 13:30 by ADMIN

This improvement is for Accessibility related on Dialog window.

When we create a dialog window using the below code snippet, Screen reader is not reading the Header content or Header level of the Dialog window when we press 'H' key. NVDA screen reader is unable to find any header tags in the Kendo dialog. Users of NVDA screen reader will find it difficult to understand the UI screen. So, I request Kendo UI team include this feature to be able to configure using code for improving this accessibility feature. Thanks.

Link to Kendo dojo : Kendo Sample dojo link

<div id="dialog"></div>
<script>
    $("#dialog").kendoDialog({
      title: "Kendo Dialog Component",
      content: "This is your Kendo Dialog.",
      actions: [{
          text: "OK",
          action: function(e){
              
              return false;
          },
          primary: true
      },{
          text: "Cancel"
      }]
    });
</script>

Unplanned
Last Updated: 19 Sep 2023 08:49 by ADMIN
Created by: Joshua
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

We would love to see the ability to modify/add/remove Custom Advance Properties to Excel Spreadsheets.



Declined
Last Updated: 24 Nov 2023 12:20 by ADMIN
Created by: AGB
Comments: 6
Category: Kendo UI for jQuery
Type: Bug Report
2

Hi Guys,

I have just upgraded to v2023.3.1114 only to find out the AngularJS directives have been completely removed from this release, causing a lot of wasted time & effort triaging the errors and then rolling things back to a previous working revision.

Back in a February 2018 blog post, you stated you were dropping support for AngularJS in all new components which was understandable but what I didn't expect was it's complete removal, especially in a SP, without any further communication.

The v2023.3.1114 release notes do not even list this as a breaking change, so are you expecting your customers to be clairvoyant now or is this just another example of how poor Telerik's customer service has become in the past few years?

Regards
Alan

Unplanned
Last Updated: 15 Feb 2024 10:44 by ADMIN
Created by: Peter
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

In the Editor please can you add a line spacing (line height) option.

 

Unplanned
Last Updated: 01 Mar 2024 09:10 by Bryan Patrick
Created by: Bryan Patrick
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Similar to the Grid, it would be beneficial to add a sizing option that can be set through the existing API configuration of the component.
Unplanned
Last Updated: 12 Jun 2024 07:50 by ADMIN
Created by: Brendon
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

I have a requirement to show parent rows below the child rows, such that when a parent row is expanded the children show up above the parent. Currently from the options, it seems that parent row can only be expanded to show children below the parent. This is not supported by the grid or treelist, and Kendo support has requested this be logged as a feature.

Unplanned
Last Updated: 02 Apr 2024 07:44 by ADMIN
Created by: Sarah
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

I would like be able to have a vertical scrollbar on a kendo grid without enabling horizontal scrolling.

Currently when the scrollable feature is set to true, scrolling is enabled for both horizontal and vertical.

I would like to see something like:

scrollable:{ vertical : true, horizontal: false }

Can that be done?

Thank you!

Unplanned
Last Updated: 30 Jul 2024 12:51 by ADMIN
Created by: Lee
Comments: 3
Category: Kendo UI for jQuery
Type: Bug Report
2

Issue 1:
When I initialize a kendo editor from a div with content, all of the table tools are shown in the editor toolbar (insert row, insert column, etc) on initialization. Once the user clicks in the box they disappear. I prepared a Dojo showing this

In the Dojo, you will see there are 2 different editors. The first editor uses a function I wrote that worked in version 2022 but doesn't in version 2024 of Kendo. The second editor is just a default initialization using none of my custom code. The purpose of the first one is to show the toolbar on initialization. In both instances of the editor, you will notice that the insert row, insert column, etc are showing at first and then quickly disappear. This only happens the first time the user clicks into the editor. These should not be visible until the user clicks into the editor and selects a table.

I did notice that if I initialize the div empty, then add the content later programmatically (like this: kendoEditor.value("Hello World");), the issue doesn't happen.

Issue 2: 

Once you add a table, you can't remove it using backspace or delete. Try this example: 

  1. In either editor, click the insert table button.
  2. Insert a table.
  3. Click into the editor and press backspace and/or delete. The table doesn't go away.

https://dojo.telerik.com/@dojolee/OgOpalaL

Completed
Last Updated: 27 Feb 2015 21:19 by ADMIN
Web devs have a million different frameworks out there.  Talk about how this differs (or is a companion) from using jQuery UI (looks like it competes), Knockout, extJS, etc...
Completed
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Luke
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
ComboBox initialization
  $(document).ready(function(){
      $("#combobox").kendComboBox();
  });

is missing an o in kendo
Declined
Last Updated: 03 Nov 2011 16:52 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Going through the demos I notice that if you drag some columns to the top to have the data grouped by that column and then click the X to remove the grouping the column headers do not line up with the column data. 
Declined
Last Updated: 03 Oct 2011 17:29 by ADMIN
Kendo + Zepto
It would be awesome if Kendo could be powered by Zepto instead of jQuery (optional of course) for mobile environments where we might not want to load all of jQuery.
Declined
Last Updated: 04 Oct 2011 17:03 by ADMIN
Created by: Ian
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be awesome if Kendo could be powered by Zepto instead of jQuery (optional of course) for mobile environments where we might not want to load all of jQuery.
Completed
Last Updated: 11 Oct 2011 15:51 by ADMIN
Created by: James
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The demo doesn't load any content into the Window UI Widget when viewed in Opera:
http://demos.kendoui.com/window/ajax.html

It works fine in FF.
Declined
Last Updated: 03 Nov 2011 16:51 by ADMIN
Created by: Luis
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Completed
Last Updated: 11 Oct 2011 15:58 by ADMIN
Created by: Stojce
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Multifile uploader with drag-drop feature (similar to http://aquantum-demo.appspot.com/file-upload) with fail-back option for IE browsers (flash)
Declined
Last Updated: 03 Nov 2011 16:46 by ADMIN
Created by: maciej
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
when invoking kedno there is an error 'b is undefined'. You should provide information about which version of jquery is required to run kendo safely.