MobileCRM.UI.EntityList.startEditCell - Resconet/JSBridge GitHub Wiki
Arguments
Argument | Type | Description |
---|---|---|
rowIndex | Number | The index of the row to edit. |
cellIndex | Number | The index of the cell. |
saveImmediately | Boolean | Indicates whether to save entity immediately after change or whether to just make it dirty. |
binding | Number | Optional, if null the binding from the cell index will be used. |
errorCallback | function(errorMsg) | The errorCallback which is called asynchronously in case of error. |
scope | Object | The scope for callback. |