Class JqGridNavigatorEditActionOptions
Class which represents options for jqGrid Navigator edit action.
Inheritance
Implements
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridNavigatorEditActionOptions : JqGridNavigatorModifyActionOptions, IJqGridNavigatorPageableFormActionOptions
Constructors
JqGridNavigatorEditActionOptions()
Initializes a new instance of the JqGridNavigatorEditActionOptions class.
Declaration
public JqGridNavigatorEditActionOptions()
Properties
AddedRowPosition
Gets or sets value indicating where the row just added should be placed.
Declaration
public JqGridNewRowPositions AddedRowPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| JqGridNewRowPositions |
AfterClickPgButtons
Gets or sets the function for event which is raised after the data for the new row is loaded from the grid (if navigator buttons are enabled in edit mode).
Declaration
public string AfterClickPgButtons { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AfterComplete
Gets or sets the function for event which is raised fires immediately after all actions and events are completed and the row is inserted or updated in the grid.
Declaration
public string AfterComplete { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
BeforeCheckValues
Gets or sets the function for event which is raised before checking the values (if checking is defined in colModel via editrules option).
Declaration
public string BeforeCheckValues { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
BottomInfo
Gets or sets the information which is placed just after the buttons of the form as additional row.
Declaration
public string BottomInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CheckOnSubmit
Gets or sets the value indicating if the user should confirm the changes uppon saving or cancel them.
Declaration
public bool CheckOnSubmit { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
CheckOnUpdate
Gets or sets the value indicating if the user should be prompted when leaving unsaved changes.
Declaration
public bool CheckOnUpdate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ClearAfterAdd
Gets or sets the value indicating if add action dialog should be cleared after submiting.
Declaration
public bool ClearAfterAdd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
CloseAfterAdd
Gets or sets the value indicating if add action dialog should be closed after submiting.
Declaration
public bool CloseAfterAdd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
CloseAfterEdit
Gets or sets the value indicating if edit action dialog should be closed after submiting.
Declaration
public bool CloseAfterEdit { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
CloseButtonIcon
Gets or sets the icon for the close button.
Declaration
public JqGridFormButtonIcon CloseButtonIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| JqGridFormButtonIcon |
NavigationKeys
Gets or sets the options for keyboard navigation.
Declaration
public JqGridFormKeyboardNavigation NavigationKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| JqGridFormKeyboardNavigation |
OnClickPgButtons
Gets or sets the function for event which is raised immediately after the previous or next button is clicked, before leaving the current row (if navigator buttons are enabled in edit mode).
Declaration
public string OnClickPgButtons { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OnInitializeForm
Gets or sets the function for event which is raised only once when creating the form for editing and adding.
Declaration
public string OnInitializeForm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RecreateForm
Gets or sets the value indicating if the form should be recreated every time the dialog is activeted with the new options from colModel (if they are changed).
Declaration
public bool RecreateForm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SaveButtonIcon
Gets or sets the icon for the save button.
Declaration
public JqGridFormButtonIcon SaveButtonIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| JqGridFormButtonIcon |
SaveKey
Gets or sets the key for saving.
Declaration
public char SaveKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Char |
SaveKeyEnabled
Gets or sets the value indicating if the form can be saved by pressing a key.
Declaration
public bool SaveKeyEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
TopInfo
Gets or sets the information which is placed just after the modal header as additional row.
Declaration
public string TopInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ViewPagerButtons
Gets or sets the value indicating if the pager buttons should appear on the form.
Declaration
public bool ViewPagerButtons { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |