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

GridCellCloseEvent Properties

The GridCellCloseEvent type exposes the following members.

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.