Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

GridCellCloseEvent Members

The GridCellCloseEvent type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetChild
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method Is
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Properties


  Name Description
Public property Container
The jQuery object that represents the edit container element.
Public property Grid
Public property Model
The data item to which the table row is bound.
Public property Name
Public property Type
The type of the cell close action - can be either "save" or "cancel". The "cancel" type is triggered when the grid keyboard navigation is enabled by "navigatable: true" and Esc key is used for cell close action.