Version

insert Method

Creates an DropDownItem with the specified parameters an inserts the Item at the specified index. via an AJAX callback.
Syntax
ASP.NET Ajax Javascript (Specification) 
function insert( 
   index : {Any},
   item : DropDownItem
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItemCollection.insert({Any},DropDownItem);

Parameters

index
The index in which to insert the DropDownItem.
item
The DropDownItem that should be added
See Also