How to disable the toolbar in client side?
(Views :1123)

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:

http://websamples.syncfusion.com/samples/KB/Tools.Web/5.2.0.25/39534/main.htm
::adCenter::