Moves the current position to the row associated with the specified bookmark.
public void setCurrentRow( Object bookmark )
row
The bookmark associated with the row to be made current.
WFCInvalidArgumentException thrown if the DataGrid control is not bound or if bookmark refers to an invalid row.
Calling setCurrentRow will automatically scroll the grid if the row to be made current is not visible. Note that setting the current row does not change the current column. To set the current column, call setCurrentColumn.
See Also getCurrentRow