Class JqGridFilterToolbarOptions
Class which represents options for jqGrid filter toolbar.
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridFilterToolbarOptions : JqGridFilterOptions
Constructors
JqGridFilterToolbarOptions()
Initializes a new instance of the JqGridJsonResult class.
Declaration
public JqGridFilterToolbarOptions()
Properties
DefaultSearchOperator
Gets or sets the default search operator for all fields (it will be overriden by JqGridColumnSearchOptions.SearchOperators).
Declaration
public JqGridSearchOperators DefaultSearchOperator { get; set; }
Property Value
Type | Description |
---|---|
JqGridSearchOperators |
GroupingOperator
Gets or sets the grouping operator for filters.
Declaration
public JqGridSearchGroupingOperators GroupingOperator { get; set; }
Property Value
Type | Description |
---|---|
JqGridSearchGroupingOperators |
Operands
Gets or sets the short texts for search operators which are dispalyed to the user when a operation button is clicked.
Declaration
public IDictionary<JqGridSearchOperators, string> Operands { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<JqGridSearchOperators, System.String> |
OperandToolTip
Gets or sets the tooltip for the operation button.
Declaration
public string OperandToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SearchOnEnter
Gets or sets the value which defines if the user needs to press Enter key in text input to trigger search or if searching should triggered after typing any character.
Declaration
public bool SearchOnEnter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SearchOperators
Gets or sets the value which defines if user is allowed to select operation when searching.
Declaration
public bool SearchOperators { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StringResult
Gets or sets the value which defines if filters should be posted as JSON string (the same as in advanced searching) or as key:value pairs.
Declaration
public bool StringResult { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |