select_row
Description:
Force the selection of a specific row.
Please note that row
refers to the "visible" row at the time it's being called, which may change if the widget implementing this
interface uses a DataProxy (as is the case for example for the
RawForm, Form,
RawGrid and Grid).
Parameters:
this |
an object which implements the DataSelector interface |
row |
the row to select |
Returns:
true if the row has been selected |