Hi,
When clicking the dropdown button that shows the gradient view, it submits the form that contains it.
That's because that button is missing the attribute "type" with value "button".
This can be easily verified by going to Color Picker and inspecting the button.
I'm using "@progress/kendo-angular-inputs": "^8.0.0".
Regards.
Hi
Theses samples has error could you correct them
https://stackblitz.com/edit/angular-wgdnbc-zu3fdu <kendo-chart [categoryAxis]="{ categories: categories }"> Property 'categories' does not exist on type 'AppComponent'.
https://stackblitz.com/edit/angular-yl9yge-73zya8?file=package.json : customVisualSolidLine
Regards
HI
This sample is for Jquery do you have same draggable for Angular13 ?
https://www.innofied.com/kendo-ui-draggable-chart/
regards ?
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.