Completed
Last Updated: 06 Oct 2023 08:32 by ADMIN
Created by: Leigh
Comments: 0
Category: Form
Type: Bug Report
0

Describe the bug
using the kendoForm.onChange(target, {value}) method as per documentation causes a typescript error (2554). It expects kendoForm.onChange({target, value}).

To Reproduce
Steps to reproduce the behavior: ticket - 1622838

Completed
Last Updated: 27 Sep 2023 20:56 by ADMIN

Describe the bug
Resizable and reorderable true does not work in nuxt
https://stackblitz.com/edit/hy923e-fmrqsf?file=package.json
Try to resize or reorder

Completed
Last Updated: 05 Sep 2023 13:44 by ADMIN
Release [R3 2023] PI 2

Describe the bug
When defined, the aria-label of the ComboBox is applied to the wrapper element with a "k-combobox" class while it should be applied to the input element with the "k-input-inner" class

To Reproduce

  1. Open this StackBlitz example
  2. Open browser's Devtools and inspect the ComboBox element
  3. See where the aria-label is applied

Expected behavior
The aria-label should be applied to the inner input element

Screenshots
image

Completed
Last Updated: 05 Sep 2023 13:43 by ADMIN
Release [R3 2023] PI 2

Describe the bug

The event parameter available in the event handler of the TreeViewCheckChangeEvent has an incorrect type of TreeViewExpandChangeEvent while it should be TreeViewCheckChangeEvent.

Screenshots
image

Completed
Last Updated: 29 Aug 2023 05:10 by ADMIN
Created by: Ernest
Comments: 2
Category: DateTimePicker
Type: Bug Report
0

Describe the bug
When using the different Date Inputs inside the Form component, if you try to manually enter a value, the following error appears in the console:
image

To Reproduce

  1. Open this StackBlitz example
  2. Enter a value for a selected DateInput component

Expected behavior
The value of the component should be changed based on the user's input. No error should appear in the console.

Completed
Last Updated: 24 Aug 2023 08:57 by ADMIN
Release [R3 2023] PI 2

Describe the bug
The @progress/kendo-vue-buttons is missing as peer to @progress/kendo-vue-grid package

Completed
Last Updated: 12 Jul 2023 07:54 by ADMIN
Created by: Eunbyul
Comments: 3
Category: Kendo UI® for Vue
Type: Bug Report
0

Hello. I found a Bug on PanelBar Component at Nuxt3 environment, so I wrote a ticket.

When I click <PanelBar/> component's  item the following image error occurs. the component does not work properly.

(I wrote a component as it is Kendo UI for Vue Native PanelBar Overview Page)

 

Please Check this once.


stackblitz (PanelBar Test on Nuxt3 Demo): https://stackblitz.com/edit/nuxt-starter-rsgcyn

 

ps. I checked out that the bug doesn't occur in the Vue3 environment.

stackblitz (PanelBar Test on Vue3 Demo): https://stackblitz.com/edit/vitejs-vite-afatj1

Completed
Last Updated: 12 Jul 2023 05:18 by ADMIN

Describe the bug
With version 3.11.00 of the Native Scheduler, we no longer have to define custom styles for the slots inside the component.

To Reproduce

  1. Open this StackBlitz example
  2. See the Scheduler's slots. Its colors are the default ones

Expected behavior
The result should be like in this StackBlitz example.

Screenshots
Expected result:
image

Completed
Last Updated: 12 Jul 2023 05:17 by ADMIN
Release R3 2023 - Increment 1 (21.07.2023)

Describe the bug
When using the TreeList in Typescript the wrapperStyle prop should have a definition if you want to use the component. The field is required, and this should be updated.

Expected behavior
The wrapperStyle property should not be a required one

Completed
Last Updated: 12 Jul 2023 05:11 by ADMIN

Describe the bug
Open the https://codesandbox.io/s/quizzical-gagarin-z92ypd
check the console

Completed
Last Updated: 20 Jun 2023 13:50 by ADMIN
Created by: Amy
Comments: 3
Category: Kendo UI® for Vue
Type: Bug Report
0

