Hi Isomorphic,
having a look at this post I noticed that the sample here (v12.0p_2022-09-10) uses the following code:
ListGrid.selection seems to be deprecated and Comm.serialize is not doc'd.
Best regards
Blama
having a look at this post I noticed that the sample here (v12.0p_2022-09-10) uses the following code:
Code:
cellSelectionChanged : function (cellList) {
var cells = this.selection.getSelectedCells();
displayForm.setValue("countries", isc.Comm.serialize(cells, false));
}
Best regards
Blama
Comment