When I click on the header row on an unpopulated FlexGrid, it returns 0 (as the row number) as it should BUT when I populate it, and then click on the header row, it returns 1... what is up with that???
john
Printable View
When I click on the header row on an unpopulated FlexGrid, it returns 0 (as the row number) as it should BUT when I populate it, and then click on the header row, it returns 1... what is up with that???
john
Sure you're not asked for the row count?
I'm just calling MSFlexGrid1.row. It returns the correct row for the first row of data (i.e. the first non-header row) and beyond but the header is ALSO 1. So anything I do to the first row of data also happens to the header. Seems strange to me!
John