Announcement

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

    #16
    Verified the issue. You can use the workaround below or wait for the next nightly build.

    Code:
    for (int x = 0; x < codecRecords.length; x++) {
        JavaScriptObject jsObj = codecRecords[x].getJsObj();
        JSOHelper.deleteAttribute(jsObj, SC.REF);
        gridRecords[x] = new ListGridRecord(jsObj);	
    }

    Comment


      #17
      Thank you for your quick reply. Your workaround helped resolve my issue during crunch time.

      Comment

      Working...
      X