Show / Hide Table of Contents

Class JqGridNavigatorOptions

Class which represents options for jqGrid Navigator.

Inheritance
System.Object
JqGridNavigatorOptionsBase
JqGridNavigatorOptions
Inherited Members
JqGridNavigatorOptionsBase.Add
JqGridNavigatorOptionsBase.AddIcon
JqGridNavigatorOptionsBase.AddText
JqGridNavigatorOptionsBase.AddToolTip
JqGridNavigatorOptionsBase.Edit
JqGridNavigatorOptionsBase.EditIcon
JqGridNavigatorOptionsBase.EditText
JqGridNavigatorOptionsBase.EditToolTip
JqGridNavigatorOptionsBase.Position
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridNavigatorOptions : JqGridNavigatorOptionsBase

Constructors

JqGridNavigatorOptions()

Initializes a new instance of the JqGridNavigatorOptions class.

Declaration
public JqGridNavigatorOptions()

Properties

AddFunction

Gets or sets the custom function to replace the build in add function.

Declaration
public string AddFunction { get; set; }
Property Value
Type Description
System.String

AddOptions

Gets or sets the options for add action.

Declaration
public JqGridNavigatorEditActionOptions AddOptions { get; set; }
Property Value
Type Description
JqGridNavigatorEditActionOptions

AfterRefresh

Gets or sets the function for event which is raised after the refresh button is clicked.

Declaration
public string AfterRefresh { get; set; }
Property Value
Type Description
System.String

AlertCaption

Gets or sets the caption for warning which appears when user try to edit, delete or view a row without selecting it.

Declaration
public string AlertCaption { get; set; }
Property Value
Type Description
System.String

AlertText

Gets or sets the text for warning which appears when user try to edit, delete or view a row without selecting it.

Declaration
public string AlertText { get; set; }
Property Value
Type Description
System.String

BeforeRefresh

Gets or sets the function for event which is raised before the refresh button is clicked.

Declaration
public string BeforeRefresh { get; set; }
Property Value
Type Description
System.String

CloneToTop

Gets or sets the value which defines if all the actions from the bottom pager should be coppied to the top pager.

Declaration
public bool CloneToTop { get; set; }
Property Value
Type Description
System.Boolean

CloseOnEscape

Gets or sets the value which defines if the warning dialog can be closed with ESC key.

Declaration
public bool CloseOnEscape { get; set; }
Property Value
Type Description
System.Boolean

Delete

Gets or set the value which defines if delete action is enabled (default true).

Declaration
public bool Delete { get; set; }
Property Value
Type Description
System.Boolean

DeleteFunction

Gets or sets the custom function to replace the build in delete function.

Declaration
public string DeleteFunction { get; set; }
Property Value
Type Description
System.String

DeleteIcon

Gets or sets the icon (form UI theme images) for delete action.

Declaration
public string DeleteIcon { get; set; }
Property Value
Type Description
System.String

DeleteOptions

Gets or sets the options for delete action.

Declaration
public JqGridNavigatorDeleteActionOptions DeleteOptions { get; set; }
Property Value
Type Description
JqGridNavigatorDeleteActionOptions

DeleteText

Gets or sets the text for delete action.

Declaration
public string DeleteText { get; set; }
Property Value
Type Description
System.String

DeleteToolTip

Gets or sets the tooltip for delete action.

Declaration
public string DeleteToolTip { get; set; }
Property Value
Type Description
System.String

EditFunction

Gets or sets the custom function to replace the build in edit function.

Declaration
public string EditFunction { get; set; }
Property Value
Type Description
System.String

EditOptions

Gets or sets the options for edit action.

Declaration
public JqGridNavigatorEditActionOptions EditOptions { get; set; }
Property Value
Type Description
JqGridNavigatorEditActionOptions

LeadingCustomElements

Gets or sets the list of custom elements which will be placed before the standard buttons.

Declaration
public IList<JqGridNavigatorCustomElementOptions> LeadingCustomElements { get; set; }
Property Value
Type Description
IList<JqGridNavigatorCustomElementOptions>

Pager

Gets or sets the pager to which the Navigator should be attached to (jqGrid can have only one Navigator).

Declaration
public JqGridNavigatorPagers Pager { get; set; }
Property Value
Type Description
JqGridNavigatorPagers

Refresh

Gets or set the value which defines if refresh action is enabled (default true).

Declaration
public bool Refresh { get; set; }
Property Value
Type Description
System.Boolean

RefreshIcon

Gets or sets the icon (form UI theme images) for refresh action.

Declaration
public string RefreshIcon { get; set; }
Property Value
Type Description
System.String

RefreshMode

Gets or sets the mode for refresh action.

Declaration
public JqGridRefreshModes RefreshMode { get; set; }
Property Value
Type Description
JqGridRefreshModes

RefreshText

Gets or sets the text for refresh action.

Declaration
public string RefreshText { get; set; }
Property Value
Type Description
System.String

RefreshToolTip

Gets or sets the tooltip for refresh action.

Declaration
public string RefreshToolTip { get; set; }
Property Value
Type Description
System.String

Search

Gets or set the value which defines if search action is enabled (default true).

Declaration
public bool Search { get; set; }
Property Value
Type Description
System.Boolean

SearchIcon

Gets or sets the icon (form UI theme images) for search action.

Declaration
public string SearchIcon { get; set; }
Property Value
Type Description
System.String

SearchOptions

Gets or sets the options for search action.

Declaration
public JqGridNavigatorSearchActionOptions SearchOptions { get; set; }
Property Value
Type Description
JqGridNavigatorSearchActionOptions

SearchText

Gets or sets the text for search action.

Declaration
public string SearchText { get; set; }
Property Value
Type Description
System.String

SearchToolTip

Gets or sets the tooltip for search action.

Declaration
public string SearchToolTip { get; set; }
Property Value
Type Description
System.String

TrailingCustomElements

Gets or sets the list of custom elements which will be placed after the standard buttons.

Declaration
public IList<JqGridNavigatorCustomElementOptions> TrailingCustomElements { get; set; }
Property Value
Type Description
IList<JqGridNavigatorCustomElementOptions>

View

Gets or set the value which defines if view action is enabled (default true).

Declaration
public bool View { get; set; }
Property Value
Type Description
System.Boolean

ViewIcon

Gets or sets the icon (form UI theme images) for view action.

Declaration
public string ViewIcon { get; set; }
Property Value
Type Description
System.String

ViewOptions

Gets or sets the options for view action.

Declaration
public JqGridNavigatorViewActionOptions ViewOptions { get; set; }
Property Value
Type Description
JqGridNavigatorViewActionOptions

ViewText

Gets or sets the text for view action.

Declaration
public string ViewText { get; set; }
Property Value
Type Description
System.String

ViewToolTip

Gets or sets the tooltip for view action.

Declaration
public string ViewToolTip { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2016 - 2019 Tomasz Pęczek