Show / Hide Table of Contents

Class JqGridNavigatorModifyActionOptions

Class which represents options for jqGrid Navigator form editing add/edit or delete action.

Inheritance
System.Object
JqGridNavigatorActionOptions
JqGridNavigatorFormActionOptions
JqGridNavigatorModifyActionOptions
JqGridNavigatorDeleteActionOptions
JqGridNavigatorEditActionOptions
Inherited Members
JqGridNavigatorFormActionOptions.BeforeInitData
JqGridNavigatorFormActionOptions.BeforeShowForm
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 JqGridNavigatorModifyActionOptions : JqGridNavigatorFormActionOptions

Constructors

JqGridNavigatorModifyActionOptions()

Initializes a new instance of the JqGridNavigatorModifyActionOptions class.

Declaration
protected JqGridNavigatorModifyActionOptions()

Properties

AfterShowForm

Gets or sets the function for event which is raised after showing the form.

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

AfterSubmit

Gets or sets the function for event which is raised after response has been received from server.

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

AjaxOptions

Gets or sets ajax settings for the request.

Declaration
public object AjaxOptions { get; set; }
Property Value
Type Description
System.Object

BeforeSubmit

Gets or sets the function for event which is raised before the data is submitted to the server.

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

ErrorTextFormat

Gets or sets the function for event which is raised when error occurs from the ajax call and can be used for better formatting of the error messages.

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

ExtraData

Gets or sets an object used to add content to the data posted to the server.

Declaration
public object ExtraData { get; set; }
Property Value
Type Description
System.Object

ExtraDataScript

Gets or sets the JavaScript which will dynamically generate the object which will be used to add content to the data posted to the server (this property takes precedence over ExtraData).

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

MethodType

Gets or sets the type of request to make when data is sent to the server.

Declaration
public JqGridMethodTypes MethodType { get; set; }
Property Value
Type Description
JqGridMethodTypes

OnClickSubmit

Gets or sets the function for event which is raised after the submit button is clicked and the postdata is constructed.

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

ReloadAfterSubmit

Gets or sets the value indicating if grid should be reloaded after submiting.

Declaration
public bool ReloadAfterSubmit { get; set; }
Property Value
Type Description
System.Boolean

SerializeData

Gets or sets the function for event which can serialize the data passed to the ajax request from the form.

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

Url

Gets or sets the url for action requests.

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