Completed
Last Updated: 11 Feb 2026 10:46 by ADMIN
Created by: John Campion
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
0

Currently in Vue we don't provide the ability to share with the customers the source code before the compilation but just the already compiled code.

We need to provide the ability to fork the repository and build components from the Vue repository similarly to the way it is done in Angular and React

Won't Fix
Last Updated: 11 Feb 2026 10:44 by ADMIN

I am using Kendo Vue Wrapper Grid that is editable. I am using the propery 

:editable-create-at="bottom"

but the new rows are always added at the top.

There is another open issue related to this.

https://github.com/telerik/kendo-ui-core/issues/5198

 

Please provide a fix.

 

Completed
Last Updated: 11 Feb 2026 10:43 by ADMIN
In the vue native grid, the inputs rendered in the filter row don't have a title or accessible name. This would make it nearly impossible for someone using a screen reader to understand what each field means. In order to comply with WCAG 4.1.2 (Name, Role, Value) please add a title and/or aria-label/labelledby attribute to these inputs. 

The jquery grid has the aria-label and title populated with the column name. I think it'd be even more useful if the label said "Filter by {columnName}".
Won't Fix
Last Updated: 11 Feb 2026 10:25 by ADMIN
Created by: n/a
Comments: 0
Category: Kendo UI for Vue
Type: Bug Report
0

Describe the bug
The rowReorder event is missing in the Wrapper Grid component, while it is available in the Kendo UI for jQuery Grid. Currently, the only way the event can be used is by using a code like the below in the mounted hook of the Vue app:

    var grid = this.$refs.grid.kendoWidget();
    grid.bind('rowReorder', function (e) {
      console.log('row', e);
    });

Expected behavior
The rowReorder event should be available for usage as the other events of the Wrapper Grid

Completed
Last Updated: 11 Feb 2026 10:21 by ADMIN
Created by: Jose
Comments: 1
Category: DropDownButton
Type: Feature Request
1
The DropDownButton should support aria-label configuration through the `kendo-vue-intl` package. Currently, the value for the aria-label is set through the `text` prop and a hardcoded `dropdownbutton` word to it.
Completed
Last Updated: 11 Feb 2026 10:16 by ADMIN

Describe the bug
The value of the data-grid-row-index attribute of the different Native Grid rows is always -1, no matter the scenario in which the component is used.

To Reproduce

  1. Open this StackBlitz example
  2. Inspect a random Grid row and see its attributes

Expected behavior
The different rows inside the Grid should have different values for the data-grid-row-index attribute.

Completed
Last Updated: 11 Feb 2026 08:58 by ADMIN

Describe the bug
With the current Upload implementation, the component doesn't provide an option to filter the files that are selected for upload if the auto-upload property is set to true.

Currently, the files can be filtered only if the auto-upload is set to false as in this StackBlitz example.

To Reproduce

  1. Open this StackBlitz example with auto-upload property set to true
  2. Select multiple files + one that has the letter "g" in its name

Expected behavior
The file with the letter "g" should not be uploaded

  • As a possible solution for the issue, we can provide an event that is triggered before the file upload and when the event is triggered, the files will be filtered.
Completed
Last Updated: 11 Feb 2026 07:29 by ADMIN

The current implementation of the Native Vue Grid doesn't provide an option to control the visibility of the column menu in each component column. 

Providing a property that can control the visibility of the different column menus will be very useful in scenarios when we want to create a customized column menu that contains a component with a popup. With the current implementation of the component, if we for example add a DatePicker to the column menu, the opening of the DatePicker's calendar triggers the closing of the column menu. Having a prop that controls the visibility of the column menu we can easily handle the described scenario. 

Completed
Last Updated: 11 Feb 2026 07:16 by ADMIN

Describe the bug
The package.json file of the @progress/kendo-vue-listbox package doesn't have the following definition:

"exports": {
    "node": "./dist/esm/main.js",
    "import": "./dist/es/main.js",
    "require": "./dist/npm/main.js",
    "default": "./dist/npm/main.js"
}

To Reproduce

  1. Open this link
  2. Open the "package.json" file

Expected behavior
The package.json file of the @progress/kendo-vue-listbox package should have the described above definition.

Completed
Last Updated: 11 Feb 2026 07:11 by ADMIN
Created by: Antoniya
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
2
Add resources (documentation and code) for Composition API.
Completed
Last Updated: 11 Feb 2026 07:09 by ADMIN
Release 2024 Q2 (May)
Created by: Vince
Comments: 0
Category: Stepper
Type: Bug Report
0

Describe the bug

The following Stepper StepProps should not be required ones:

  • successIcon: String;
  • successSvgIcon: Object;
  • errorIcon: String;
  • errorSvgIcon: Object;

The current implementation of the Stepper's Steps requires the definition of the above properties which results to an error in a Typescript context.

Expected behavior
The listed properties should be made optional.

Completed
Last Updated: 11 Feb 2026 07:08 by ADMIN
Release 2024 Q2 (May)

