How can I enabled and disable a button (on a BLANK view)?
On start the button has to be disabled until the user makes a selection in the grid on the same form.
This is my solution: angular.element("#button0").data("kendoButton").enable(false);