Version

removeAt Method

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

Parameters

index
The index of the Infragistics.Web.UI.GroupedColumn that should be removed.
See Also