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.
Online Demo
ASPxGridView - Client Summary Calculation
See Also