Unplanned
Last Updated: 09 Apr 2020 04:48 by ADMIN
Created by: Peter
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Provide the ability to enable/disable the Gantt Toolbar through its Toolbar option.
Declined
Last Updated: 21 May 2020 11:40 by ADMIN

Step by step instructions on how to reproduce the problem:

  1. Create a kendo tab strip
  2. Using the append method, add a "tab1"- do not specify any content in this new tab
  3. Using the insertBefore method, add a "tab2", this time specify some content
  4. Attempt to navigate the tabs and note what is showing in the content of each tab

Code snippets:

            var tabStrip = $("#contentlessAppend").kendoTabStrip({}).data('kendoTabStrip');
            tabStrip.append({
              text: "noContentAppend",
              //content: "With content" //Uncomment this line for normal functionality
            });
            tabStrip.insertBefore({
              text: "contentInsertBefore",
              encode: false,
              content: `<div id="WhereAmI">I am not where I should be</div>`
            }, tabStrip.tabGroup.children().eq(0) );

Screenshots of the problem:

 (N/A)

Stack trace, if applicable: N/A

Project and its dependencies which illustrates the problem (stripped, in zip format):

(see attached)

Unplanned
Last Updated: 19 Jun 2020 14:11 by ADMIN
Created by: ecobite
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Hy,

  in the editor i need this feature:

    image: resize, crop, flip and filter

 

 

Thanks,

João Duarte

Unplanned
Last Updated: 12 Aug 2020 08:25 by ADMIN
I have added spreadsheet to angular project. There is one query for me on this. When adding filters to the header row, the items inside the filter window are not sorted in ascending order. can you please tell me if there is any way to do it. I have to sort it before showing it in UI. I can see this feature in excel and user is expecting same behavior here as well. 
Completed
Last Updated: 28 Jan 2022 10:20 by ADMIN
Release 2022.R1.SP.next

Bug report

When a culture that uses a "comma" as a decimal separator is applied to the Kendo UI NumericTextBox, the value of the aria-valuenow attribute uses the value without transforming the "," separator into a "." separator.

Reproduction of the problem

Set a culture that utilizes the comma as a decimal separator. Notice the aria-valuenow attribute's value:

https://dojo.telerik.com/okoJIRID

Environment

* **Kendo UI version:** 2020.2.617
* **jQuery version:** 1.12.4
* **Browser:** [all] 

Unplanned
Last Updated: 01 Sep 2020 10:01 by ADMIN
Created by: Christian Storb
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

The core library should provide a kendo.parseBoolean function such as kendo.parseInt and kendo.parseFloat etc. With such a function, e.g. Configuration settings from AppSettings.config can be conveniently parsed.

Sample: https://jsfiddle.net/chstorb/rxo6hnud/

Unplanned
Last Updated: 15 Sep 2020 15:47 by ADMIN
Created by: Suman
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
A feature/component to edit an existing pdf file?
Unplanned
Last Updated: 14 Sep 2020 18:08 by ADMIN
Created by: Bernard
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I would like to request a Kendo UI Avatar for jQuery similar to the Kendo UI for Angular.  

Thanks!

Unplanned
Last Updated: 05 Oct 2020 09:18 by ADMIN
Created by: Kenley
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Feature request for the Gantt chart. I’d like to be able to attach objects (thumbnail images) to the Gantt hourly timeline. 

I have multiple thumbnail images and each thumbnail has a timestamp. I want to attach the thumbnails on the timeline according to the hourly timestamp of each thumbnail.

Gantt chart should support attaching objects to timeline.


Completed
Last Updated: 04 Apr 2023 07:11 by ADMIN
Release 2020.R3.SP1

Describe the bug
The TextArea has 14 px font-size and the other inputs have 100% font-size.

Reported in: 1486377

To reproduce
https://dojo.telerik.com/iLeZIpEz

  1. Use the LESS-based theme.
  2. Implement a TextArea component.
  3. Implement a TextBox component.

Expected behavior
The font-sizes for the TextArea and the TextBox have to be equal.

Environment

  • Kendo UI version: 2020.3.915
  • Browser: [all]
Unplanned
Last Updated: 21 Oct 2020 13:27 by ADMIN
Created by: Vinod
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I'd like to request a control which takes a screenshot of a browser's page and save it in a specific format like a jpeg.

