:: Forum >>

Shift Select

Are there plans to enable using the shift key to select a range in 2? This is a very useful feature that works in version 1. The patches intended to accomplish posted in this forum are unpredictable.
Patrick
Thursday, August 24, 2006
Yes, this should be in 2.0.2
Alex (ActiveWidgets)
Friday, August 25, 2006
ETA on 2.0.2?
Saturday, August 26, 2006
It is listed as being fixed in 2.0.2 but I'm still not seeing it working? Do I need to set something to enable this?
Mike
Friday, April 20, 2007
Set selection mode to "multi-cell" or "multi-row".

grid.setSelectionMode("multi-cell");
Alex (ActiveWidgets)
Friday, April 20, 2007
I am using multi-row and ctrl click works but not shift...

table.setId('myGrid');
table.setColumnCount(12);
//table.setColumnCount(15);
//table.setColumnIndices([0,1,3,5,6,4,2,7,8,9,10,11,12,13,14]);
table.setColumnIndices([0,13,1,3,5,6,4,2,7,8,9,10]);
table.setHeaderText(headers);
table.setCellModel(data);
table.setVirtualMode(true);
table.setCellFormat(number, 13);

table.setSelectorText(function(i){return this.getRowPosition(i)+1});
table.setSelectorVisible(true);
table.setSelectorResizable(true);
table.setHeaderHeight(20);
table.setSelectorWidth(25);
table.setRowCount(0);
// table.getHeadersTemplate().setClass("text", "normal");

table.setCellEditable(false);
table.setSelectionMode("multi-row");
}
Mike
Monday, April 23, 2007
Cannot reproduce this - are you 100% sure you have AW 2.0.2? try adding
alert(AW.version);
Alex (ActiveWidgets)
Monday, April 23, 2007
You are correct, I appologize. Our stagging environment had a seperate symlink to the old version that was overwriting mine.
Mike
Monday, April 23, 2007

This topic is archived.


Back to support forum

Forum search