Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
addSummary Method
Adds the given summary to the column summary info object
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addSummary(
: ClientSummary
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfColumnSummaryInfo.addSummary(ClientSummary); |
Parameters
- newSummary
- The summary to add
See Also