Iterates through a collection.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function traverse(callback, param);

Parameters

callback
Type: C1.Web.UI.Controls.C1GridView..::..TraverseCallback
The method that will be called each time when new C1BaseField object is reached.
param
Type: System..::..Object
Parameter that can be handled within the callback delegate.

See Also