Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    12.0p+ cellSelection sample deprecated and undocumented code

    Hi Isomorphic,

    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));
        }
    ListGrid.selection seems to be deprecated and Comm.serialize is not doc'd.

    Best regards
    Blama

    #2
    The sample has been updated to solve these issues. Thanks for the report.

    Regards
    Isomorphic Software

    Comment


      #3
      Hi Isomorphic,

      I can see this is changed using 12.0p, 12.1p, 13.0p 2022-09-20.

      Best regards
      Blama

      Comment

      Working...
      X