I have two date series with different interval between timestamps, within the same time range. I'd like them to be lines with a gap instead of empty/missing values. The problem is, that to fulfil both requirements, I obviously need to create two axes - with different base unit step (otherwise one serie is continuous and the other is discrete).
As in this example: https://dojo.telerik.com/ZhgHEaJP
My question is whether there is a way how to 'merge' the two axes together to have just a single axis, as they are similar (except the base unit step).
We want to use "kendo-angular-pdfviewer" package with 13.0.0 version only as we have other exiting kendo packages with "11.6.0" version. If we use latest "kendo-angular-pdfviewer" packages ( which has able to customize pdf toolbar) then we need to change all other packages also which we are not willing to change now. In pdf viewer component, we want to display download button based on some conditions.
Please let us know if there is any way to acheive our requirement to display download button based on conditions and with out impacting other kendo packages.
<kendo-grid [selectable]="true" [kendoGridBinding]="[{name: 'bill', age: 55}]">
<kendo-grid-column field="name" title="Name"></kendo-grid-column>
<kendo-grid-column field="age" title="Age"></kendo-grid-column>
<ng-template kendoGridDetailTemplate>
<textarea rows="3"></textarea>
</ng-template>
</kendo-grid>
Angular v20 introduced the ability to go zonless with "provideZonelessChangeDetection" but the popup placement of kendoTooltip with zoneless is offset. If I add back the zone.js dependency then it works fine, but of course that's not ideal.
Code to reproduce is very simple:
<button kendoTooltip title="test tooltip">
hi there
</button>
or here's a code sandbox sample forked from the tooltip overview example
Would you please modify this to work with zoneless?
Thank You.
I was previously setting primary, secondary, and error colors and then importing the all.scss from kendo-theme-material - it worked great.
Now, I'm trying to import the material-2.scss and most of the controls have styling issues, almost like it is still trying to render Material 3 styles which take up a lot more space.
If I want to import like this, am I doing something wrong, or is the material-2 scss simply not working yet?
Hi,
We are using the kendo-combbox to display the list of item that is retrieved from the backend server.
Please see an example in https://stackblitz.com/edit/angular-wb3zbjqs?file=src%2Fapp%2Fapp.component.ts
When we enter Pah it defaults to PAH (all uppercase). Is there anyway to achieve this?
Here is the data passed to the combobox.
Regards,
Jyothi
Hi,
we are using Kendo UI for Angular. We failed our external accessibility review because the Kendo UI ComboBox is not usable using Apple VoiceOver with iOS 15, although this page says ComboBox is accissble by screen readers.
Repro:
Expectation: We would expect VoiceOver to navigate trough the options by swiping left or right when the ComboBox popup is opened. Double tap should then set the currently selected option as value and close the popup.
We found this issue in the GitHub Repo, which describes the same issue aswell but unfortunately there is no further information in the ticket.