If a user clicks on any row (except fixed row) in my msflexgrid it highlights the row in yellow. The problem is if the fixed row is clicked it returns the same row number (row = 1) as the first row of data. eg.. If "Ask" is clicked it returns row = 1 and then highlights the "NAB" row.
How can I trap if the fixed row has been clicked or not?




Reply With Quote