Select an item in the FlexDataGrid control using the index value or the content value.
To select an item in the FlexDataGrid control using the index value, use the
SelectIndex method.
For example, type
FlexDataGrid.SelectIndex(1).
To select an item in the FlexDataGrid control using the content value, use the
Select method.
Identify the row that you want to select with the required formatted string. Items must be separated by a pipe (" | "). At
least one Item must be enclosed by two stars ("*"). This identifies the item where the click will be performed.
The syntax is:
FlexDataGrid.Select("*Item1* | Item2 | Item3")