Salesforce

mg.IsCurrentInRowEditing (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

mg.IsCurrentInRowEditing

Returns True if a row is in editing state.

Syntax:

mg.isCurrentInRowEditing()

Parameters:

Nil

Returns:

Boolean, True if the selected row is in editing state, False otherwise.

Note:

In addition to the existing Angular function mg.isRowInRowEditing, this function is introduced. It enables you to edit a row in a table when the controls are part of the logical record but not inside the table. You can use this method only while using the controls outside the Table control and if the current row is in row editing status.

Example:

ngIf = "!mg.isCurrentInRowEditing()"

Since version: 4.5a

Reference
Attachment 
Attachment