i have a grid witch i set the CellClickAction property to CellSelect but when i click on the cell border or the row border the entire row is selected.
how can i avoid that?
You could set SelectTypeRow to None if you don't want rows to be selected.
Another option would be to try set RowLayoutMode on the band. I think the reason the row gets selected is that part of the row is visible in between the cells in the standard mode, but I think if you switch to RowLayout mode, the cells cover the row.
could you please provide code sample about how to set RowLayoutMode on the band.
thanks