FlexGrid
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a FlexGrid control in my dialog box, with the first row and column fixed. When I click on either the first row or column, the whole row (or column) is highlighted, with the first entry in the grid NOT highlighted. Is there any way to turn this off, so that the whole row is highlighted? What I am actually doing is when column 2 is clicked on, a control is displayed to allow data entry. When column 1 is clicked, I want to select the whole row (which is happening), but the column 2 data entry control is also being displayed - how can I stop this happening? Thanks for any help - hope you excuse my newbieness! Mike