Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getEditingOn Method
Gets flag which represents current editing behavior in progress with option to exit edit mode.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getEditingOn(
: Boolean,
: Boolean,
: Boolean
) : Integer; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfColumnFixing.getEditingOn(Boolean,Boolean,Boolean); |
Parameters
- exitEditing
- Request to exit edit mode
- update
- Request to update data from editor(s) on exit edit mode
- getBehavior
- Request to return reference to behavior (instead of number-flag), which is still in edit mode
Return Value
List of possible values: 1 - row-editing is on, 2 - row-edit-template is on, 3 - cell-editing is on, 4 - row-adding is on, 5 - filtering is on