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
Hi,
I would like to add the refesh button like in the following example but can not figure out how to do this in the VUE component.
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/pageable.refresh#pageablerefresh
We are evaluating kendo vue components for our project.
when typing in combobox, the dropdown doesn't scroll to first match.
Please refer to demos
https://www.telerik.com/kendo-vue-ui/components/dropdowns/combobox/
data items are:
["Baseball", "Basketball", "Cricket",
"Field Hockey", "Football", "Table Tennis", "Tennis",
"Volleyball" ]
when searching for "volley" the dropdown doesn't scroll to volleyball item.
While completing the annual survey a couple of weeks ago, I was surprised to see that the Vue framework was conspicuously absent from the question about which technologies we expect to use in the future. JQuery, Angular, and React were all there, along with many other technologies. But Vue was missing.
Does this mean that Telerik is planning to drop support for the Vue framework in the future?