Hi there,
When [locked] is set in grid column, the kendoGridDetailTemplate will be broken. Noticed this issue after recent kendo version upgrade to 18.
Two expand + button will show in the locked columns and not locked columns and both buttons not working to expand.
Thanks.
When I set the upload method and prevent defaults, the other options didn't work. But I just want to override the upload method; the other properties should work as usual.
I can't use the default Upload Component post option because it causes CORS errors.
How can I override the upload method for the Upload component for Angular?
hi,
i have a snippet codes:
https://codesandbox.io/p/sandbox/adoring-galois-4cpxxm?file=%2Fsrc%2Fapp%2Fapp.component.ts%3A29%2C1
what i want is
if the product name is "Chai", i want to give the "TD" cell a speical css class name.
i can get the product name by the above codes, but i dont know how to set the "TD" class name . the TD is the parent element of the span .
can you please tell me how to do this?
How can I create an Angular LineChart where each point on the chart has a different color, as shown in the attached image?
Thanks
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.