We are using the 'kendo-datepicker' in our application.
Here we have an issue, that not all month are displayed in the selection:
May and Oktober are missing!
When I use the stackblitz example of the date-picker (https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/), everything works fine:
But: the month are arranged in another way!
My code ist just simple:
<kendo-datepicker [(value)]="dateValue"></kendo-datepicker>
<kendo-timepicker [(value)]="dateValue"></kendo-timepicker>
Regards,
Ralph
Hi
How could i see in an Grid when page change than first row is selected ? Currently row is not hightlighted ?
Regards
Hi I want to align the text to the center in a give header cell in kendo ui angular grid. when i use headerStyle as below,it does not working.
<kendo-grid-column [headerStyle]="{'text-align': 'center'}" field="Action" title="Action" [width]="180" class="k-text-center" [sticky]="true" [columnMenu]="false"> <ng-template kendoGridCellTemplate let-dataItem> <img *ngIf="!dataItem.EntryIssue" src="../../../../../assets/svg/vpo-toolbar-icons/Group%20651.svg" alt="avatar"> <img *ngIf="dataItem.EntryIssue" src="../../../../../assets/svg/vpo-toolbar-icons/Group 703.svg" alt="avatar"> </ng-template> </kendo-grid-column>
We use Kendo in our app and I work within Stackblitz doing quick prototypes. Yesterday, I notice most of the buttons and input components styling in my prototype were broken. I haven't actively coded in a few days, so knew it was something related to a dependency.
I see you all dropped a new release with a lot updates to buttons, inputs, etc. Cool - but I think you have somethings to sort out. I thought it was on my end and if I updated dependent packages it might all fall into place.
But I see now that its effecting your own demo's /examples from your site. Did you anticipate this to be breaking changes?
Check out the checkbox interfaces: - this is pretty bad, and makes it unusable.
Also styling in the header filters and the column chooser as just a few examples:
Hi,
Could i hide datePicke button in grid header column and only show it on mouse over ?
Regards
Hi,
I try to add a component inside datagrid cell with kendoGridEdit template. How can I get row data and bind to sub component? In below example, I try to add kendo-combobox inside kendo-grid from another component. But I cannot bind dataItem to combobox value because I don't understand how to access the dataItem. Thank you.
https://stackblitz.com/edit/angular-51raxb?file=app/app.component.ts
Best regards.
Team,
we are using Kendo recurring control to add the schedules but suddenly its not working i went to read only mode i am not able to use repeat only options for any of the events (daily,montly ,yealy ) its not clickable and all dropdownlist are on disabled mode.
could you please help me to know the root cause of this issue?
Hi,
Could i only print an Div on not export it to a PDF file ?
I just want open print dialog
Regards