BuildDate Wed Mar 05 15:52:00 IST 2014
Version 4.1p
SCVersionNumber v9.1p_2014-03-05
Team,
We need to have hover over row and selection on cell level basis.
setCanSelectCells(true);
setShowRollOver(true);
setUseCellRollOvers(false);
This is the combination we have used.
This fails to achieve what we need .Main problem is because we have freeze columns in our ListGrid. And the hover over a cell (other than freeze cell) selects that cell and the freeze cells. The hover over a cell(freeze cell) selects whole row including the freeze cell on which we hovered and excludes all other freeze cells.
Version 4.1p
SCVersionNumber v9.1p_2014-03-05
Team,
We need to have hover over row and selection on cell level basis.
setCanSelectCells(true);
setShowRollOver(true);
setUseCellRollOvers(false);
This is the combination we have used.
This fails to achieve what we need .Main problem is because we have freeze columns in our ListGrid. And the hover over a cell (other than freeze cell) selects that cell and the freeze cells. The hover over a cell(freeze cell) selects whole row including the freeze cell on which we hovered and excludes all other freeze cells.