Unplanned
Last Updated: 28 Jan 2022 18:24 by ADMIN
Created by: Nick
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2

Hi Team,

I'd like to request a tool which can parse an Excel File to JSON easily.  

Thank you!

Unplanned
Last Updated: 02 Feb 2022 07:52 by ADMIN
Scheduled for 2022.2
Created by: Don Leduc
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
1

Steps to reproduce the behavior:

  1. Run the jQuery Virtualization Demo
  2. Open the popup of the Widget

Expected behavior
The header and rows shouldn't overlap

Screenshots
image
Affected package

  • seems to affect all Themes

Affected suites

  • Kendo UI for jQuery

Unplanned
Last Updated: 22 Jan 2022 12:18 by ADMIN

Bottom navigation is obviously at the bottom in portrait mode, but on small screens in landscape mode it is detrimental to scrolled content.

It makes sense to keep bottom navigation on the small side of the screen but this requires to lock the app in portrait mode.

While allowing a change of orientation, it would be nice to have the option to show the bottom navigation on the right side and rotate the items when changing orientation to landscape and then back to the bottom when changing orientation to portrait.

Unplanned
Last Updated: 28 Nov 2022 14:41 by Jeff
Created by: Francis
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
27

https://svelte.dev/

Looks to be so much better than React.

 

Unplanned
Last Updated: 20 Dec 2021 06:18 by ADMIN
Created by: Austin
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

For the Kendo Filter widget, being able to filter the list of fields in the dropdown list would be useful for longer lists and an event to see when the user added or removed a filter condition to manually set any other options for these lists. I have modified your sample filter in the browser console to add the filter to the dropdown in the screenshot here.

Unplanned
Last Updated: 09 Dec 2021 09:17 by ADMIN
Created by: Yoshitaka
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi

 

Currently, items binding is not supported by the FloatingActionButton widget in MVVM.

Therefore, the items need to be defined in HTML statically.

It would be great if it is supported so that I can dynamically set the contents for FloatingActionButton in MVVM.

Here is the desired example.

https://dojo.telerik.com/oDopiCAN

 

Thanks in advance.

Unplanned
Last Updated: 14 Dec 2021 10:38 by ADMIN
Created by: JORGE
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Is very important get the option to configure display thousands delimiter on typing and not only when I lost focus control NumericTextBox.

 

Look this example with another library

https://nosir.github.io/cleave.js/

 

Best regards

 

Jorge

Declined
Last Updated: 16 Dec 2021 10:41 by ADMIN

The behavior of DropDownList, ColorPickers and probably more controls changes when a tooltip is added to them. When the tooltip opens, the ".k-state-border-down" CSS-class is added to the (e.g. DropDown) container. However, in the context of the DropDown, this class means that the DropDown is opened and therefore, the styling changes accordingly.

The following two DOJOs demonstrate this bug:

We currently experience this behavior in the Editor widget when adding tooltips to tools that render the aforementioned controls.

Declined
Last Updated: 30 Nov 2021 10:41 by ADMIN

Hello,

I've noticed that any attempt at calling `dataSource.read()` on a datasource attached to a Kendo Menu results in keyboard accessibility breaking.

 

Steps to reproduce:

1. Use this code as a starter: https://dojo.telerik.com/IJOyUzEX/2

2. Notice that tabbing to the menu works the first time 

3. Activate the menu and close it.

4. Now try to tab into the menu again. It does no longer work.

 

Are there any better methods to have Kendo Menu dynamically generate the list everytime an open event is triggered?

Unplanned
Last Updated: 17 Nov 2021 15:45 by ADMIN
Created by: Anthony
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Hi

  It would probably be trivial to make the columnReorder much more useful

(1) Allow a preventDefault feature, to conditionally prevent some columns being moved. For extra points you could do this via a new columnReorderStart event so that the user can't drag the columns at all

(2) Don't allow locked columns to be moved out of the locked section

 

