Version 1
Common Interface IColumnMenuOptions GrapeCity DataViewsJS Interface

IColumnMenuOptions Interface

Specifies options for column menu

Heirarchy

  • IColumnMenuOptions

Properties

Optional clearFilter

clearFilter: boolean

Specifies whether to show "Clear filter" action. Default value is true

Optional clearSorting

clearSorting: boolean

Specifies whether to show "Clear sorting" action. Default value is true

Optional showDialogButtons

showDialogButtons: boolean

Specifies whether to show apply/cancel buttons. Default value is false

Optional showGrouping

showGrouping: boolean

Specifies whether to show "Group by" actions. Default value is true

Optional showHide

showHide: boolean

Specifies whether to show "Hide Column" action. Default value is true

Optional showSorting

showSorting: boolean

Specifies whether to "Show sorting" action. Default value is true

Optional visible

visible: boolean

Globally allows all columns to have dropdown menu. Default value is false