After upgrading vue wrapper components from 2022.2.621 to 2023.2.606 and @progress/kendo-ui from 2022.2.621 to 2023.1.425
and our native component from 3.3.3 to 3.11.0 we are getting an error Uncaught ReferenceError: jQuery is not defined
This literary stops us from working.
Is there any solution that we can try? Thanks!
I am wishing to use the Stepper component, where I have a Create and an Edit form (which share the same basic form), but one step is only valid during Edit, and not during Create.
Is there any way to mark a Step as hidden/not in use, without having to have two separate arrays of Steps, one with and one without the step I want to hide?
Hello,
I am using scheduler (kendo-vue-scheduler) and calendar (kendo-vue-dateinputs)
in my project. I am using month view and we have a requirement where I have to set Monday like first day in week. How can I do that?
Thanks & Regards
Daniela
Hi,
Our internal app is very data intensive - lots of forms and/or grids with dozens of fields. Each field can need different validations, such as specific min/max values and whether or not it is required. I currently use Vuelidate for data validations. But as I evaluate Kendo UI, it would be nice to replace Vuelidate with the native tools.
How can I use the native Kendo UI components, such as the NumericTextBox, to do complex custom validations? The documentation examples are falling a little short for me. For example, can I pass each field the spec data (such as min/max values) and then specify what should be validated (such as "between min & max", "allow zero", or "at least greater than min", etc.)?
Thanks.
I have a large project that uses BootstrapVue. It also uses Vuelidate for validation. Why should I consider using Kendo UI instead? What are the major differences or pros/cons of one versus the other? Would Kendo UI be able to completely replace BootstrapVue + Vuelidate?
Thanks.
i got an error like this when using local serve asset on editor image
http://localhost:8904/my-service/assets/img.png
net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin 200 (OK)
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