Hi,
I'm trying to select rows in a gridcontrol in the same way the gridlistcontrol do, I mean, I want the all row selected with alphablended color and so on. But I cannot figure out how to do this, I have reached almost the same behaviour, but when I click a row, all row's cells are selected except the cell that I click, that one the best I can do is to wipe out the inside border but preserving the back color, so what I get is a full row selected with alphablended color except that cell that has another color and the focus. Is any way to do this ?
Thanks.
AD
Administrator
Syncfusion Team
February 26, 2003 09:22 PM UTC
Try handling the CurrentCellActivating event and set e.ColIndex = 0. This activates column 0 no matter where you click in the row.
JL
Jose Luis Melo
February 26, 2003 10:32 PM UTC
It works ;-)
Thanks.