Enable and disable button

Posted by Bert Binnenmarsch on 15-May-2017 05:19

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.

All Replies

Posted by Bert Binnenmarsch on 31-May-2017 09:20

This is my solution: angular.element("#button0").data("kendoButton").enable(false);

This thread is closed