Skip to main content

ASPxClientVerticalGridBatchEditApi.GetCellTextContainer(visibleIndex, columnFieldNameOrId) Method

Gets a container holding the data cell content.

Declaration

GetCellTextContainer(
    visibleIndex: number,
    columnFieldNameOrId: string
): any

Parameters

Name Type Description
visibleIndex number

The record’s visible index.

columnFieldNameOrId string

A string value that is the column’s Field Name or ID.

Returns

Type Description
any

An object that is the HTML container element that contains the data cell’s content.

Remarks

Use the GetCellTextContainer method that allows you to get a HTML element in the DOM tree where the data cell content is located.

To specify whether a data item template should be overwritten in a data cell when its editing is completed, use the GridBatchEditSettings.AllowRegularDataItemTemplate property.

See Also