Class JqGridOptions<TModel>
jqGrid options
Implements
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Helper.Options
Assembly: Lib.AspNetCore.Mvc.JqGrid.Helper.dll
Syntax
public sealed class JqGridOptions<TModel> : JqGridOptions, IJqGridStronglyTypedOptionsType Parameters
| Name | Description | 
|---|---|
| TModel | Type of model for grid | 
Constructors
JqGridOptions(String)
Initializes a new instance of the JqGridOptions class.
Declaration
public JqGridOptions(string id)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | id | Identifier, which will be used for table (id='{0}'), pager div (id='{0}Pager'), filter grid div (id='{0}Search') and in JavaScript. | 
Properties
ActionsColumn
Gets or sets the actions column.
Declaration
public JqGridActionsColumnOptions ActionsColumn { get; set; }Property Value
| Type | Description | 
|---|---|
| JqGridActionsColumnOptions | 
ModelType
Gets the type of model.
Declaration
public Type ModelType { get; }Property Value
| Type | Description | 
|---|---|
| Type |