Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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(
: {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.
See Also