If using a ListGrid and if I set
listGrid.setShowRollOverCanvas(true);
listGrid.setCanExpandRecords(true);
once the record is expanded, the grid.collapseRecord(record) does not collapse the record.
if I removed the setShowRollOverCanvas(true) then it works fine.
any ideas?
listGrid.setShowRollOverCanvas(true);
listGrid.setCanExpandRecords(true);
once the record is expanded, the grid.collapseRecord(record) does not collapse the record.
if I removed the setShowRollOverCanvas(true) then it works fine.
any ideas?
Comment