Version

remove Method

Removes the specified groupedColumn from the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function remove( 
   groupedColumn : GroupedColumn
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGroupedColumnsCollection.remove(GroupedColumn);

Parameters

groupedColumn
The GroupedColumn that should be removed.
See Also