Toolbar button is clickable even after disabling

hi,

i have checked your documentation could manage to dynamically disable (enable false) of my toolbar button. 

but, i observe that the button even though looks like disabled, is still clickable. How can i stop the button from getting clicked.

plz note, i am talking about toolbar alone but not the toolbar in the grid.

thanks. 

1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team August 14, 2019 11:25 AM UTC

Hi Lakshman,  
 
Syncfusion greetings. 
 
We have checked the reported case and toolbar buttons are disabled after calling disable method. Kindly refer the below sample. 
 
onSubmit(): void { 
    this.toolObj.disable(true); 
  } 
 
Regards, 
Karthi 


Loader.
Up arrow icon