Class JqGridColumnSearchOptions
Class which represents options for jqGrid searchable column
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.ColumnModel
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridColumnSearchOptions : JqGridColumnElementOptions
Constructors
JqGridColumnSearchOptions()
Initializes a new instance of the JqGridColumnSearchOptions class.
Declaration
public JqGridColumnSearchOptions()
Properties
ClearSearch
Gets or sets the value which defines if Clear ("X") button is available at the end of search field in jqGrid filter toolbar.
Declaration
public bool ClearSearch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SearchHidden
Gets or sets the value which defines if hidden column can be searched.
Declaration
public bool SearchHidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SearchOperators
Gets or sets the available search operators for the column.
Declaration
public JqGridSearchOperators SearchOperators { get; set; }
Property Value
Type | Description |
---|---|
JqGridSearchOperators |