I'm trying to populate a grid with some async data (not in this repro for simplicity) and do the data processing inside a Vue computed function.
However I can't seem to get the expanding/collapsing rows functionality to play along nicely.
Here's my attempt (where I save 'e.collapsedGroups' into a ref and recurse over it inside the computed):
Fkcdqd (forked) - StackBlitz
Basically the only issue that I'm still seeing is that when I collapse product name 'Apple' it will close all 'Apple' rows. You can observe this by going to the repro and collapsing 'Apple' product in the units in stock '2', and then scrolling down to the units in stock '7' and seeing there that the 'Apple' is also collapsed.
My guess is is that there must be a simpler way to implement the expand functionality with a computed, but so far haven't found a way.
I would really appreciate any input to help me along 😁

Hi,
it is possible to set the snap without buttons on the slider?
i'm trying to avoid something like this
i want to move the cursor with mouse and automatic go to position 0 or 1 or 2 etc...
i don't want to use buttons and i want to avoid to choose, for example, the value 1,5
it's possibile to do this?
Thanks a lot
Giuseppe
Hello,
please can somebody tell me what can i do with this style issue ? this issue display also with ComboBox and all of this stuff
I use vuejs version
"@progress/kendo-vue-dropdowns": "^3.5.0",
many thanks
Hello,
I need to use a column filter with checkboxes on my current grid. I want the checkboxes to have values from all the possible data from the server instead of only the data that I got on the current page.
This means that when the column filter is getting open, I need to make a call to the server in order to get all the data I need.
Can you please provide me a way to do, because I can't find one.
Thanks
Nevermind, I solved it. I saw that there is a property dataItems. This raised another question. How can I make a loading animation for the dropdown while I m waiting to get my data?
Vue (slight bounce when opening datepicker):
Gddw4q (forked) - StackBlitz
React (no bounce when opening datepicker):
Kutbzz (forked) - StackBlitz
Thanks in advance
Is there an example demonstrating how to bind a function to the saveUrl property? It looks like it's supported. Please see screen shot below. Ultimately I'm trying to gain full control of the upload process so I can upload files to blob storage. If there's another way to consume the upload control or use a different control entirely to allow me to do that please advise.
Thank you,
Don
I'm getting the following in my Debug Console when I run my application;
License activation failed for @progress/kendo-ui v2023.1.425
No license found.
See https://docs.telerik.com/kendo-ui/intro/installation/using-license-code for more information.
This despite having the license file present in my project root. At the moment, I have removed the environment variable since I thought it might be causing a conflict.
I have also used npm uninstall to remove all my local packages and I have reinstalled the. Her eis my current package.json;
{
"name": "wpgts",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@progress/kendo-file-saver": "^1.1.1",
"@progress/kendo-licensing": "^1.3.0",
"@progress/kendo-map-vue-wrapper": "^2023.1.314",
"@progress/kendo-svg-icons": "^1.4.2",
"@progress/kendo-theme-default": "^6.2.0",
"@progress/kendo-theme-fluent": "^6.2.0",
"@progress/kendo-ui": "^2023.1.314",
"@progress/kendo-vue-buttons": "^3.9.1",
"@progress/kendo-vue-dateinputs": "^3.9.1",
"@progress/kendo-vue-dialogs": "^3.9.1",
"@progress/kendo-vue-dropdowns": "^3.9.1",
"@progress/kendo-vue-form": "^3.9.1",
"@progress/kendo-vue-indicators": "^3.9.1",
"@progress/kendo-vue-inputs": "^3.9.1",
"@progress/kendo-vue-intl": "^3.9.1",
"@progress/kendo-vue-layout": "^3.9.1",
"core-js": "^3.8.3",
"jquery": "^3.6.4",
"register-service-worker": "^1.7.2",
"rxjs": "^6.6.7",
"vue": "^3.2.13",
"vue-router": "^4.0.3",
"vue-rx": "^6.2.0"
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"typescript": "~4.5.5"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript/recommended"
],
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}
Why am I getting this licensing issue despite having followed the instruction at this link;
https://www.telerik.com/kendo-vue-ui/components/my-license/
Any help would be greatly appreciated.
Thanks...
Repro:
Hi all,
I would like to try Kendo Vue SpreadSheet wrapper component.
Because there is no native Vue SpreadSheet component at the moment.
I have tried somethings but I cannot run my example programs.
I have installed kendo-ui and spreadsheet wrapper (or any other wrappers).
When I run the program with npm run dev I got error below.
(I tried it on Windows 10 and Linux Ubuntu 22)
EDIT: I found this https://github.com/telerik/kendo-ui-core/issues/7238, but there is no solution addressed.
=========================================================================

Hi Everyone,
I had implemented tree view wrapper for vue and I need to make a functionality that select or unselect all checkboxes in the tree view.
I'm using the latests versions of treeview-vue-wrapper and vue js.
Hope you could help me.
Thanks
