Hello,
We are using Cypress automation to automate UI testing. This involves adding a data-cy="FOO" to a control (grid, button, drop down, etc). We want to be able to get at the controls in a grid like a grid button, hyperlink, page size, etc. I have added tags to the individual grids and columns but this doesn't seem to get at the fine grain controls like I would expect. Does anyone have experience doing this?
Hello,
Is it possible to add a digital signature block to a PDF file created via PDFExportComponent (kendo-pdf-export) ?
Thank you,
--
Leonid
Hi team,
working on kendo filter menu , If input(search) data is empty means the filter button is disabled. my requirement is, its should be enabled. Please assist
I am new to Kendo UI because of client requirement. I have faced problem during binding multi column combobox at first place the combobox loads very slow so I applied virtual property to combobox then it does not bind the last column with data
here is my ts code
exportclass CreateEsubsidyComponent extends BaseComponent implements OnInit, OnDestroy {
/**
* Define the Globals Variables
*/virtual: any = {
itemHeight: 50,
pageSize: 100// @progress/kendo-theme-default default item height
};
}
here is HTML <kendo-multicolumncombobox [data]="esubsidyGeneralInputVariables.positiveListData"
id="fundingObject" [listHeight]="300" [textField]="'herstellerbezeichnung'"
[valueField]="'id'" formControlName="fundingObject"
[virtual]="virtual"
[popupSettings]="{
width: '800px'
}"
(opened)="onMouseOverDescription()"
(selectionChange)="selectFundingObject($event)" class="pop-reg-text"
[filterable]="true" (filterChange)="handleMultiComboFilterChange($event)">
<kendo-combobox-column [field]="'id'" [title]="'Id'" [width]="200"
media="(min-width: 740px)">
</kendo-combobox-column>
<kendo-combobox-column [field]="'hersteller'" [title]="'Hersteller'"
[width]="200" >
</kendo-combobox-column>
<kendo-combobox-column [field]="'herstellerbezeichnung'"
[title]="'Herstellerbezeichnung'" [width]="200" media="(min-width: 500px)">
</kendo-combobox-column>
<kendo-combobox-column [field]="'typenbezeichnung'" [title]="'Typenbezeichnung'"
[width]="200" media="(min-width: 565px)">
</kendo-combobox-column>
</kendo-multicolumncombobox>
</div>
Dear forum/support,
I'm trying to figure out how to deselect the last item that was selected in my filtered autocomplete list.
To more easily explain the situation I'm facing I edited the example Stackblitz and captured a small video of the issue.
Stackblitz: https://stackblitz.com/edit/angular-9eoskl?file=app%2Fapp.component.ts
You can find the video attached as a ZIP as I couldn't upload the mp4.
The video shows how I auto-select "Volleyball" from the autocomplete values after typing 'volley'. When I type 'ball' I need to have the internal state which item was selected last to be reset inbetween so that I can hit 'Enter' to select 'Baseball'. But instead 'Volleyball' is still selected and pressing 'Enter' will deselect it.
I was hoping that the new focusItemAt method would allow me to do such a thing by calling focusItemAt(null) in an event handler that listens on the autocomplete's 'closed' event. However the focusItemAt method does not really do what I was expecting (still don't know what it really does).
Best regards
Philip
Hi, we use Tailwind themes in our project.
Does someone use Tailwind and SCSS from Kendo to apply theme correctly?
Hi Team,
As far as I can see, the ability to use custom templates in headers is applicable to Day, Week, WorkWeek, and Timeline view: https://www.telerik.com/kendo-angular-ui/components/scheduler/api/DateHeaderTemplateDirective/
Is there a similar possibility for a Month view?
Thanks,
Rita
I tried to use the datepicker component and are having issues/errors
at first it asked me to add the angular localize package, which I did and solved the first issue.
But the it started throwing another error being'
core.js:6486 ERROR NullInjectorError: R3InjectorError(AppModule)[PopupService -> PopupService -> PopupService]:
NullInjectorError: No provider for PopupService!
at NullInjector.get (core.js:11108)
at R3Injector.get (core.js:11275)
at R3Injector.get (core.js:11275)
at R3Injector.get (core.js:11275)
at NgModuleRef$1.get (core.js:25340)
at Object.get (core.js:25054)
at lookupTokenUsingModuleInjector (core.js:3342)
at getOrCreateInjectable (core.js:3454)
at Module.ɵɵdirectiveInject (core.js:14744)
at NodeInjectorFactory.DatePickerComponent_Factory [as factory] (index.js:6790)
Do I need to make my own popupservice ? I was under the assumption that the kendo installs added all dependencies.
Hi
I have problem with your sample in Angular12
error NG8002: Can't bind to 'allowCustom' since it isn't a known property of 'kendo-combobox'
https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/custom-values/
Could you help me
Thanks