GridCellCloseEvent Members
The GridCellCloseEvent type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from ValueType.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetChild | |
|
|
GetHashCode | (Inherited from ValueType.) |
|
|
GetType | (Inherited from Object.) |
|
|
Is | |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from ValueType.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Container |
The jQuery object that represents the edit container element.
|
|
|
Grid | |
|
|
Model |
The data item to which the table row is bound.
|
|
|
Name | |
|
|
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.
|

