jQuery.wijmo.wijgrid Namespace > options type : filterOperatorsSortMode Field |
Default value: 'alphabeticalCustomFirst'
Determines the order of items in the filter drop-down list. Possible values are: "none", "alphabetical", "alphabeticalCustomFirst" and "alphabeticalEmbeddedFirst"
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgrid.options.filterOperatorsSortMode; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ filterOperatorsSortMode: "alphabeticalCustomFirst" });