Editable grid
the below code doesn't work in editable grid can anybody help
i am using this after obj.write .
// @@@ 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,