Back to Devexpress

ASPxClientVerticalGrid.GetRowById(rowId) Method

aspnet-js-aspxclientverticalgrid-dot-getrowbyid-x28-rowid-x29.md

latest1.0 KB
Original Source

ASPxClientVerticalGrid.GetRowById(rowId) Method

Returns the row with the specified unique identifier.

Declaration

ts
GetRowById(
    rowId: string
): ASPxClientVerticalGridRow

Parameters

NameTypeDescription
rowIdstring

A string value that specifies the row’s unique identifier (the row’s WebColumnBase.Name property value).

|

Returns

TypeDescription
ASPxClientVerticalGridRow

An ASPxClientVerticalGridRow object that represents the client row.

|

See Also

GetRow(rowIndex)

GetRowByField(rowFieldName)

Vertical Grid

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members