New to Kendo UI for Vue? Start a free 30-day trial

You’re currently viewing documentation for our jQuery wrappers.We highly recommend that you migrate to the equivalent Native Vue component as that is what will receive updates in the future.

Vuex Integration

The reactivity of the Kendo UI for Vue wrapper components enables you to use them in combination with the Vuex library.

Out of the box, the Vue components by Kendo UI support the native Vue reactivity through the usage of their API methods. As a result, the Vuex library is able to automatically propagate changes to the Kendo UI components and to update them along with any data and state changes. This implementation logic makes the Kendo UI for Vue suite fully integrable within Vuex scenarios. As a result, you only have to sync the events of the components with the mutation feature in Vuex because Vuex Store does not provide an automation for linking an event with its corresponding state changes.

For the full comprehensive tutorial on using Kendo UI for Vue with Vuex in applications, refer to the Get More Out of Vue and Kendo UI Using Vuex blog post.

The following example is the output of the sample application available in kendo-with-vuex on GitHub and demonstrates how to use the Kendo UI Grid for Vue with Vuex.

In this article

Not finding the help you need?