JavaScript
{grid.object}fetchExplicitRecord Method
Syntax
{grid.Object}.fetchExplicitRecord(primaryKeyValue);
Arguments
- primaryKeyValue
The identifier for record to be retrieved.
Description
Adds a specified record to the Grid as the last record on the page.
Discussion
Makes an AJAX callback and retrieves the record identified by the primaryKeyValue and then adds that record to the Grid as the last record on the page. Typically used with read-only Grids. If the primary key for the table the Grid is based on is composed of multiple fields, primarykeyValue should be a '|||' (3 pipes) delimited list of values.
See Also