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
Declined
Last Updated: 18 Sep 2024 10:16 by ADMIN
Created by: Laura
Comments: 1
Category: Kendo UI® for Vue
Type: Bug Report
0

Describe the bug

When the Datepicker component is used with a custom calendar (Kendo Calendar component) the calendar does not close on click outside of the component

To Reproduce

1. Open this StackBlitz example - https://codesandbox.io/p/sandbox/festive-tesla-hm596x 
2. Click on the Datepicker input to open the component
3. Click outside the Calendar component

Expected behavior
The DatePicker's calendar popup should close when the user clicks outside the component

Unplanned
Last Updated: 13 Sep 2024 10:37 by Liam
It would be beneficial if we had a prop that sets validation icon to be shown in the icon or label. 
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: 14 Aug 2024 12:57 by ADMIN
Scheduled for 2024 Q4 (Nov)

Describe the bug
If you try to group the data in a Grid by a column that has a value of "null", the browser hangs, and an error appears in the console.

To Reproduce

  1. Open this StackBlitz example
  2. Group the Grid by "Unit Price" field

Expected behavior
The data should be grouped according to the values inside the UnitPrice column. A column with an empty header should appear for the group with a "null" value.

Screenshots
image

Workaround

Convert the "null" values to empty string with a code like this:
this.products.forEach((o) => { o.UnitPrice = o.UnitPrice === null ? '' : o.UnitPrice; });
Here is a modified example in which the above code is added to the getData method.

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: 02 Aug 2024 15:21 by Paul
Created by: Paul
Comments: 0
Category: NumericTextBox
Type: Feature Request
1
It would be beneficial if there was a prop that would disable the wheel from selecting a value in the NumericTextBox
Unplanned
Last Updated: 07 Jun 2024 15:20 by ADMIN
Currently we are using vue-cli-service . It is not longer recommended, because it is in maintenance mode. For new projects , it is now recommended to use create-vue to scaffold Vite-based projects.
1 2 3 4 5 6