New to KendoReactLearn about KendoReact Free.

GridToolbarSortProps

NameTypeDefaultDescription

icon?

string

Defines the icon rendered in the GridToolbarSort tool (see example).

jsx
<GridToolbarSort icon="home" />

onCloseMenu?

Function

The method that will be called to close the column menu.

jsx
<GridToolbarSort onCloseMenu={() => console.log('close menu');} />

show?

boolean

Specifies if the popup will be displayed.

jsx
<GridToolbarSort show={true} />

svgIcon?

SVGIcon

Defines the SVG icon rendered in the GridToolbarSort tool (see example).

jsx
import { gearIcon } from '@progress/kendo-svg-icons';

<GridToolbarSort svgIcon={gearIcon} />
Not finding the help you need?
Contact Support