Link to home
Start Free TrialLog in
Avatar of woaini
woaini

asked on

MSFlexGrid selection a row

Hi,

I would like to know how to do when I click on any column
of a specific row, then it hilight that row like I select
the entire row.

Thank.
ASKER CERTIFIED SOLUTION
Avatar of traygreen
traygreen

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 woaini
woaini

ASKER

But, when you click on a row, it does not select the row with the dark blue color.

add these two statement in the msflexgrid1 on click event.

    MSFlexGrid1.Col = 0
    MSFlexGrid1.ColSel = MSFlexGrid1.Cols - 1

Avatar of woaini

ASKER

I try it, but it doesn't work !!!
Avatar of woaini

ASKER

Can you give me another example so I can try It.

Thank