Questions tagged [kendo-ui-vue]
21 questions
4
votes
3 answers
Setting props of child component in vue
I'm following the example here of using a Vue template as a Kendo UI template in their components:
https://www.telerik.com/kendo-vue-ui/components/framework/vue-templates/
The example isn't very clear on how to supply properties to components that…

Mike Cole
- 14,474
- 28
- 114
- 194
4
votes
0 answers
Kendo UI Vue - typings
Are there any type definitions for Kendo UI Vue components? Is it possible to use it along with Typescript? In Kendo UI React the type definitions are part of npm packages, but it seems not for Vue.

Petr Grochál
- 41
- 1
2
votes
2 answers
How to combine Filtering, Grouping, and Sorting in Kendo UI Vue Grid (native)
I'm trying to enable some operations on my grid such as grouping, filtering and sorting, individually they works as shown in the docs but there is no an example of those functionality working together.
By myself I was able to combine sorting and…

don_jon
- 113
- 3
- 11
1
vote
1 answer
Kendo-dropdownlist for VUE from array of objects shows "NO DATA FOUND" message
I'm having trouble getting the kendo-dropdownlist for VUE working inside a custom component. The component renders, there's no errors in the console, but no options are shown in the list.
I've broken the code down into this bit:
…

samantha
- 171
- 1
- 1
- 8
1
vote
1 answer
Setting Custom Editor shows kendoDropDownList is not a function
We like to use dropdown inside the grid, so we using this (https://www.telerik.com/kendo-vue-ui/components/grid/editing/#toc-setting-custom-editors) example in our project we are getting this error:
Uncaught TypeError:…

Thom
- 323
- 1
- 3
- 13
1
vote
1 answer
TypeError: this.$refs.datasource.fetch is not a function
I am trying to call the fetch method on a data source created with a vue wrapper.
The error is [Vue warn]: Error in mounted hook: "TypeError: this.$refs.datasource.fetch is not a function" So my question is how can I call methods from the $refs…

Padhraic
- 5,112
- 4
- 30
- 39
1
vote
1 answer
Why does Kendo Grid (Vue) not show data for page 2, 3, 4?
I'm using the Kendo Grid with a Vue project. I'm using server side pagination. The first page works great, showing the number of pages, total number of records, and the first set of rows retrieved from the server. When clicking page 2 (or page 3,…

bschulz
- 191
- 2
- 12
1
vote
1 answer
Custom Rules in Kendo Ui For Vue Validator
I start using Kendo UI for Vue.
I want to use Kendo Validator Wrapper and it seems to be very simple for basic validation.
The sample provided:
1
vote
1 answer
How to enable culture support in Kendo UI for Vue?
There are Vue PWA template and Kendo UI for Vue used in my website. There is also Calendar component and need to set its culture to "ru-RU".
In simple jQuery app I would use code (from Globalization Overview):