I have a flexgrid with 6 columns and various amounts of rows.

If I click anywhere in the flexgrid I want to move the value of the cell in column 0 for that row in to a textbox.

Is there a quick way to do this ?

Last time I trapped values in cells I had to declare 2 variables called X and Y and plot where I was, but I'm not sure if this is the best way to go.

Any takers ?