Skip to main content

ASPxClientCardViewBatchEditApi.IsNewCard(visibleIndex) Method

Indicates if the card with the specified visible index is newly created.

Declaration

IsNewCard(
    visibleIndex: number
): boolean

Parameters

Name Type Description
visibleIndex number

The card’s visible index.

Returns

Type Description
boolean

true, if the row is new; otherwise, false.

Remarks

In the batch edit mode, the ASPxCardView control allows modifying a batch of data on the client side and sending it to the server in one request.

Use the IsNewCard method to determine if the card with the specified visible index is newly created on the client side.

See Also