Returns the row with the specified unique identifier.
Namespace:DevExpress.Web.Scripts
Assembly:JavaScript

Syntax
JavaScript |
function GetRowById(
rowId : String
) : ASPxClientVerticalGridRow;
|
Parameters
-
rowId
-
Type: String
A string value that specifies the row's unique identifier (the row's WebColumnBase.Name property value).
Return value
Type:
ASPxClientVerticalGridRow
An ASPxClientVerticalGridRow object that represents the client row.

See Also