This seems like a simple question, but...
I want to trap the Click event in a heirarchical flexgrid, and show the full text of one cell in that row -- if it is a row.
How can I tell the difference between a Click somewhere on the grid and a click on a row? Also, two clicks in sequence on the same row should perform this action, so it's possible none of the Change events will be fired, which makes SelChange etc. useless.
Dave.