When providing the input prop ariaLabelledBy, the resulting rendered element has an attribute of arialabelledby instead of aria-labelledby.

That is, this code:

<span id="my-input-label">My Input Label</span>
<Input aria-labelled-by="my-input-label" />

results in this HTML:

<span data-v-0b8cedaa="" id="my-input-label">My Input Label</span>
<span data-v-0b8cedaa="" class="k-textbox k-input k-input-md k-input-solid k-rounded-md k-required">
  <input id="58c2f77d-91e5-444a-a948-90f4abb960e5" required="" arialabelledby="subject-label" class="k-input-inner">
</span>

But the input's HTML should instead look like:

<input id="58c2f77d-91e5-444a-a948-90f4abb960e5" required="" aria-labelledby="subject-label" class="k-input-inner">

Completed
Last Updated: 13 Jun 2023 07:44 by ADMIN
Created by: Sandy
Comments: 8
Category: Kendo UI® for Vue
Type: Feature Request
8
I was looking through the documentation for the native drop down list and did not see an example for grouping like the wrapper drop down list has. https://www.telerik.com/kendo-vue-ui/components/datasource/datasource/grouping/ I would like to request a group functionality for the native drop down list.
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.

Completed
Last Updated: 12 Jun 2023 07:18 by ADMIN
Created by: n/a
Comments: 2
Category: Kendo UI® for Vue
Type: Feature Request
8

Hi Team,

Can you consider the implementation of a Native TileLayout component? 

It will be a very nice add-on to the Native Vue suite.

Completed
Last Updated: 12 Jun 2023 06:37 by ADMIN
Created by: jake
Comments: 0
Category: Kendo UI® for Vue
Type: Bug Report
0

New Native Vue DropDownTree Component

Completed
Last Updated: 07 Jun 2023 12:22 by ADMIN
Created by: Pete
Comments: 0
Category: DropDownButton
Type: Bug Report
0

Describe the bug
Aria label can not be set in an icon only DropDownButton

To Reproduce
Inspect the button element

https://stackblitz.com/edit/gvk8hm-s2fmdf?file=src%2Fmain.vue

Expected behavior
We can set aria-label

Screenshots
The aria label can be set to some value

Workaround :
https://stackblitz.com/edit/gvk8hm-tquawk?file=src%2Fmain.vue

Completed
Last Updated: 07 Jun 2023 12:21 by ADMIN

Describe the bug
The modal property of the Window is supposed to control if there is a layer behind the component that prevents or allows interaction with the elements that are below the Window.

Currently, there is no way to click the elements behind the Window.

.k-dialog-wrapper {
  height: initial;
  width: initial;
}

To Reproduce

  1. Open this demo
  2. Try to click on the "Close Window" button

Expected behavior
If the modal property is set to false, the user should be able to interact with the HTML elements behind the Window.

Completed
Last Updated: 07 Jun 2023 12:21 by ADMIN
Created by: Chris
Comments: 2
Category: Grid
Type: Bug Report
2

Describe the bug
When using the GridPdfExport component for exporting Grid data to a PDF file the exporting operation fails with the following error:
image

  • The issue is replicable only when working in Vue 2 context

To Reproduce

  1. Open this CodeSandbox example
  2. Click the button above the grid

Expected behavior
A system dialog should appear asking where the generated file should be saved

Completed
Last Updated: 07 Jun 2023 12:20 by ADMIN

Describe the bug
When we have an Input component that is used inside a Drawer, once the Input's text is selected, a JS error is thrown.

To Reproduce

  1. Open this StackBlitz example
  2. Click the "Magnifier" icon
  3. Enter random text inside the Input
  4. Select the text inside the Input

Expected behavior
The selection of the text inside the Input should not trigger any errors

Completed
Last Updated: 24 May 2023 04:29 by ADMIN

Describe the bug
When using the listNoDataRender prop of the Native MultiSelect component the following warning appears in the browser's console.
image

To Reproduce

  1. Open this StackBlitz example
  2. Open the browser's console

Expected behavior
No warnings or errors should appear in the dev console

1 2 3 4 5 6