Completed
Last Updated: 07 Jun 2022 13:03 by ADMIN
Created by: Xander
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0
Currently, the Kendo UI for Vue suite has only a ToolTip Wrapper component.

It would be nice if we can see a native version of the component.
Unplanned
Last Updated: 21 Sep 2021 12:33 by ADMIN

It will be a nice feature if the Native Grid can support a row selection through the keyboard. 

Example scenario:

  1. Click on a checkbox in the Grid and select a row
  2. Hold the Shift or Ctrl key and press Arrow up or arrow down button

Targeted result: With the press of an arrow button, the row above or below gets selected

Here is a sample project that demonstrates an implementation similar to the targeted one.

 

Completed
Last Updated: 23 May 2022 14:39 by ADMIN
Release R3 I1 June 2022

Bug report:
https://stackblitz.com/edit/bbuqh1?file=src/main.vue

Steps:
Focus the input, type some text and blur -

Current:
an warning is observed in the console and the types string is passed to the change event.

Expected:
an warning is observed in the console and the types string SHOULD NOT BE passed to the change event.

Unplanned
Last Updated: 09 Sep 2021 05:00 by ADMIN
Created by: John Campion
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
0

Currently in Vue we don't provide the ability to share with the customers the source code before the compilation but just the already compiled code.

We need to provide the ability to fork the repository and build components from the Vue repository similarly to the way it is done in Angular and React

Completed
Last Updated: 10 Sep 2021 13:53 by ADMIN

The Native NumericTextBox doesn't have the 'k-state-focused' class applied to it, once the component is focused. 

For comparison, the Angular and React versions of the same component get this class applied.

React: https://www.telerik.com/kendo-react-ui/components/inputs/numerictextbox/ 

Angular: https://www.telerik.com/kendo-angular-ui/components/inputs/numerictextbox/ 

Completed
Last Updated: 07 Jun 2022 12:55 by ADMIN
Created by: RATHA
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
2
Add Native Splitter component to the Kendo UI for Vue Native suite
Unplanned
Last Updated: 07 Sep 2021 09:29 by ADMIN
Created by: RATHA
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
1
Add a Native TreeList component to the Kendo UI for Vue Native suite
Unplanned
Last Updated: 30 Aug 2021 11:13 by ADMIN
Created by: js
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
2

Currently, Kendo UI for Vue suite provides export to Excel through the kendo-vue-excel-export package. The Excel export is a nice feature but the CSV export is another functionality that is often used. 

 

 
Completed
Last Updated: 11 Oct 2022 15:36 by ADMIN
Created by: John Campion
Comments: 6
Category: Kendo UI® for Vue
Type: Feature Request
1

Hi,

I'm trying to figure out how to persist and restore state in the native Vue grid.  Am I missing something; is this not available yet?

I found the article about doing it with the grid wrappers, but not native.

Thanks!

Unplanned
Last Updated: 13 Aug 2021 12:12 by ADMIN
Created by: Chen Yap
Comments: 3
Category: Kendo UI® for Vue
Type: Feature Request
0

Any roadmap on creating the dock layout like this? I found the similar function for Telerik WPF component


Completed
Last Updated: 07 Jun 2022 13:07 by ADMIN
Created by: Anuradha
Comments: 2
Category: Kendo UI® for Vue
Type: Feature Request
1

The PanelBar component is currently available only as a Wrapper component.

To use all the benefits provided by the Vue ecosystem, it will be very convenient if the component is available as a Native one. 

Completed
Last Updated: 17 Aug 2022 12:56 by ADMIN
Created by: Chen Yap
Comments: 1
Category: Kendo UI® for Vue
Type: Bug Report
0

hhttps://stackblitz.com/edit/kgeavu?file=src/main.vue

the console.log is observed even when selecting other tabs.

Unplanned
Last Updated: 21 Jul 2021 13:15 by ADMIN
Created by: Al
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0

Hi,

Please consider adding a better, native, way to handle the case as described in my post here.

Completed
Last Updated: 20 Sep 2021 05:52 by ADMIN
Created by: Al
Comments: 1
Category: Kendo UI® for Vue
Type: Bug Report
0

The Kendo UI for Vue Scheduler Wrapper doesn't support year view which is available in the jQuery suite.

To reproduce the issue follow the below steps:

  1. Open this StackBlitz example
  2. From the DropDownList in the upper right corner select "Year"
  3. Check the console. The following error appears in it:
    image

Expected behavior
The "Year" view should be available in the Kendo UI for Vue Scheduler Wrapper

Unplanned
Last Updated: 30 Apr 2021 08:51 by ADMIN
Created by: Peter
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
0
Add a FileManager component to the suite.
Completed
Last Updated: 09 Feb 2022 07:26 by ADMIN
Created by: Daniel
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
4
The Editor is one of the most popular components. It will be nice to have it as a Native one.
Unplanned
Last Updated: 20 Apr 2021 07:58 by ADMIN
Created by: n/a
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
0
Add a BreadCrumb component to the Kendo UI for Vue suite. 
Completed
Last Updated: 12 Jun 2023 07:20 by ADMIN
Created by: Daniel
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
2

Hi. 

I am looking for a Badge component in the Kendo UI for Vue suite. The component is available for the Angular suite(https://www.telerik.com/kendo-angular-ui/components/indicators/badge/) but not for Vue.

It will be nice to have this component available also for Vue.

Unplanned
Last Updated: 16 Apr 2021 07:29 by ADMIN
Created by: Jeong
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0

Hi. I would like to share  my experience and thought of Kendo for Vue.

I still like and am using Kendo for Vue but here is my feedback :)

I reviewed the Kendo Vue version and made a purchase.
However, as a result of evaluating, there are some areas that are a bit disappointing.
It seemed that there were most of the templates that could be used in jQuery.
Checking with the Vue version, most of the examples and event handling are not written, and there are much information that I have to go and check with jQuery version.
If it is enough description and information about Direct code that can use examples and event handling in Vue version
in detail on the site, it would be much easier to use.

Thank you.

Completed
Last Updated: 26 May 2022 06:00 by ADMIN
Created by: VB
Comments: 6
Category: Kendo UI® for Vue
Type: Feature Request
3

Currently, the Kendo UI for Vue suite has only a Scheduler Wrapper component.

It would be nice if we can see a native version of the component.