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