Articles in this section

How to disable the toolbar in client side?

 

You can disable the toolbar on client side by using the below javascript function:

[JavaScript]

function test()

{

var tOtherBox=document.getElementById("ToolBar1");

tOtherBox.disabled=false;

}

Please refer the sample in the below link which illustrates the above:

https://help.syncfusion.com/support/samples/kb/tools.web/5.2.0.25/39534/TestWE.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied