Hi Martin,
Greetings from Syncfusion support.
We have prepared a sample for your requirement ‘remove/hide delete button on Kanban dialog’ by hide the delete button with the below CSS which can be downloaded from the following link.
CSS
|
<style>
.e-dialog-delete {
display: none;
}
</style> |
Kindly try the above solution and get back to us if you need any further assistance.
Regards,
Praveenkumar.