Unplanned
Last Updated: 19 Mar 2026 08:04 by ADMIN
Created by: Ryan
Comments: 1
Category: Kendo UI for Vue
Type: Feature Request
1

A dedicated column picker would be far more intuitive: its discoverability is higher, and features like the indeterminate ‘select all’ checkbox and instant search align with the law of approximation.

For our users handling large datasets, this makes for a much faster, more cohesive tool.

Unplanned
Last Updated: 05 Mar 2026 10:42 by Rama
Created by: Rama
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
2
It would be beneficial if the DatePicker had an option for enabling auto-switching between segments.
Unplanned
Last Updated: 27 Feb 2026 07:29 by ADMIN
Created by: Pete
Comments: 1
Category: Kendo UI for Vue
Type: Feature Request
1
Hi Telerik Team,

It's great to see MCP servers now available for Angular, React, and Blazor. Any plans to add support for Kendo UI for Vue as well?

We use Kendo UI for Vue in production, and having MCP support would really improve AI-assisted development, component discovery, and overall DX. It would also help keep feature parity across the Kendo ecosystem.

Would love to see Vue.js included.

Thanks!

Pete


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

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}".
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 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: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.
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

Unplanned
Last Updated: 06 Nov 2025 08:20 by Antti
Created by: Antti
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
We should implement row click move similar to JQuery: https://www.telerik.com/kendo-jquery-ui/documentation/controls/grid/row-drag-drop?
Unplanned
Last Updated: 30 Oct 2025 14:23 by Andre' Hazelwood
Created by: Andre' Hazelwood
Comments: 0
Category: Editor
Type: Feature Request
1

The KendoUI Editor for jQuery exposes a stylesheets property that allows the default stylesheet to be defined for the editor.  Please add this property to the KendoUI Editor for Vue as well as I would like to be able to set some default css properties such as font family, font size, colors, etc.  

The list of stylesheets can be attached after the currently included stylesheets which would allow overriding any default Kendo or ProseMirror specific styles.

Reference:  https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/ui/editor/configuration/stylesheets

As an alternative, you can apply custom CSS (such as font family, font size, and colors) to the Editor's iframe content, you can use the onLoaded event. With this event, you can inject a <style> element or a <link> to an external stylesheet into the iframe's document, allowing you to override default Kendo or ProseMirror styles. 

https://www.telerik.com/kendo-vue-ui/components/editor/styling-content#styling-the-content-in-iframe-edit-mode 

Unplanned
Last Updated: 27 Oct 2025 10:51 by Paul
Created by: Paul
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
It would be great if KendoUI for Vue had the same table wizard dialog feature as JQuery: 

jQuery Editor Table Wizard Dialog - Kendo UI for jQuery
Unplanned
Last Updated: 21 Oct 2025 11:11 by ADMIN
Created by: MURIELLE
Comments: 1
Category: Grid
Type: Feature Request
1

Add a numeric indicator for the sorted columns shown when multiple columns are sorted to indicate which order the columns are being sorted in.

This feature is already available in the angular Grid:

https://www.telerik.com/kendo-angular-ui/components/grid/sorting/multi-sort 

Duplicated
Last Updated: 08 Oct 2025 13:59 by ADMIN
Created by: James
Comments: 1
Category: Kendo UI for Vue
Type: Feature Request
1
Providing a Native PDFViewer Component to Vue would bring it in line with other UI platforms and provide a much needed feature for our use.
Unplanned
Last Updated: 08 Oct 2025 08:38 by ADMIN
Created by: Jason
Comments: 1
Category: Grid
Type: Feature Request
2

Introduce an option to setup locked columns with grouping in Kendo UI for Vue Grid.

The feature is already available in the React Grid:

   
Unplanned
Last Updated: 07 Oct 2025 13:29 by udeni

It would be beneficial to explicitly control the left-to-right rendering order of overlapping events — for example, by using a custom field such as isPrivate or by following the data source order.

1 2 3 4 5 6