This issue is driving me mad. I do not know which property I have to set that when I press on the grid the entire row is selected. There are number of useless properties but this one that is useful is hidden somewhere. If somebody can help me please.
Regards, gregor
Did you try this?
grid.DisplayLayout.Override.CellClickAction = CellClickAction.RowSelect;
Yes thanks a lot. This resolved my problem. There are so many properties that I am confused.