Hey Team,
We are facing one issue while using the kendo UI Combo box in Reactive forms (@progress/kendo-angular-dropdowns v13.0.3). When we type some value which is not in the list and press enter then the combo box gets disabled and value also gets cleared. The value change method is also not called. We have allowCustom and valuePrimitive true as well.
If the value typed is available in dropdown then it remains as is on enter key press.
Please help us in resolving this.
Thanks
Hello, I need to create custom filter menu for my grid with two datepickers - similar to this example.
My constructor looks like this:
constructor(private element: ElementRef, private popupService: SinglePopupService) {
...
}
I inject the SinglePopupService as shown in the StackBlitz example, in order to be able to prevent closing the datepicker popup, but it's not working - I'm getting the following error:
NullInjectorError: R3InjectorError(MyLazyLoadedModule)[SinglePopupService -> SinglePopupService -> SinglePopupService -> SinglePopupService]: NullInjectorError: No provider for SinglePopupService!
I'm using this functionality in a lazy loaded module of my app, but I have the GridModule as well as the DateInputsModule imported.
Could you please help me with this?
I was asked to upgrade an Angular app from 8 to 17. And I upgraded to Kendo-Angular 16. I am pretty much an Angular newbie. I got the authentication working, and the data is coming, but the styling is gone. Right now this code is throwing the error "undefined variable".
@use '@angular/material' as mat;
@include mat.core();
$kendo-um-primary: mat-palette($green-palette);
With a red squiggly underlining $green-palette. The old code was:
@import '~@angular/material/theming';
The only theme files I see in my new package.json are:
"@progress/kendo-theme-bootstrap": "^8.0.1",
"@progress/kendo-theme-default": "^8.0.1",
"@angular/material": "~17.3.10",
Hi everyone,
I am trying to turn my Keno grid from this (first picture attached) to this (second picture attached). I am new to Kendo, so I am not sure if this is even possible to combine these three data points together in one column.
Thank you!
Hi there,
Recently we started working on accessibility issues on angular 15 app Currently we are using the below version for kendo grid.
And we are facing some issues from kendo grid and wanted to check if these get sorted out if the kendo grid version is updated to higher versions. And if so, please suggest the version no..
Please find the attached issues.
---------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
Please check the issues and let us know how I can sort out my issues.
Hello,
Is it possible to provide sorting capability to chart? In the basic example of Bar chart here https://www.telerik.com/kendo-angular-ui/components/charts/series-types/bar/ If I wanted to sort based on unit sorts, highest to lowest or lowest to highest. for simplicity we can ignore multiple bar for Q1.... Qn
Thanks
ANGULAR VERSION 12.0.4
kendo-angular-input 10.1.2
I'm using angular-kendo but when i update my package and after that I found some styling related issue with angular numeric textbox and with kendo-switch although I fixed numeric textbox issue with some mannual style but still not able to fix kendo-switch
Previous Output before package update:-
After package update:-
I
Thanku any help is appreciated