:: Forum >> Version 2 >>
Editable grid
the below code doesn't work in editable grid can anybody help
// @@@ step1 - set selectionIndex to last row
// use Data or Row, what ever was used initially in set
// obj.setProperty("selection/index", obj.getDataProperty("count") - 1);
obj.setProperty("selection/index", obj.getRowProperty("count") - 1);
i am using this after obj.write .
kk
Tuesday, April 11, 2006
You should use selected rows property with AW 2
var row = obj.getRowCount() - 1;
obj.setSelectedRows([row]);
Alex (ActiveWidgets)
Tuesday, April 11, 2006
How to remind someone using reminder/popup when the date is close?
bahri
Saturday, April 22, 2006
This topic is archived.
Back to support forum
Forum search