Version

find Method

Finds WebDataGrid by its client ID.
Syntax
ASP.NET Ajax Javascript (Specification) 
function find( 
   clientID : String
) : WebDataGrid;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataGrid.find(String);

Parameters

clientID
Client ID of the control to look for.

Return Value

Reference to the WebDataGrid control object that corresponds to specified client ID.
See Also