Questions tagged [kendo-ui-vue]

21 questions
0
votes
1 answer

'transferTo' and 'transferAllTo' kendoListBox toolbar tools not working in vue wrapper

I am trying to implement transferTo and transferAllTo ListBox toolbox tools with kendo vue wrappers. I have tried implementing the same feature in jquery and it is working. Side by side the settings look the same but the vue wrapper version is not…
Padhraic
  • 5,112
  • 4
  • 30
  • 39
0
votes
1 answer

vee-validate errors not updated when value changes on child component

While selecting the value from Kendo DropDownList the value get updated to the model, but the error always remains on errors object of the vee-validate. The error get removed only when the form is submitted again. I tried to implement the similar…
Rasik
  • 1,961
  • 3
  • 35
  • 72
0
votes
1 answer

kendo-vue-ui how to add a buttons to the end of dropdown list

I am trying to add the button to the end of the list in Kendo Dropdownlist using Vue templates. The sample is given on the link The sample shown in the examples add the button to each iteration of the items in the list. But i wanted to display the…
Rasik
  • 1,961
  • 3
  • 35
  • 72
0
votes
1 answer

Kendo vue wrapper error on kendo-grid-column filterable props

I was trying to use the drop down filter on Kendo Grid. But i am getting the error, Invalid prop: type check failed for prop "filterable". Expected Boolean, got Object.
Rasik
  • 1,961
  • 3
  • 35
  • 72
0
votes
1 answer

Vuex How to bind store to KendoUi-Vue Grid in transport read

I am trying to bind the data on Kendo UI with the data from Vuex getters. I have tried the following but no luck. Please help whether where i am missing something on the vuex or on the kendo. Kendo Extensions:
Rasik
  • 1,961
  • 3
  • 35
  • 72
-2
votes
2 answers

Kendo UI Grid Data variable Vue.js

In the kendo UI it is possible to load the grid with data from a variable in the Vue.js?
Felipe Sá Freire
  • 101
  • 1
  • 1
  • 6
1
2