Interface IJqGridNavigatorPageableFormActionOptions
Defines the properties for jqGrid Navigator pageable form editing action.
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public interface IJqGridNavigatorPageableFormActionOptions
Properties
NavigationKeys
Gets or sets the options for keyboard navigation.
Declaration
JqGridFormKeyboardNavigation NavigationKeys { get; set; }
Property Value
Type | Description |
---|---|
JqGridFormKeyboardNavigation |
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
bool RecreateForm { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ViewPagerButtons
Gets or sets the value indicating if the pager buttons should appear on the form.
Declaration
bool ViewPagerButtons { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |