Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
605
CellClickAction property
posted

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?

Parents
No Data
Reply
  • 469350
    Offline posted

    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.

Children