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