When using both filtering and virtualized dropdownlist, it can sometimes occur that the list will show no items after a series of repro steps:

Stackblitz (modified with only a console.log in the handlePageChange function) from Vue Dropdowns Library & DropDownList Component - Virtualization - Kendo UI for Vue Docs & Demos (telerik.com)

Qsz3dh (forked) - StackBlitz

  1. open dropdown
  2. type 33333 into the filter
  3. see no data found
  4. quickly remove the last 2 3's, so now you're only filtering on 333
  5. quickly scroll down, then quickly scroll up
  6. see no data found and see that skip is NaN in the console
Completed
Last Updated: 11 Feb 2026 07:01 by ADMIN

Describe the bug
DropdownTree component throws an error when user opens dropdown menu when they selected an item already, if valueRender prop is configured.

To Reproduce
Steps to reproduce the behavior:

  1. Open this example - https://codesandbox.io/p/sandbox/3tmtkk?file=%2Fsrc%2Fmain.vue
  2. Select any item from DropdownTree. No errors would be thrown.
  3. Try to press on dropdown tree to open dropdown menu again.
  4. User will see this error instead of dropdown tree menu opening.
Completed
Last Updated: 11 Feb 2026 06:58 by ADMIN
Release 2025 Q2 (May)

Describe the bug
A licensing warning may continue to appear in the browser's console, no matter whether the licensing activation has been successful or not.

The issue is replicable when the user trying to activate a license has had an active license in the past and this license is already expired.

To Reproduce
Because of the specifics of the issue, a project in which the bug can be replicated won't be publicly provided.

Expected behavior
The license activation process should activate one's license no matter the previous licensing history of the user

Completed
Last Updated: 11 Feb 2026 06:42 by ADMIN
Release 2025 Q3 (Aug)

Describe the bug
there is no way to set value in formatted input after blur and focus

To Reproduce
Steps to reproduce the behavior:

  1. Opon this Stackbliz - https://stackblitz.com/edit/6fnerfrf-3hulsidf
  2. Focus the first input and select all the content
  3. Delete the content and click outside of it
  4. Then click again in it and try to type 33.98

Expected behavior
You can type it

Screenshots
Immediately 3.00 is typed and the cursor is moved at the end

Unplanned
Last Updated: 16 Jan 2026 09:12 by ADMIN

Description:

We would like to request the addition of multi-cell selection functionality to the Kendo Grid for Vue, similar to what is available in the Kendo Grid jQuery version.

Current Situation: The Kendo Grid for Vue currently supports:

Row selection via the selectedField prop with checkboxes
Single row highlighting
Cell navigation via the navigatable prop
However, it lacks the ability to select multiple individual cells or cell ranges, which is a feature available in the jQuery version of Kendo Grid.

Requested Feature: Add multi-cell selection capabilities to the Kendo Grid for Vue, including:

Selection Modes:

- Single cell selection
- Multiple cell selection (Ctrl+Click)
- Range selection (click and drag, or Shift+Click)
- Column selection
- Row selection (already exists)

API/Props:

selectable prop with values like:

-"cell" - single cell selection
- "multiple, cell" - multiple cell selection
- "cell, row" - combined cell and row selection

selectedCells prop to track selected cell coordinates

onCellSelectionChange event handler

Functionality:
- Visual feedback for selected cells (highlight/styling)
- Keyboard navigation support (arrow keys, Shift+arrows for range selection)

Use Cases:
- Data analysis and comparison across multiple cells
- Batch operations on selected cells

Unplanned
Last Updated: 28 Nov 2025 13:29 by ADMIN
Created by: Firas
Comments: 4
Category: Kendo UI for Vue
Type: Feature Request
1

Hello everyone

We are using Editor for our application,
Is it possible to add the possibility to Copy and Apply Format
It used to be included in the older version "@progress/kendo-editor-vue-wrapper"
Here a screenshot of the older one : 

Best Regards

 

Unplanned
Last Updated: 25 Nov 2025 14:32 by ADMIN
Created by: MURIELLE
Comments: 1
Category: Grid
Type: Feature Request
1

Introduce filter buttons highlight to visualize which column has a filter applied.

The feature is available in KendoReact:
https://www.telerik.com/kendo-react-ui/components/grid/filtering/advanced-filtering#filtering-data-grid-through-column-menu-filter 

Unplanned
Last Updated: 14 Nov 2025 11:33 by ADMIN
Created by: jake
Comments: 1
Category: Grid
Type: Feature Request
1
Currently the Grid does not support setting maxWidth to its columns, which would be beneficial in many scenarios.
Unplanned
Last Updated: 12 Nov 2025 13:53 by ADMIN
Created by: Xander
Comments: 1
Category: Grid
Type: Feature Request
0

Currently, if the scrolling is disabled, the resizing of the columns is also not possible.

Introducing auto-sizing mechanism for the Grid column should resolve this situation:

https://www.ag-grid.com/javascript-data-grid/column-sizing/#auto-size-columns-to-fit-grid

1 2 3 4 5 6