Link to home
Start Free TrialLog in
Avatar of EasyAim
EasyAim

asked on

MSFlexGrid is highlighting the first cell

I have an aggravating problem.....  

  My MSFlexGrid is working fine but when it loads the very first cell is highlighted.  I don't understand how or why it does this because I have

  MSFlexGrid1.SelectionMode = flexSelectionRow

 And when you mouse click on that first row it behaves normally by highlighting the entire row.

I've also added:

     .FocusRect = flexFocusNone
     .FillStyle = flexFillRepeat
     .Clear

  all to no avail.....  

     .RowSel = 0

 causes the first cell in the header row AND the first cell in the data row to highlight.

 * What is causing this first cell to highlight?
 * How can a clear the highlighting on this flexgrid so that nothing is highlighted?
 * How do I programmatically highlight a particular row?
ASKER CERTIFIED SOLUTION
Avatar of KarcOrigin
KarcOrigin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of EasyAim
EasyAim

ASKER

I haven't forgotten about you....  I haven't had a chance to get back to this project.  I'll give your proposal a try soon.