SortCommandToolbarDirective
Directive
Represents the toolbar tool for sorting columns of the Grid.
Use this directive on any kendo-toolbar-button inside a ToolbarComponent in the Grid.
When you click the toolbar button with this directive, the sort event is triggered.
Definition
Package:@progress/kendo-angular-grid
Selector:[kendoGridSortTool]
Syntax:
html
<kendo-grid>
<kendo-toolbar>
<kendo-toolbar-button text="Sort" kendoGridSortTool></kendo-toolbar-button>
</kendo-toolbar>
</kendo-grid>