Skip to main content
A newer version of this page is available. .

ASPxClientGridBatchEditSummaryDisplayTextEventArgs.summaryFieldName Property

Gets the summary item’s field name.

Declaration

summaryFieldName: string

Property Value

Type Description
string

The field name.

Remarks

The summaryFieldName property allows you to get the summary item’s associated field name in the BatchEditSummaryDisplayText event handler and customize the summary depending on ths value.

.summaryItemChangedValue {
    background-color: #d7f9c7;
}

Online Demo

ASPxGridView - Client Summary Calculation

See Also