Remove/Hide Delete button on Kanban dialog

Hi, how do we remove the delete button from the kanban dialog?

Thanks, Martin


1 Reply 1 reply marked as answer

PN Praveenkumar Narasimhanaidu Syncfusion Team February 9, 2021 10:31 AM UTC

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. 


Marked as answer
Loader.
Up arrow icon