JavaScript
{grid.object}detailView Method
Syntax
{grid.Object}.detailView(rowNumber)
Arguments
- rowNumber
The number of the row in the Grid Component to be displayed in the Detail View.
Description
Display the Detail View for the specified row in the Grid part.
Example
var rowNumber = {grid.object}.getSelectedRow(); {grid.object}.detailView(rowNumber);
See Also