MSHFlexGrid's
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have a form which contains two MSHFlexGrids which are side by side. The reason for having two grids is so that I can simulate a Freeze Pane like in Excel. Both grids are populated from the same RecordSet but from different fields. My question is when the user selects a row in one grid and highlights that row, how can I get the code to select the same row in the other grid and also highlight it?