clear Method
Clears the sorted columns collection and removes the sort indicators off the headers. The order of the rows remains unchanged.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function clear() : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfSorting.clear(); |