I am using a flex grid and have 7 columns (0-6)..I am using selection mode flexselectionbyrow in order to highlight the whole row when I select any column from the row the user wants to delete. The problem is the 0 column is the key column (the unique field that distinguishes the record) and I need to assign this to the variable in order to delete the correct record.
When I assign the variable the text from the row it is from row 1....how do I assign it row 0's text?