Completed
Last Updated: 16 Jun 2026 10:42 by ADMIN
Created by: Eunbyul
Comments: 9
Category: Kendo UI for Vue
Type: Bug Report
0

Describe the bug

at Nuxt Environment

 - pagable info option doesn't render information about the current page and the total number of records (both of setting true / false, all)

-  set pageable info option false, error raise like this.


To Reproduce

    - https://stackblitz.com/edit/nuxt-starter-mcocsr

    Expected behavior
    - render information about the current page and the total number of records
    - do not error raise

     

    Completed
    Last Updated: 10 Jun 2026 14:45 by ADMIN
    Hello,

    I’ve encountered an issue when using the KendoUI Grid component inside a dialog. When I try to open the column menu, it opens briefly and immediately closes itself, making it unusable.

    This behavior seems to be related to a conflict with the UI component library I’m using (Ark UI). However, since the Grid’s source code is not open source, it’s difficult to pinpoint exactly where the issue originates or where a patch could be applied.

    Reproduction:
    Here is a minimal reproduction on StackBlitz: https://stackblitz.com/edit/rmldf7vs?file=src%2Fmain.vue

    Expected Behavior:
    When clicking the column menu button, the menu should remain open, allowing the user to interact with it.

    Actual Behavior:
    The column menu opens and instantly closes, without any interaction.

    Notes:
    - The issue only appears when the Grid is rendered inside a dialog.
    - It might be related to focus/blur or click outside detection behavior conflicting between Kendo and Ark UI.
    - Tested with the latest version of @progress/kendo-vue-grid.

    Let me know if any additional details are needed!

    Thanks!

    Completed
    Last Updated: 17 Mar 2026 06:31 by ADMIN
    Created by: Karl
    Comments: 5
    Category: Kendo UI for Vue
    Type: Bug Report
    0

    1. You have documentation, eg at https://www.telerik.com/kendo-vue-ui/components/charts/sparkline

    2. Type "sparkline" into the search box on your own website

    3. No results are returned.

    This used to work. You pushed a change which broke your site's search functionality.

    Completed
    Last Updated: 11 Feb 2026 10:46 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: 11 Feb 2026 07:11 by ADMIN
    Created by: Antoniya
    Comments: 0
    Category: Kendo UI for Vue
    Type: Feature Request
    2
    Add resources (documentation and code) for Composition API.
    Completed
    Last Updated: 11 Feb 2026 07:01 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.
    Completed
    Last Updated: 11 Feb 2026 06:58 by ADMIN
    Release 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 12:07 by ADMIN
    Created by: Akshata
    Comments: 3
    Category: Kendo UI for Vue
    Type: Bug Report
    2

    Hello Team,

    Icon for MS Word is missing the logo which is impacting UX for our application. Appreciate if this is resolved on priority

    Reference in the Image: Docx 1. docx

    Completed
    Last Updated: 26 Mar 2024 13:33 by ADMIN
    Created by: Ha Minh Nguyet
    Comments: 1
    Category: Kendo UI for Vue
    Type: Bug Report
    0

    Hello, 
    Drag and drop an image inside editor isn't working in Chrome. 
    sometimes the images is opened in new tab, sometimes the image path is added. 

    However, it works on Firefox.

    Completed
    Last Updated: 23 Feb 2024 13:10 by ADMIN
    Created by: Akshata
    Comments: 1
    Category: Kendo UI for Vue
    Type: Bug Report
    2

    Hello Team

    Selection/Highlight of the Main Menu is incorrect, when the child item of different submenu is chosen. This is UI/UX glitch and would helpful if resolved

    Code Snippet : https://stackblitz.com/edit/nrqsrn?file=src%2Fmain.js

    Completed
    Last Updated: 06 Feb 2024 14:32 by ADMIN
    Created by: Charles
    Comments: 0
    Category: Kendo UI for Vue
    Type: Bug Report
    1

    Describe the bug
    The @progress/kendo-licensing is missing as peer to data-tools package

    Completed
    Last Updated: 06 Feb 2024 14:31 by ADMIN
    Created by: Charles
    Comments: 0
    Category: Kendo UI for Vue
    Type: Bug Report
    1

    The following packages should be added as peer dependencies to the @progress/kendo-vue-data-tools package:

    • "@progress/kendo-svg-icons"
    • "@progress/kendo-vue-popup"
    • "@progress/kendo-vue-animation"
    Completed
    Last Updated: 18 Dec 2023 12:45 by ADMIN
    Created by: Bastien
    Comments: 4
    Category: Kendo UI for Vue
    Type: Bug Report
    0

    Describe the bug
    The following error appears when activating the license of the Native Vue suite with Node 21.3.0
    image

    To Reproduce

    1. Install node 21.3.0
    2. Run npx kendo-ui-license activate
    3. See the unsuccessful activation error

    Expected behavior
    The license activation should work with all Node versions

    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: 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
    1

    New Native Vue DropDownTree Component

    1 2 3