Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
removeColumnSummaryInfoByKey Method
Deletes the column summary that is tied to the specified column key from the column summaries array
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function removeColumnSummaryInfoByKey(
columnKey : String
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfSummaryRow.removeColumnSummaryInfoByKey(String); |
Parameters
- columnKey
- The column key of the column that the column summary is tied to.
See Also