Won't Fix
Last Updated: 12 Feb 2026 07:25 by ADMIN
n/a
Created on: 12 Sep 2022 07:51
Category: Kendo UI for Vue
Type: Bug Report
0
The rowReorder event is missing in the Wrapper Grid

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

1 comment
ADMIN
Plamen
Posted on: 12 Feb 2026 07:25

Hi,

The Kendo Wrapper suite for Vue was deprecated. You can refer to this article for more information regarding this decision - https://www.telerik.com/kendo-vue-ui/components/vue-wrappers-summary.

Regards,
Plamen
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.