I'm looking to build some functionality to ExpandAll and CollapseAll groupings in the grid when there is a grouping in place. I'd want to add a couple of buttons somewhere on the grid to drive this functionality.
I understand that I can use the kendoGridToolbarTemplate to add a new toolbar, but I don't want to use the real estate. Ideally, I'd like to get something into the kendo-grid-group-panel (the panel that the grouping columns are dragged onto). Is this possible? - I don't see an ng-template option for this
I understand that I can use the kendoGridToolbarTemplate to add a new toolbar, but I don't want to use the real estate. Ideally, I'd like to get something into the kendo-grid-group-panel (the panel that the grouping columns are dragged onto). Is this possible? - I don't see an ng-template option for this