Unplanned
Last Updated: 09 Apr 2026 10:38 by Gawie

It would be beneficial for Kendo UI for Vue Grid columns to provide a built-in option for text truncation with ellipsis and an optional tooltip for overflow content

Unplanned
Last Updated: 08 Apr 2026 07:20 by ADMIN

Like below dropdown tree, AutoComplete also need to support tree view.

 

If we use dropdown tree, it's extra step to search or filter, so we add a feature of tree view for AutoComplete is good.

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
2
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


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 

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.

Unplanned
Last Updated: 06 Oct 2025 10:11 by ADMIN

Hey!

When using the GridColumnMenuCheckboxFilter with large datasets (e.g. 100k+ items), the component performs poorly and can even crash the browser due to the lack of memoization and unnecessary recomputation.

There are two main optimizations that could drastically improve performance:

1. Simplify the data before passing it to the filter
Instead of sending the entire Grid dataset to the GridColumnMenuCheckboxFilter, it’s better to extract and send only the distinct values relevant to that specific column. This significantly reduces render time both for the menu and the grid.

2. Memoize the computation internally
If simplifying data externally isn't possible, the component should at least memoize the list of unique values it derives from the data. Right now, it recomputes this on every render, which is inefficient.

Example: https://stackblitz.com/edit/de8qtiht?file=src%2Fmain.vue

The example provides two ColumnMenu implementations:
    •    The default (unoptimized)
    •    A custom, memoized version with basic optimizations (memo + uniquify)

You can switch between them in main.vue to observe the performance difference.

Expected behavior:
The default GridColumnMenuCheckboxFilter should:
    •    Either memoize its internal computation (option 2),
    •    Or documentation should clearly recommend preprocessing the data before passing it in (option 1).

This change would vastly improve UX for users working with large datasets.

    
Unplanned
Last Updated: 06 Oct 2025 06:59 by ADMIN

When enabling the columnMenu feature in the Grid component, it is also applied to special columns such as the group indicator column or the expand/collapse column. These columns are not user-defined and should not include the column menu.

This leads to a confusing UX where users can click the column menu icon on non-data columns, which serve internal purposes only.

Example: https://stackblitz.com/edit/uj5myrrw?file=src%2Fmain.vue

Expected behavior: Only user-defined data columns should render the column menu icon. Internal columns (like group indicators or row expanders) should not display it.


Unplanned
Last Updated: 30 Sep 2025 11:50 by Thomas
Created by: Thomas
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
It would be great if the Kendo UI for Vue had a MultiColumnCombox component
Unplanned
Last Updated: 19 Sep 2025 12:25 by Samba
Created by: Samba
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
It would be beneficial if the ChartTooltip exposed an appendTo, offset or collision prop.
1 2 3 4 5 6