GridContainerisItemExists Method |
Returns true if the row with specified id exists in the table, otherwise false.
Namespace:
Aras.Client.Controls.Public
Syntaxfunction isItemExists(rowId);
Parameters
- rowId
- Type: string
Return Value
Type:
[T:(Any)]bool
See Also