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

Hi,
I would like to use kendo appbar as header in sticky or fixed mode, but I would like to use it separately from rest of the page.
What I mean by this is that my content container doesn't scroll under appbar, but preserves its position and contents is scrolled only within this container.
Reason for this is that I have a menu which I want to preserve fixed and visible all the time, as well as drawer widget on the side of the screen.
With current setting, when page contains more data, my menu and half of drawer is also scrolled under appbar, what renders them useless.
Is there a way to set app bar in a way where rest of the page content is self contained container and not scrolled under appbar?
Thank you and regards,
Vedad