Show / Hide Table of Contents

Enum JqGridCellEditingSubmitModes

jqGrid cell editing submit modes

Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Enums
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public enum JqGridCellEditingSubmitModes : int

Fields

Name Description
ClientArray

No ajax request is made and the content of the changed cell can be obtained via the JavaScript jqGrid method getChangedCells

Remote

The change is immediately saved to the server.

Back to top Copyright © 2016 - 2019 Tomasz Pęczek