Class JqGridNavigatorSearchActionOptions
Class which represents options for jqGrid Navigator search action.
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridNavigatorSearchActionOptions : JqGridNavigatorActionOptions
Constructors
JqGridNavigatorSearchActionOptions()
Initializes a new instance of the JqGridNavigatorSearchActionOptions class.
Declaration
public JqGridNavigatorSearchActionOptions()
Properties
AdvancedSearching
Gets or sets the value indicating if advanced searching is enabled.
Declaration
public bool AdvancedSearching { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AdvancedSearchingWithGroups
Gets or sets the value indicating if advanced searching with a possibilities to define a complex condfitions is enabled.
Declaration
public bool AdvancedSearchingWithGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AfterRedraw
Gets or sets the function for event which is raised every time the filter is redrawed .
Declaration
public string AfterRedraw { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AfterShowSearch
Gets or sets the function for event which is raised every time after the search dialog is shown.
Declaration
public string AfterShowSearch { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeShowSearch
Gets or sets the function for event which is raised every time before the search dialog is shown.
Declaration
public string BeforeShowSearch { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Caption
Gets or sets the caption for the dialog.
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CloneSearchRowOnAdd
Gets or sets the value indicating if added row (in advanced searching) should be copied from previous row.
Declaration
public bool CloneSearchRowOnAdd { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CloseAfterReset
Gets or sets the value indicating if search action dialog should be closed after reseting.
Declaration
public bool CloseAfterReset { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CloseAfterSearch
Gets or sets the value indicating if search action dialog should be closed after searching.
Declaration
public bool CloseAfterSearch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ErrorCheck
Gets or sets the value indicating if the SearchRules should be validated.
Declaration
public bool ErrorCheck { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Layer
Gets or sets the valid DOM id of the element into which the filter is inserted as child.
Declaration
public string Layer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OnInitializeSearch
Gets or sets the function for event which is raised once when the dialog is created.
Declaration
public string OnInitializeSearch { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OnReset
Gets or sets the function for event which is raised when the reset button is activated.
Declaration
public string OnReset { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OnSearch
Gets or sets the function for event which is raised when the search button is activated.
Declaration
public string OnSearch { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecreateFilter
Gets or sets the value indicating if the entry filter should be destroyed unbinding all the events and then constructed again.
Declaration
public bool RecreateFilter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ResetText
Gets or sets the text for reset button.
Declaration
public string ResetText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SearchOperators
Gets or sets the available search operators for the searching (if not defined on column).
Declaration
public JqGridSearchOperators? SearchOperators { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JqGridSearchOperators> |
SearchText
Gets or sets the text for search button.
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowOnLoad
Gets or sets the value indicating if the dialog should appear automatically when the grid is constructed for first time.
Declaration
public bool ShowOnLoad { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowQuery
Gets or sets the value indicating if the query which is generated when the user defines the conditions for the search should be shown.
Declaration
public bool ShowQuery { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Templates
Gets or sets the filters templates for advanced searching and avanced searching with groups.
Declaration
public IDictionary<string, JqGridSearchingFilters> Templates { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, JqGridSearchingFilters> |