Hello,
I am working on implementing the Angular Editor: https://www.telerik.com/kendo-angular-ui/components/editor
One of the requirements is that when links are pasted, they turn into hyperlinks.
I was unable to find any info on how to implement this in the Forums or elsewhere.
I checked the jQuery editor https://www.telerik.com/kendo-jquery-ui/documentation/controls/editor/pasting and that one had it built in.
Any ideas on how this can be implemented?
Photo below shows missing behavior:
Hi,
Is it possible when using the autocomplete to not show the popup when there is no data available. I'm aware that there's the no-data template but that still shows the popup even if nothing is attached.
I was considering using the open/close event functionality which might work but I don't think it fully suits the use case.
The scenarios are as follows
1. Start Typing and item found -> show popup
2. Start Typing and no item found -> don't show popup
3. Popup open and we type until no item found -> don't show popup
Any help on this would be appreciated!
I am facing issues in the majority of components in kendo angular while using a Japanese Keyboard on ios devices.
After selecting keyboard auto suggestions, issues are like
1- while typing another character, it auto clearing the textbox completely or partially.
2- on entering backspace, it clears all text in the text field instead of clearing each text character one by one.
we have tried the latest version available in kendoUI, it also found the same issue.
it is working fine in jquery widgets.
Attaching a video to understand the issue in more detail.
Hi,
Every release when we get the latest version of Kendo, I download the Kendo License from telerik web site and it worked. This release how ever, it is still complaining that the license is expired.
I did follow all the steps mentioned in your web site. But when I bring up our UI we see this error.
We are in the process of upgrading Angular and this is very crucial for us. Please let me know how to resolve this issue.
Here is the details in the console.
My license is valid till November 2025.
Regards,
Jyothi
[selectable]="{enable: true, mode: 'multiple'}"
In my application we display all dates in UTC regardless of user's timezone. We use angular reactive forms and will have our kendo date picker mapped to a formControlName - eg 'fiscalYearEnd'.
The value for fiscalYearEnd in my json is eg '2025-07-09'.
If I then populate this date field with this.form.get('fiscalYearEnd').setValue(new Date(json.fiscalYearEnd)) then if the user is in eg New York, ie EST timezone, then they will see 2025-07-08 as the value in the date picker.
I've also tried other approaches - eg
this.form.get('fiscalYearEnd').setValue(new Date(Date.UTC(date.getUTCFullYear(), date.getUTCMonth(), date.getUTCDate())));
Whatever I try, if the timezone is EST the date picker will display the previous day.
What am I doing wrong?
hi,
i am looking the below topic:
https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes/virtual
the web page says :
my question is:
how to scroll the table by codes?
for example ,i want to scroll the table making the data which id is 10254 visiable,
please tell me how to do this
thank you.
Verified active Kendo UI license in Telerik account. Downloaded telerik-license.txt and placed it in the project root.Installed @progress/kendo-licensing via npm install --save. Activated the license with npx kendo-ui-license activate.Confirmed all steps work locally.Encountering build error during OpenShift pipeline build after adding license.
Error: EACCES: permission denied, open '/opt/app-root/src/webapp/node_modules/@progress/kendo-licensing/dist/index.mjs'