Skip to main content

ASPxClientTreeListBatchEditApi.GetCellTextContainer(nodeKey, columnFieldNameOrId) Method

Gets a container holding data cell content.

Declaration

GetCellTextContainer(
    nodeKey: string,
    columnFieldNameOrId: string
): any

Parameters

Name Type Description
nodeKey string

An integer value that is the 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