Version

resolveItem Method

Translates an address string specifier into the resolved NavItem object that lives at the specified address.
Syntax
ASP.NET Ajax Javascript (Specification) 
function resolveItem( 
   address : {Any}
) : {Any};
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataGrid.resolveItem({Any});

Parameters

address
The full address specifier for an item.

Return Value

The NavItem object that corresponds to the passed in address specifier.
Remarks
For Example: '0.3.2' specifies the item at index 2 whose parent is at index 3 of the collection who's parent is index 0 of the top-level collection.
See Also