Articles in this section
Category / Section

How to disable the toolbar in client side?

1 min read

 

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)
Please sign in to leave a comment
Access denied
Access denied