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
355
UltraGrid row selection only by row header.
posted

Hi,

 

Is it possible to select a row only by clicking the row header. Clicking a cell will select the cell, but the selected row is not changed.

 

Thanks in advance,

 

Luc

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Luc,

    I think you might be mixing up "selected" and "active".

    Depending on your setting for CellClickAction, clicking on a cell may or may not select the cell and/or the row. But regardless of the CellClickAction setting, the cell and the row will become Active.

    You cannot have a selected cell and a selected row at the same time - so if you want clicking on a cell to select the row and not the cell, then you can set CellClickAction to RowSelect.

Children
No Data