I've tried the following to disable a toolbar button but it does not wok?
$( "#grid_control" ).pqGrid("option", "toolbar").items[0].options.disabled = true;
This error is returned:
Unable to set property 'disabled' of undefined or null reference
Thanks