Hi
I have two grid left,right side.
I am loading the grid from two different databases but same table tbl_employee.
So both database i can have matched records and unmatched records.
LeftSide grid Rightside grid
EmpId EmpID
1 1
2 2
3 5
4 6
I want to highlight the matched row in blue color.
How can i do this with out looping.
Regards
Vairamtuhu
Hi Vairamtuhu,
The best way to apply a color to a grid row is to use the InitializeRow event. There is some sample code that shows how to do this most efficiently in the WinGrid Performance Guide