Thanks

Unplanned
Last Updated: 02 Nov 2021 13:06 by ADMIN
Created by: Mark
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

Often we want a separate delay time for the opening of menus and closing. Please consider adding independent hover delays.

$("#menu").kendoMenu({
    ...
    hoverDelay: 400
    ...
});

or

$("#menu").kendoMenu({
    ...
    hoverDelay: {
        open: 100
        , close: 500
    }
    ...
});

Unplanned
Last Updated: 01 Nov 2021 11:36 by ADMIN
Created by: zahra
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4

 

It would be nice to have RTL support inside Tilelayout component and fixing bug issue about RTL resizing and reordering in jquery.

Thanks.

Completed
Last Updated: 07 Oct 2021 10:32 by ADMIN
Release R3.2021.SP.next
Created by: Alexander
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0
There are invalid styles in the PivotGrid less-based themes _layout file that cause compilation error.
Completed
Last Updated: 25 Mar 2024 10:24 by ADMIN

kendo.all.min.js is reporting this in Chrome.

A page or script is accessing at least one of navigator.userAgentnavigator.appVersion, and navigator.platform. In a future version of Chrome, the amount of information available in the User Agent string will be reduced.

To fix this issue, replace the usage of navigator.userAgentnavigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.

Note that for performance reasons, only the first access to one of the properties is shown.

https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html

 

When will this be resolved?

Unplanned
Last Updated: 22 Sep 2021 20:20 by ADMIN
Created by: Software
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I would like to request the functionality to be able to export (an) Excel file(s) with the built-in Kendo UI API into a ZIP file. 

Thank you! 

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!

Completed
Last Updated: 18 Feb 2022 13:36 by ADMIN
Release 2022.R1.SP.next

Bug report
Window modal overlay missing when using KendoWindow that has the following configuration fo window1
{

modal: true,

draggable: {containment: "body"}

}

I aware that there is this forum talking about this issue, but the example is opeining both window without draggable.containment configuration.

The current easist workaround is dont set draggable.containment for window1

Reproduction of the problem
1. Run this dojo

2. Open window1, then open window2, close window2

3. The modal overlay for window1 dissapeared


Current behavior
When window1 has configuration for draggable.contaiment, its modal overlay will dissapear after window2 closed

Expected/desired behavior
The modal overlay for window1 should remain, closing window2 should not affect window1's modal overlay

Environment
Kendo UI version: 2021.2.616
jQuery version: 3.4.1
Browser: all

Completed
Last Updated: 31 Jan 2022 09:52 by ADMIN
Release 2022.R1
Created by: jose eduardo
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

When the Grid is rendered inside of a ListBox, the edit of a cell is immediately cancelled due to the focus being stolen from the ListBox.

https://dojo.telerik.com/iYuDAwIp/3

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.

Declined
Last Updated: 20 Aug 2021 10:32 by ADMIN
Created by: atb00ker
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0

Hi,

 

The `alwaysVisible` option is ignored when we have an external DataSource.

Consider the following code:

 

```

var dataSource = new kendo.data.DataSource({
   pageSize: 2,
   data: [
       { name: "Jane Doe", age: 30 },
       { name: "John Doe", age: 33 }
   ]
});

$("#grid").kendoGrid({
   columns: [
       { field: "name" },
       { field: "age" }
   ],
});
var grid = $("#grid").data("kendoGrid");

grid.setDataSource(dataSource);

grid.setOptions({
   pageable: {
       alwaysVisible: false
   }
});

```

Here, since the `pageSize=2` and we have `2` records; I don't expect to see not the pagination and other pager options after `alwaysVisible` is set to `false`.
However, I do see them since `alwaysVisible` is completely ignored.

When I move the datasource back inside the `$("#grid").kendoGrid({})` everything works as expected.

Please let me know if this is an bug or I have mistaken in understanding something about the options.

Thanks,

Ajay