Hi,
I have used jqxToolBar only for few buttons.
I used the follwing code for disable or destroy the ToolBar tools:
$(‘#jqxToolBar’).jqxToolBar(‘disableTool’, 9, true);
$(‘#jqxToolBar’).jqxToolBar(‘destroyTool’, 0);
Can I disable or destroy ToolBar tools without using the tool index number?
Because if we destroy any of the tools the index numbers get changed and it becomes difficult to keep track of which number is for which button.
I hope you can understand the genuine problem.
Any workaround solution would also be welcomed.
Best Regards
Mahesh