Click or drag to resize

GridContainerisItemExists Method

Returns true if the row with specified id exists in the table, otherwise false.

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function isItemExists(rowId);

Parameters

rowId
Type: string

Return Value

Type: [T:(Any)]
bool
See Also