Class JqGridInlineNavigatorAddActionOptions
Class which represents options for jqGrid Inline Navigator add action.
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridInlineNavigatorAddActionOptions : JqGridInlineNavigatorActionOptions
Constructors
JqGridInlineNavigatorAddActionOptions()
Initializes a new instance of the JqGridInlineNavigatorAddActionOptions class.
Declaration
public JqGridInlineNavigatorAddActionOptions()
Properties
InitData
Gets or sets the initial values for the new row.
Declaration
public object InitData { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
NewRowPosition
Gets or sets the new row position.
Declaration
public JqGridNewRowPositions NewRowPosition { get; set; }
Property Value
Type | Description |
---|---|
JqGridNewRowPositions |
RowId
Gets or sets the id for the new row
Declaration
public string RowId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseDefaultValues
Gets or sets the value which defines if the DefaultValue from ColumnsModel should be used.
Declaration
public bool UseDefaultValues { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseFormatter
Gets or sets the value which defines if formatters should be used.
Declaration
public bool UseFormatter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |