With regards to this example : http://demos.telerik.com/kendo-ui/toolbar/angularIs
Is it possible to update $scope.toolbarOptions at runtime and have the items on the toolbar update as well?
I cant seem to find a solution for this in your API reference. Is this feature expected anytime soon? There isn't even a way to complete empty the toolbar and repopulate the items again.
There dont seem to be many methods you can call on the toolbar too. How about some Hide() & Show() methods?
Also is it possible to use a button on the toolbar and define a ng-click event on it? Currently we are doing this by giving a template with a href tag and ng-click on it.
Is it possible to update $scope.toolbarOptions at runtime and have the items on the toolbar update as well?
I cant seem to find a solution for this in your API reference. Is this feature expected anytime soon? There isn't even a way to complete empty the toolbar and repopulate the items again.
There dont seem to be many methods you can call on the toolbar too. How about some Hide() & Show() methods?
Also is it possible to use a button on the toolbar and define a ng-click event on it? Currently we are doing this by giving a template with a href tag and ng-click on it.