Ok I added dataArrived func. to FormItem code , it hits after retrieving data but I tried this 3 function for select rows but they didnt works . Any suggest?
dataArrived: function (startRow, endRow, data) {
this.pickList.selectAllRecords();
this.pickList.selectionManager.selectAll()
this.pickList.userSelectAllRecords()
}
Leave a comment: