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

     

    Unplanned
    Last Updated: 16 Jun 2026 08:54 by ADMIN
    Created by: Ausir
    Comments: 2
    Category: Kendo UI for Vue
    Type: Feature Request
    2

    Nuxt 3 has a robust module system, which is highly beneficial for importing components easily. I have previously used modules like element-plus, headlessUI, and Vuetify. However, as we are currently transitioning to Kendo UI, we have encountered difficulties in finding a similar module. It is essential for us to be able to import Kendo UI components seamlessly and efficiently. Therefore, we have developed a module similar to the one for element-plus. During the process of writing and testing the code, everything has fallen into place. However, we have encountered an issue with importing the UI DropDownList from the module. It would be greatly appreciated if Kendo UI could provide an official Nuxt 3 module.

     

    out test module

     

    KDropDownList not work but else compoents work good.

     

     

    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!

    Unplanned
    Last Updated: 26 May 2026 12:00 by ADMIN
    Created by: Banushan
    Comments: 1
    Category: Kendo UI for Vue
    Type: Feature Request
    11

    We are requesting the implementation of external source drag and drop functionality for the Kendo UI Native Vue Scheduler component (@progress/kendo-vue-scheduler). This feature enables users to drag items from an external list or container — such as a task panel or resource list — and drop them onto Scheduler time slots to create new events.

     

    vue- ^3.5.34

    @progress/kendo-vue scheduler - ^8.3.0

    @progress/kendo-theme default - 14.0

    @progress/kendo licensing- latest

    Unplanned
    Last Updated: 09 Apr 2026 10:38 by Gawie

    It would be beneficial for Kendo UI for Vue Grid columns to provide a built-in option for text truncation with ellipsis and an optional tooltip for overflow content

    Unplanned
    Last Updated: 19 Mar 2026 08:04 by ADMIN
    Created by: Ryan
    Comments: 1
    Category: Kendo UI for Vue
    Type: Feature Request
    1

    A dedicated column picker would be far more intuitive: its discoverability is higher, and features like the indeterminate ‘select all’ checkbox and instant search align with the law of approximation.

    For our users handling large datasets, this makes for a much faster, more cohesive tool.

    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.

    Unplanned
    Last Updated: 05 Mar 2026 10:42 by Rama
    Created by: Rama
    Comments: 0
    Category: Kendo UI for Vue
    Type: Feature Request
    2
    It would be beneficial if the DatePicker had an option for enabling auto-switching between segments.
    Unplanned
    Last Updated: 27 Feb 2026 07:29 by ADMIN
    Created by: Pete
    Comments: 1
    Category: Kendo UI for Vue
    Type: Feature Request
    3
    Hi Telerik Team,

    It's great to see MCP servers now available for Angular, React, and Blazor. Any plans to add support for Kendo UI for Vue as well?

    We use Kendo UI for Vue in production, and having MCP support would really improve AI-assisted development, component discovery, and overall DX. It would also help keep feature parity across the Kendo ecosystem.

    Would love to see Vue.js included.

    Thanks!

    Pete


    Won't Fix
    Last Updated: 12 Feb 2026 07:25 by ADMIN
    Created by: n/a
    Comments: 1
    Category: Kendo UI for Vue
    Type: Bug Report
    0

    Describe the bug
    The rowReorder event is missing in the Wrapper Grid component, while it is available in the Kendo UI for jQuery Grid. Currently, the only way the event can be used is by using a code like the below in the mounted hook of the Vue app:

        var grid = this.$refs.grid.kendoWidget();
        grid.bind('rowReorder', function (e) {
          console.log('row', e);
        });
    

    Expected behavior
    The rowReorder event should be available for usage as the other events of the Wrapper Grid

    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

    Won't Fix
    Last Updated: 11 Feb 2026 10:44 by ADMIN

    I am using Kendo Vue Wrapper Grid that is editable. I am using the propery 

    :editable-create-at="bottom"

    but the new rows are always added at the top.

    There is another open issue related to this.

    https://github.com/telerik/kendo-ui-core/issues/5198

     

    Please provide a fix.

     

    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

    Unplanned
    Last Updated: 28 Nov 2025 13:29 by ADMIN
    Created by: Firas
    Comments: 4
    Category: Kendo UI for Vue
    Type: Feature Request
    1

    Hello everyone

    We are using Editor for our application,
    Is it possible to add the possibility to Copy and Apply Format
    It used to be included in the older version "@progress/kendo-editor-vue-wrapper"
    Here a screenshot of the older one : 

    Best Regards

     

    Unplanned
    Last Updated: 06 Nov 2025 08:20 by Antti
    Created by: Antti
    Comments: 0
    Category: Kendo UI for Vue
    Type: Feature Request
    1
    We should implement row click move similar to JQuery: https://www.telerik.com/kendo-jquery-ui/documentation/controls/grid/row-drag-drop?
    Unplanned
    Last Updated: 27 Oct 2025 10:51 by Paul
    Created by: Paul
    Comments: 0
    Category: Kendo UI for Vue
    Type: Feature Request
    1
    It would be great if KendoUI for Vue had the same table wizard dialog feature as JQuery: 

    jQuery Editor Table Wizard Dialog - Kendo UI for jQuery
    Duplicated
    Last Updated: 08 Oct 2025 13:59 by ADMIN
    Created by: James
    Comments: 1
    Category: Kendo UI for Vue
    Type: Feature Request
    1
    Providing a Native PDFViewer Component to Vue would bring it in line with other UI platforms and provide a much needed feature for our use.
    Unplanned
    Last Updated: 07 Oct 2025 13:29 by udeni

    It would be beneficial to explicitly control the left-to-right rendering order of overlapping events — for example, by using a custom field such as isPrivate or by following the data source order.

    1 2 3 4 5 6