Unplanned
Last Updated: 04 Jan 2024 09:46 by ADMIN
Created by: Jeroen
Comments: 1
Category: Kendo UI for Vue
Type: Feature Request
1

As of this moment the barcode components are only available in wrapper components. We would like to see a native Vue version for this aswell. Especially for the QR code option could be a big addition to the package

Unplanned
Last Updated: 13 Aug 2024 15:46 by Tarik
Created by: Tarik
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
Currently locking a column does not work with a detail component. It would be beneficial if it worked for the expand/child row as well.
Unplanned
Last Updated: 20 Aug 2024 06:55 by
Created by:
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
I would like to use a different font-family in the exported content of the Editor in a PDF file. Please, add a customization option with what I can achieve this. 
Unplanned
Last Updated: 04 Dec 2024 09:27 by ccacdi
Created by: Philip
Comments: 1
Category: Kendo UI for Vue
Type: Feature Request
1
It would be beneficial if the Upload component had chunk upload support.
Unplanned
Last Updated: 27 Nov 2024 16:08 by ADMIN

About the line chart component If you use the "baseUnit:fix" property, there may be a difference between the data displayed in the marker tooltip and the actual data.


The data that reproduces the behavior is shown below.

https://stackblitz.com/edit/4d7wyn-buonwc?file=src%2Fmain.vue

The first value of the array data is shown below, but it may not match what is displayed on the graph or may not match other data such as the end.

I would like a fix or a feature that matches the data in the points plotted in the three vertical columns of the graph with the data in each array.

max_cell_volt: 4226
min_cell_volt: 3244
cell_volt_diffrence: 982

Unplanned
Last Updated: 17 Dec 2024 19:49 by ADMIN
Created by: sinfo
Comments: 1
Category: Kendo UI for Vue
Type: Feature Request
1
It would be beneficial if the TreeList displayed and drag marker
Unplanned
Last Updated: 05 Feb 2025 11:36 by ADMIN

Hi Team,

In Grid, Using optical mouse When Moving left to right or vice versa I should be able to move the grid as happening for top to bottom. In the attached video I have first used optical mouse and then Next I have used from laptop(Not optical mouse). 

NOTE: When Mouse click and drag I must be able to drag from left to right or vice versa.

Kindly look at the behavior and let me know the solution for this issue.

Unplanned
Last Updated: 15 Jan 2025 14:09 by Daniel
Created by: Daniel
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
It would be beneficial if the Grid had an option for delaying the filter similar to Angular: 

https://www.telerik.com/kendo-angular-ui/components/grid/api/stringfiltercellcomponent#filterdelay 
Unplanned
Last Updated: 14 Apr 2025 12:39 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: 14 Apr 2025 10:57 by DIEGO
Created by: DIEGO
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
It would be beneficial if the Kendo UI for Vue had a Report Viewer similar to other suites
Unplanned
Last Updated: 02 Jun 2025 11:58 by JP
It would be beneficial if we had a prop which allowed to fix the date header row in day view so that it does not scroll
Unplanned
Last Updated: 11 Jun 2025 08:33 by Claudia
It would be great if there was an exposed prop for changing the filter operator of the ColumnMenu searchbox
Unplanned
Last Updated: 11 Jun 2025 14:48 by Jonathan

When starting he component, to load the initial value, the Api returns the id selected as a string ("2") and DropDownList does not display the selected option. Changing the value to an integer (2) displays it correctly.

This issues requires changing the values before padding them to component, but I would  that the component parse automatically the comparision, or allow us handle the strict comparision

Unplanned
Last Updated: 24 Jun 2025 06:25 by ADMIN
Created by: Michal
Comments: 1
Category: Kendo UI for Vue
Type: Feature Request
1

How to add grid footer (one row with one cell for all columns). When I try to use grid cell footer template I can't pass colspan to it (to normal cell I can). When I build template for normal cell it replace whole <td> section. When I do it same for cell footer the template content is placed inside predefined <td> - I can't replace it by my code like in normal cell. 

Can You add grid footer for all colums or fix footer cell template to work like regular cell template?

Unplanned
Last Updated: 20 Jun 2025 08:26 by JP
Created by: JP
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
The Agenda view currently does not provide a way to customize the content of the Time column. For events that span multiple days (especially all-day events), this limitation makes it difficult to visually communicate when an event starts, continues, and ends
Unplanned
Last Updated: 02 Jul 2025 10:56 by Daniel
Created by: Daniel
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
It would be great if the Kendo UI for Vue Native Grid had a built-in contextMenu similar to React
Under Review
Last Updated: 31 Jul 2025 11:36 by ADMIN
Hello,

I’ve encountered an issue when using the KendoUI Grid component inside a dialog. When I try to open the column menu, it opens briefly and immediately closes itself, making it unusable.

This behavior seems to be related to a conflict with the UI component library I’m using (Ark UI). However, since the Grid’s source code is not open source, it’s difficult to pinpoint exactly where the issue originates or where a patch could be applied.

Reproduction:
Here is a minimal reproduction on StackBlitz: https://stackblitz.com/edit/rmldf7vs?file=src%2Fmain.vue

Expected Behavior:
When clicking the column menu button, the menu should remain open, allowing the user to interact with it.

Actual Behavior:
The column menu opens and instantly closes, without any interaction.

Notes:
- The issue only appears when the Grid is rendered inside a dialog.
- It might be related to focus/blur or click outside detection behavior conflicting between Kendo and Ark UI.
- Tested with the latest version of @progress/kendo-vue-grid.

Let me know if any additional details are needed!

Thanks!

Unplanned
Last Updated: 30 Jul 2025 10:43 by Jerry
Created by: Jerry
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1
Currently, the Kendo UI for Vue TreeView does not support virtualization, which is needed when rendering large trees. The Virtualization of the TreeView will also allow virtualization in the DropDownTree component.
Unplanned
Last Updated: 13 Aug 2025 12:52 by Jason
Created by: Jason
Comments: 0
Category: Kendo UI for Vue
Type: Feature Request
1

We have a requirement for the Grid to support sticky rows when virtual scrolling is enabled. I know it is documented as a known limitation on https://www.telerik.com/kendo-vue-ui/components/grid/rows#known-limitations but we would like to request the grid add this feature. We would also like to request this feature using grouped data, as I see it also is not supported in this scenario. 

One specific scenario is we have 2 groups and both groupings are sticky. The first group would have a few rows of data, while the second group has hundred or thousands of rows. We would like to allow for row virtualization on the second group while keeping the first group sticky at the top. Below is an example screenshot where we have the first "Benchmark" group having one row, the second "Investments" group having a sticky "Total" row at the top, and then rows of data that can be rendered with row virtualization to paginate. 

Unplanned
Last Updated: 24 Sep 2020 08:02 by ADMIN
Created by: Wayne Hiller
Comments: 1
Category: Kendo UI for Vue
Type: Feature Request
0
Please add official support for parceljs bunder.  https://parceljs.org/