Planned
Last Updated: 21 Jan 2025 09:10 by ADMIN
Scheduled for 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

Unplanned
Last Updated: 16 Jan 2025 09:02 by Tony
Created by: Tony
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
1
It would be beneficial if there was a Native Kendo UI for Vue PivotGrid
Unplanned
Last Updated: 16 Jan 2025 07:13 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.
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: 03 Jan 2025 11:26 by mohamed

Describe the bug
If there is an event that ends at a specific time, it does not visually end at this specific time, but instead it looks like the event ends a few minutes earlier. For example, if an event ends in 2:30 AM, it is displayed like the end of the event is at 2:27 AM.

To Reproduce

  1. Open this StackBlitz example
  2. Scroll the Scheduler to the right until you see the 2:30 AM header
  3. See that the two events are not aligned within the 2:30 AM boundaries

Expected behavior
When an event is set to end at a specific time, its visual representation should end at the line representing the specific time, and not before/after it.

Screenshots
Image

Planned
Last Updated: 01 Jan 2025 07:01 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: 27 Dec 2024 14:13 by Philip

Describe the bug
When used in a Nuxt project, the DropDownButton component triggers the following console warning:
Image

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Nuxt project following the instructions here.
  2. In the app.vue file of the newly created project add the code from this example.
  3. Add a Kendo Theme
  4. Start the project and see the warning in the console

Expected behavior
The DropDownButton should now throw any warnings when used in a Nuxt project.

Unplanned
Last Updated: 19 Dec 2024 08:46 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: 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 Dec 2024 11:19 by ADMIN
Problem:
I'm using the PanelBar component as a Navigation sidebar in my app. As this is  navigation bar, I would like to be able to change the <span> element which houses the title prop, to be an <a> tag. I can see how this is possible for child items, but I cannot figure out how to do this for top level items.

Request:
Either be able to pass through a prop to change the type of element which wraps the title prop.
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: 25 Nov 2024 09:23 by ADMIN
Created by: Al Faiz
Comments: 3
Category: MultiSelect
Type: Feature Request
1

Hi Telerik Support,

how can I use Kendo vue MultiSelect with comma as selection instead of enter. if I press comma, it will select / enter the custom value. My case is I want to use it as email selection. on many email clients, it can use comma as email selection from the list or separation between values. How can I do this on MultiSelect vue ?

Thank you.

Unplanned
Last Updated: 20 Nov 2024 09:31 by ADMIN
Created by: Nikolina
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
3

Greetings,

I hope this message finds you well.

I would like to request a new feature for the Kendo Vue Dropdown List component: the ability to disable selected items directly within the dropdown list configuration. This functionality is already available for Kendo React users, as outlined in your documentation:
Disabled Items in Kendo React DropdownList.

Why This Feature is Valuable for Kendo Vue Users

  1. Consistency Across Frameworks
    Many users work across multiple frameworks, including React and Vue. Consistency in feature availability ensures a seamless transition and experience for developers leveraging Kendo UI in different projects.

  2. Improved User Experience
    Disabling items within the dropdown is a common requirement in dynamic forms and data-driven applications. For example, when users are selecting items from a list, disabling already-selected options prevents confusion and enhances usability by guiding them effectively.

  3. Reduced Development Overhead
    While developers can currently implement this feature manually in Vue, a built-in option would significantly reduce the amount of custom code required. This aligns with the Kendo philosophy of providing robust, ready-to-use components that save time and effort.

  4. Enhanced Accessibility
    A built-in disabled item option ensures proper handling of accessibility concerns, such as ARIA attributes, keyboard navigation, and screen reader compatibility. This would help developers create inclusive and accessible applications without requiring additional customizations.

  5. Competitive Edge
    Offering this functionality natively in Kendo Vue would strengthen the feature parity between your React and Vue libraries, making Kendo UI even more appealing to developers evaluating dropdown components across frameworks.

Proposal

Introduce a configuration option, similar to the one in Kendo React, that allows users to disable specific items in the Vue Dropdown List component. This feature could be implemented by providing a function or property to dynamically determine which items should be disabled based on their state or other criteria.






Unplanned
Last Updated: 12 Nov 2024 20:09 by ADMIN
Created by: Pete
Comments: 0
Category: DropDownList
Type: Feature Request
1

The change event of the DropDownList is emitted when navigating between DropDownList options using the keyboard. 

The DropDownList should have a select event like it is in other Kendo UI suites and this select event should be emitted when using the keyboard with an expanded popup. Once a value is selected with, for example, click or 'Enter' press, then the change event should be triggered.

Unplanned
Last Updated: 12 Nov 2024 17:20 by ADMIN

Describe the bug
When we have a Chart Tooltip in the Native Vue Chart and this Tooltip appears over the Chart itself, if we hover the Tooltip it starts to flicker.

To Reproduce

  1. Open this StackBlitz example
  2. Hover random series to display the ToolTip
  3. Move the mouse cursor over the ToolTip

Expected behavior
The Tooltip of the Native Chart should not flicker when moving the mouse cursor over it.

  • Possible workaround is to use the following CSS definition:
.k-animation-container.k-chart-tooltip-wrapper {
  pointer-events: none;
}
Unplanned
Last Updated: 07 Nov 2024 06:34 by ADMIN

Add HTMLElement autofocus property support for input components like Input, Textbox etc...  See https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/autofocus

Currently, unable to apply autofocus as an attribute to Input (separately or as part of a Form).

 
Under Review
Last Updated: 23 Oct 2024 12:30 by ADMIN
It would be nice feature to have a built-in property for auto-closing a notification after a provided duration.
Unplanned
Last Updated: 09 Oct 2024 10:27 by ADMIN
Created by: Robert
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0
Requesting the addition of the OrgChart component to Kendo Vue (it's currently available for Kendo UI and React).
Unplanned
Last Updated: 26 Sep 2024 08:53 by Jorge
Created by: Jorge
Comments: 0
Category: Scheduler
Type: Feature Request
1
It would be beneficial if we had an @edit event similar to the wrapper components
1 2 3 4 5 6