Version

getItemID Method

Retunrs the selected row ID at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItemID( 
   index : Integer
) : Infragistics.Web.UI.IDPair;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridSelectedRowCollection.getItemID(Integer);

Parameters

index
Index of the selected row.
See Also