Hi,
We are trying to copy the data from one listgrid to another one. Below is the code that we use,
however, the editGrid is not reflected with colleagueGrid's data. Can someone please help us with this issue.
SmartGWT: 2.2
GWT: 1.5.3
IE:8
Thanks,
KHH
We are trying to copy the data from one listgrid to another one. Below is the code that we use,
Code:
editGrid.setData(colleagueGrid.getDataAsRecordList()); editGrid.redraw();
SmartGWT: 2.2
GWT: 1.5.3
IE:8
Thanks,
KHH