when user selects a cell, I want to highlight the whole row, how do I do this?
These links might help...
Flexgrid examples. Microsoft support.
Hi,
Write this code in Grid_Click Event:
Grd.Col=0 Grd.Colsel = Grd.Cols-1
Regards Veena