Unfortunately, due to bandwidth constraints I'm currently stuck on Kendo Vue Native 3.14.2.
I've tried to update my Vue version to 3.4 or 3.5 but I see in the changelog that this will break the NumericTextbox component:
Changelog - Kendo UI for Vue - Kendo UI for Vue (telerik.com)
Is there maybe a workaround possible so that I can still use Kendo 3.14.2 and Vue 3.4+ at the same time?
Or could this fix (from v4.3.2) maybe be backported to a special 3.14.2 version?
Thanks in advance
Hi, I am using vue3.
I want to make a choice, not a focus.
Is there a way?
:value allows you to select a date, but no other date.
:views="2"
:focusedDate="today"
:allowReverse="true" >
HI,
I want to erase the 'MultiSelect' data by pressing the button.
If I put:value in a multi-select
There is an error in the following parts.
Except for :value, everything is fine.
I followed the code in url below.
https://www.telerik.com/kendo-vue-ui/components/dropdowns/multiselect/binding/
The tagList in multiselect has an error
TypeError: Cannot read properties of undefined (reading 'toString')TagList.js
How to customize the editing task page for Gantt, like this
Hello,
I am attempting to implement the Kendo Vue Editor for text editing. All of the tools in the toolbar work great, besides the drop down options. Specifically: font size, font name, font color, format, background.
When highlighting text, they do not update. When making a selection in the drop down, nothing happens, and no events fire.
I have all needed packages installed that are listed on the getting started page https://www.telerik.com/kendo-vue-ui/components/editor/get-started/
I have tried:
Here is the component:
</template>
} from '@progress/kendo-vue-editor'
}
defineProps<EditorPropsExtended>()
const emit = defineEmits(['update:modelValue'])
}
]
Edit: Grammar, added component
Hey! We're trying to display events on the Scheduler Monthly view, but we cannot move it so we can see which day of the month it actually is.
We've tried editing the margins of the SchedulerViewItem
and that works, however, then we have a gap between each one of the events of the calendar, but we'd like just the first event to move down, just so we can see which day of the month it actually is.
Thanks!
Hello,
Spreadsheet how to get excel blob? Or print or export excel and upload the file stream yourself?
using ComboBox and a custom item render, the .k-animation-container is way off.
When you hit full screen on the browser it goes to the correct position.
I am using Kendo datetimepicker in a VueJS app.
Is there a way to display the Calendar and Time icons as below, but change the Time icon "click" to call a custom function?
I still want the calendar icon to work as normal. I just want the time icon to call one of my functions and not to display the time values.
We have the problem that the popup of dropdowns (DropDownList, ComboBox,...) are displayed in the wrong position. This only happens if the data is an object and the display property is a long text. As the drop-down list is moved to the left, the error disappears. How far to the left depends on how long the texts are.