Hi,
I can show the grouping aggregates of kendo grid and I also can add exportExcel into my project.
But I have no idea how can I combine it?
I had the problem that my excel file doesn't have the groupfooter "aggregates".
Also, the columns misalign, when I add this into the exportExcel methods.
group: this.rentGroup,
Here is the code:
https://stackblitz.com/edit/wzp8rg?file=src%2Fmain.vue
Thank you in advance.
I'm currently using this object provided by the kendoForm injected property:
https://www.telerik.com/kendo-vue-ui/components/form/api/KendoFormInjectedProperty/#toc-modifiedbyfield
When I change a field inside the <FormElement> it adds the field to this object, however once I undo this change (return back to initial value) the field remains inside the object.
Here's a stackblitz to illustrate the problem:
https://stackblitz.com/edit/t7gw96?file=src%2FFormContent.vue
How do I remove the fields from this object when they no longer differ from their initial value?
I've added the Kendo MultiSelect component inside a Kendo Form. However once I start typing some text inside the MultiSelect it throws an error as soon as I click outside:
https://stackblitz.com/edit/bfuhyb?file=src%2FFormInput.vue (stackblitz example of the problem)
What's worse is that upon throwing this error it completely freezes the input until you remove the text (you can't see this on stackblitz since the error covers the screen).
Did I forget to add a certain property to the MultiSelect or is this a bug?
When the MultiSelect is outside of a Kendo Form it doesn't have this behavior:
https://stackblitz.com/edit/ys4zsu?file=src/main.vue (stackblitz as linked on https://www.telerik.com/kendo-vue-ui/components/dropdowns/multiselect/)
On most Native Kendo Vue components the following classes are applied depending on the state:
'k-state-invalid' for instance adds a red border around the Kendo Input component:
In this example the red line isn't added to the html textarea:
https://www.telerik.com/kendo-vue-ui/components/form/guidelines-with-examples/#toc-vue-form-inputs
Hello community,
I am wondering if anyone knows a way to programatically abort the execution of savePDF in the kendo-vue-pdf library?
Thanks!
I have below item in my 'columns' in 'data' function of my grid component. How can I write it in <kendo-grid-column> tag format?
I also need my isActive to render as a radio button all the time. Please help with these 2 things.
{ cell: "myTemplate", filterable: false, width: "210px" }
This is what I have so far. It display all columns except my v-slot.
<grid :style="{ height: '300px', width: '60%' }"
I'm trying to combine 2 Kendo Dropdowns + 1 Kendo Input field together inside a single Form component.
Inside this component I want to save the values from the 3 inputs a single array and pass it's value to the Kendo Form component:
https://stackblitz.com/edit/4lrva3?file=src/FormInput.vue
What's the best way to achieve this?
Thanks in advance
Hello,
Just wondering if there is a way to have the datetimepicker for Vue, the native datetimepicker, to be blank by default instead of the input mask looking text?
Kind regards,
David