3.2.0

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
April 11,
You should use selected rows property with AW 2

var row = obj.getRowCount() - 1;
    obj.setSelectedRows([row]);
Alex (ActiveWidgets)
April 11,
How to remind someone using reminder/popup when the date is close?
bahri
April 22,

This topic is archived.

See also:


Back to support forum