}
if i use this it works but when i try another way its sucks
const formData = new FormData();
Hi,
I used the kendo ui angular for tilelayout to create a dashboard but i am not able to remove or add the tiles as there is no delete or add icon in the tiles. So currently drag and drop of the tiles are happening but not able to remove the tile from the dashboard.
can you please help me?
I am building the application using Angular.
Hi,
Is there a way to do some data binding on action buttons while using the service dialog.
const dialog: DialogRef = this.dialogService.open({
title: 'Create Dialog',
content: SomeFormComponent,
actionsLayout: 'end',
actions: [
{ text: 'Cancel', fillMode: 'clear', themeColor: 'accent' },
{
text: 'Create Something',
themeColor: 'primary',
fillMode: 'solid',
cssClass: 'height-override',
},
],
});
I want to place some binding to the "Create Something" button to toggle it being enabled/disabled.
Is this even possible? Is there some sort of workaround?
Thanks!
Hello,
I was wandering if you have plans to:
1. Add media player to the Kendo UI for Angular
2. Improve Gantt Chart with additional features from Kendo UI for jQuery like ability to drag task's start and end on the chart.
Thank you,
Sergey
Hello - I want to style the dropdowns that are inside the Kendo Angular filter component without overriding Kendo dropdown styles. For example, I'd like to increase the width and set font size. Is there a way to do this?
When move item between sections, then it creates the duplicate as well active item remains as it is in dragged item section even after drop the item. Can you please suggest give workaround?
Here is the reproducible example.