Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
create_columnSummaryInfo Method
Creates a column summary info object. Viewstate will not be preserved for this object until it is added to the column summaries' collection
Syntax
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfSummaryRow.create_columnSummaryInfo(String); |
Parameters
- columnKey
- The column key of the column that the column summary will be tied to.
Return Value
Newly created column summary
See Also