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
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: 19 Jun 2025 14:05 by ADMIN
Scheduled for 2025 Q3 (Aug)

Describe the bug

After inserting an image using the "Insert Image" tool it is possible to add a hyperlink to it using the "Insert Hyperlink" tool.

If the image's dimensions are then edited by selecting the image and using the "Insert Image" tool, the hyperlink that was added no longer exists.

Before:

After:

To Reproduce

  1. Open https://codesandbox.io/s/elegant-parm-l7w93g
  2. Right click the image in the editor, you should see the option to open the link.
  3. Select the image
  4. Open the "Insert Image" tool
  5. Change the width or height to another value (e.g. width -> 200px)
  6. Click the insert button within the tool
  7. Right click the image in the editor, you should see the option to open the link is no longer there.

Expected behaviour

The image should retain any hyperlinks that have been added even if it is resized.

Unplanned
Last Updated: 19 Jun 2025 14:03 by ADMIN
Scheduled for 2025 Q3 (Aug)
Created by: Patrick
Comments: 0
Category: Editor
Type: Bug Report
0

Describe the bug
The following warning appears when using the InsertTable tool of the Native Editor:

[Vue warn]: Component emitted event "tableinsert" but it is neither declared in the emits option nor as an "onTableinsert" prop

NOTE: The warning won't appear when the project is built for production but, still this issue should be fixed

To Reproduce

  1. Open this StackBlitz example
  2. Insert a random table using the InsertTable tool
  3. Check the browser's console

Expected behavior
No warnings should appear when using the InsertTable tool

Screenshots
image

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: 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: 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
Planned
Last Updated: 02 Jun 2025 06:18 by ADMIN

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: 26 May 2025 08:41 by ADMIN

Make the previous/next buttons of multi-day events functional like in the Telerik UI for ASP.NET AJAX control:

https://demos.telerik.com/aspnet-ajax/scheduler/examples/day-week-multi-day-views/defaultcs.aspx 

Unplanned
Last Updated: 19 May 2025 12:20 by ADMIN
Scheduled for 2025 Q2 (May)

Describe the bug
The color of the Gauge component is not reactively updated when the value passed to its pointerColor prop is updated.

To Reproduce

  1. Open this StackBlitz example
  2. Change the selection in the radio buttons

Expected behavior
The color of the Gauge's pointer should be changed every time the selection in the radio buttons is changed

Screenshots
Red pointer:
image
Green pointer:
image

Unplanned
Last Updated: 25 Apr 2025 11:01 by ADMIN

Add Adaptive Slot Height functionality for TimeLine view like the one available for Month view:

https://www.telerik.com/kendo-vue-ui/components/scheduler/adaptive-slot-height 

Unplanned
Last Updated: 17 Apr 2025 07:29 by ADMIN
Scheduled for 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: 15 Apr 2025 16:14 by ADMIN

The problem occurs only on a component DropdownTree in which the filtering fonctionality is enable.

I have this problem when testing on Chrome and Firefox.

Completed
Last Updated: 15 Apr 2025 16:09 by ADMIN
Release 2025 Q1 (Feb)

Describe the bug
Paragraph / Font Size / Font family do not work

To Reproduce
https://www.telerik.com/kendo-vue-ui/components/editor/
Paragraph / Font Size / Font dropdowns do

Expected behavior
Paragraph / Font Size / Font dropdowns work correctly

Completed
Last Updated: 15 Apr 2025 16:07 by ADMIN

Currently you can either set the position of a window by specifying the top or left positions on the screen.  However once these are specified, the window is no longer draggable, or is only draggable in a specific direction, for example, set the :top="100" attribute on a window and the window is now locked to that height (100px) and can only be dragged left or right, instead of vertically and horizontally.

Please allow a window to be set to any position on the screen programatically at any time, and then allow it to be draggable if the draggable property is set to true.  A use case would be where a window is opened up next to another element on the screen, the user moves the window to get access to any underlying content and then closes the window.  It would be ideal to be able to programmatically specify where to open the window when the same method is called again.

Thanks.

Unplanned
Last Updated: 15 Apr 2025 16:06 by ADMIN
Created by: Nick
Comments: 9
Category: Grid
Type: Feature Request
4
We need the Gird Filter in ASP.NET Core functionality for Vue
Duplicated
Last Updated: 15 Apr 2025 16:04 by ADMIN

I want to use filterGroupByField to indicate that a column that has a GridColumnMenuCheckboxFilter.  Naturally, there can be more than 2 items selected.  If more than 2 items are selected, the filterGroupByField returns null.

See this example (select more than 2 product id's):

https://stackblitz.com/edit/i58xwv?file=src/main.vue

 

 

 

Won't Fix
Last Updated: 15 Apr 2025 16:02 by ADMIN
Created by: Sinuhe
Comments: 2
Category: Tooltip
Type: Bug Report
2

@open and @close events are not triggered by integration testing tool, even when programmatically calling the event.

We are using cypress 11.1.0

cypress-real-events: 1.7.4 was also used to try of trigger the events but didn't work.

 

The way we try this was by:

cy.get(element).trigger(‘mouseover’)
cy.get(element).realHover()
cy.get(element).trigger(‘mouseover’)
cy.get(element).trigger(‘mouseenter’)
cy.get(element).then(el => {
    el.dispatchEvent(new MouseEvent(‘mouseenter’, { bubbles:true })
}
But the events are just not triggered, so we cannot properly test our implementation.
Unplanned
Last Updated: 15 Apr 2025 12:20 by ADMIN
Scheduled for 2025 Q2 (May)

Describe the bug
When working with the Wrapper DropDownList, if the component uses the v-model directive, there are some white spaces appearing in the popup of the component.

If the component doesn't use the v-model, the described behavior is not replicable.

To Reproduce

  1. Open this StackBlitz example.
  2. Select "Fish"
  3. Select "Pizza"
  4. Repeat steps 2 and 3 multiple times
  5. See the white space in the popup

Expected behavior
No white space should appear in the popup of the DropDownList component.

Screenshots
image

1 2 3 4 5 6