Show / Hide Table of Contents

Class JqGridNavigatorFormActionOptions

Class which represents options for jqGrid Navigator form editing action.

Inheritance
System.Object
JqGridNavigatorActionOptions
JqGridNavigatorFormActionOptions
JqGridNavigatorModifyActionOptions
JqGridNavigatorViewActionOptions
Inherited Members
JqGridNavigatorActionOptions.Top
JqGridNavigatorActionOptions.Left
JqGridNavigatorActionOptions.Modal
JqGridNavigatorActionOptions.Dragable
JqGridNavigatorActionOptions.Resizable
JqGridNavigatorActionOptions.Width
JqGridNavigatorActionOptions.DataWidth
JqGridNavigatorActionOptions.Height
JqGridNavigatorActionOptions.DataHeight
JqGridNavigatorActionOptions.UseJqModal
JqGridNavigatorActionOptions.CloseOnEscape
JqGridNavigatorActionOptions.OnClose
JqGridNavigatorActionOptions.Overlay
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public abstract class JqGridNavigatorFormActionOptions : JqGridNavigatorActionOptions

Constructors

JqGridNavigatorFormActionOptions()

Initializes a new instance of the JqGridNavigatorFormActionOptions class.

Declaration
protected JqGridNavigatorFormActionOptions()

Properties

BeforeInitData

Gets or sets the function for event which is raised before initializing the new form data.

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

BeforeShowForm

Gets or sets the function for event which is raised before showing the form with the new data.

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