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
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.