Inserts a ContentElement to the collection at specified index.

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

Syntax

JavaScript
function insert(index, value, setOwner);

Parameters

index
Type: System..::..Int32
Index where the ContentElement will be inserted.
value
Type: C1.Web.UI.Controls.C1GridView..::..ContentElement
A ContentElement to insert to the collection.
setOwner
Type: System..::..Boolean
Indicates whether inserted object's owner should be changed.

See Also