:: Forum >>
Editable grid
the below code doesn't work in editable grid can anybody help
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