Thank you

Unplanned
Last Updated: 26 Nov 2020 11:22 by ADMIN
Created by: Steven
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

I would like to request that an autosize feature be added for the dropdown portion of the multicolumncombobox in Kendo UI for jQuery. 

I had been using the kendo jquery dropdown autowidth and had expected a similar functionality to be available and was surprised that it wasn't.  I have used winforms ui multicolumncomobobox in the past and it has some different fill/autosize/fit abilities. 

 

Completed
Last Updated: 18 Feb 2021 16:02 by ADMIN
Release 2021.R1.SP.next
In the datepicker popup with the component type modern the "Today" text link is enabled even if today's date is disabled.
Unplanned
Last Updated: 07 Apr 2021 09:51 by ADMIN
Created by: Al
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Please consider adding the ability to to change the default editor when assigning resources to a task to be whole numbers for some resources, currently the buitlin number editor increments/decrements only 0.01 at a time
Unplanned
Last Updated: 13 Apr 2021 07:57 by ADMIN
Created by: Mark
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

It would be good to have the export hierarchy grid to CSV format as build-on support.

I have referred couple of articles and dojo, but didn't find any straight forward solutions.

 
Unplanned
Last Updated: 09 Apr 2021 12:48 by ADMIN

Currently, when you open an existing Excel file in the Kendo UI spreadsheet, make some changes, then post the changes back to the web server, the print and scaling settings of the original Excel file would be lost.

The Kendo.ooxml.Workbook should preserve those settings.

 

From Ticket ID 1513253

Message from Aleksandar

Calling the saveAsExcel() method triggers the excelExport event. The Kendo UI Spreadsheet utilizes the Excel export module framework to produce Excel files directly in the browser. The output files are in the OOXML Spreadsheet format with an .xlsx extension as explained here. Setting the forceProxy configuration to true will send the ooxml generated export file to the remote endpoint. However, the kendo.ooxml.Workbook API does not expose a configuration option that would preserve the option for setting the page scaling when printing, thus the configuration is lost. If you would like to see such an option available I can suggest logging a Feature Request in our Feedback Portal.

 

Unplanned
Last Updated: 15 Apr 2021 12:27 by ADMIN
Created by: Charles
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Currently, the data-value-update attribute can be used on DOM elements: https://docs.telerik.com/kendo-ui/framework/mvvm/bindings/value#controlling-the-view-model-update

It would be nice, if we have the ability to use it with editor widgets like TextBox, TextArea, NumericTextBox, etc.

Unplanned
Last Updated: 03 Jun 2021 17:04 by ADMIN
Created by: Jayakumar
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I'd like to request for the Kendo UI to be able to facilitate its stylings along with the BootStrap form-control class.  This way, I will not need to add any additional custom CSS for certain components within Kendo UI(TextBox, NumericTextBox...etc). 

Thank you!

Unplanned
Last Updated: 31 Aug 2021 06:46 by ADMIN

Table editor allows to select multiple cells, horizontally, vertically, or even individually while holding down the Ctrl-key.

If based on such selection the table wizard is opened, one would expect that any choices made would apply to all the selected cells.
Instead, the changes are applied only to the first cell.

Please, either disallow selecting multiple cells or better allow batch editing of the selected ones.

Unplanned
Last Updated: 13 Sep 2021 21:58 by ADMIN
Created by: Stuart
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to set the scrollbars of the Kendo UI Components to a smaller size instead of the default larger scrollbars.  For example, something similar to jquery.nanoscrollbars.js.  

I do understand CSS doesn't currently support styling scrollbars:

https://drafts.csswg.org/css-scrollbars-1/#intro

It can be done using the ::-webkit vendor prefix, which works for some browsers but not IE or Edge.

The CSS working group say that : Note: Exposing the scrollbar-related ::-webkit- prefixed pseudo-elements to the Web is considered a mistake by both the CSS Working Group and Webkit.

At the moment, the only recommended way is to use javascript to "polyfil". Nanoscroller is one such example.  http://jscrollpane.kelvinluck.com/ is another example.

The controls just need a kendo's own polyfill, not to implement nanoscroller or jscrollpane, but for kendo to do it by itself out of the box.

Small controls with big scrollbars looks ugly. 

Thank you!