Planned
Last Updated: 22 Feb 2024 15:23 by ADMIN
Scheduled for 2024 Q2
Created by: Michael D
Comments: 2
Category: MultiSelect
Type: Bug Report
0

The multiSelect supports several keyboard shortcuts as documented in https://demos.telerik.com/kendo-ui/multiselect/keyboard-navigation. However, when e.g. a KeyDown event is triggered (and handled) by the widget, its propagation is not stopped. This behavior can be witnessed in this DOJO.

In our case, we e.g. use multiSelects inside dialog windows that can be closed via ESC. When pressing ESC while a multiSelect is focused and open, this not only closes the multiSelect (as expected), but also closes the dialog.

The multiSelect should stop the propagation of events that it handled.

Planned
Last Updated: 31 Oct 2023 11:35 by ADMIN
Created by: Saif Akhtar
Comments: 0
Category: TreeView
Type: Feature Request
1

Hi Team,

I'd like to request the autoScroll functionality with Keyboard Navigation for the Kendo UI TreeView so if the user navigates below or above the page, the focused item will scroll into view.

Thank you!

Planned
Last Updated: 24 Mar 2023 11:26 by ADMIN
Deleting last remaining row on kendo grid on the last page does not go to the previous page.
When using client side filtering, deleting the last remaining record should change the current page of grid to previous page.
Planned
Last Updated: 09 Mar 2023 15:14 by ADMIN
Scheduled for R2.2023-Increment.1(15.Mar.2023)

When using the Kendo UI Toolbar widget together with the Tooltip widget, the following problem occurs:

In this DOJO, I have created a toolbar that contains a splitButton with several sub-items. The first sub-item has a title attribute that was set using the attributes option. The tooltip was configured to be active for all items with title attributes. As you can see, the active-styling is applied to the first sub-item as soon as the user hovers over it, although the item is not active an has not been clicked or executed in any other way. This does not happen for the other sub-items - they do not have any tooltips.

The wrongly added styles originate from the .k-active class that is added as soon as the tooltip becomes visible.

Planned
Last Updated: 11 Oct 2022 11:44 by ADMIN
Created by: Garðar
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
82
It would be a great help if there was a way to add a Trendline to a line chart in the DataViz collection.  This function is available in excel and other similar programs.  
The wiki page explains:
http://en.wikipedia.org/wiki/Trend_line_%28technical_analysis%29
Planned
Last Updated: 10 Aug 2022 15:01 by Vitro

Bug report

When you try to append a child item in the Menu, the parent item is replaced instead.

Regression introduced with 2022 R1

Reproduction of the problem

  1. Open this Dojo example.
  2. Click the Append 2 button
  3. Check Item 2

Current behavior

The new item replaces Sub Item 1

Expected/desired behavior

The new item should be appended as a child to Sub Item 1

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all]
Planned
Last Updated: 08 Feb 2022 15:26 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?

Planned
Last Updated: 31 Dec 2021 10:09 by ADMIN

Dojo: https://dojo.telerik.com/@jay/AhUYayEx

1. Hover over a color - tooltip shows up;

2. Hover over the tooltip;

3. Move the cursor back to the same target;

4. Move the cursor to a different color or any mouseout;

Actual: Tooltip is not closed

Expected: Tooltip to be closed (same as when not performing step 2)

Planned
Last Updated: 12 Aug 2021 13:21 by ADMIN
SVG Example:

            <svg>
                <defs>
                    <pattern id="Occupied"
                            width="4" height="10"
                            patternUnits="userSpaceOnUse"
                            patternTransform="rotate(45 50 50)">
                        <line stroke="#ffb29d" stroke-width="2" y2="10"/>
                    </pattern>
                </defs>
                <rect x="5" y="5"
                      width="40" height="100"
                      fill="url(#Occupied)"
                      stroke="#ff7094"
                      stroke-width="1" />
            </svg>

Planned
Last Updated: 08 Jul 2021 09:53 by ADMIN
Created by: Sitesh
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Having a character counter for textbox & textareas gives users nice little heads up as they start typing to summarize the text for a fixed length. Not sure about internet applications but its becoming more & more a requirement in business applications. Please give it a thought.
Planned
Last Updated: 05 Jul 2021 13:45 by ADMIN
Created by: Sebastian
Comments: 1
Category: PivotGrid
Type: Feature Request
17
The PivotConfigurator is very static. It would be nice to change the layout.

For example some options:
- Hide / visibility of all four elements (Row, Column, Measure, Fieldlist)
- Position of all four elements (Row, Column, Measure, Fieldlist)
Planned
Last Updated: 21 Apr 2021 14:20 by ADMIN
Please add the following things in Kendo UI
validators for compare, password length check, password complexity check, RangeValidator, ValidationSummary
Planned
Last Updated: 12 Mar 2020 16:15 by ADMIN
ADMIN
Created by: Stoich
Comments: 3
Category: Grid
Type: Feature Request
8
Currently you can clone the Pager to make it appear both on Top/Bottom. This should be configurable so that you can have in on top of the grid or the bottom of grid or both
Planned
Last Updated: 14 Nov 2019 07:28 by ADMIN
Created by: Martin
Comments: 1
Category: DropDownTree
Type: Feature Request
3

In cases when we have loadOnDemand set to true and we want to populate the value of the DropDownTree initially we need a way to check if this value is part of the available options. One possible solution is adding a valueMapper function similar to the one use in virtualization scenarios.

Planned
Last Updated: 05 Mar 2019 14:55 by ADMIN
Created by: Jose
Comments: 2
Category: Spreadsheet
Type: Feature Request
17
Set an indicator same way that grid already does but now in sheet cells when a record is 'dirty'.