Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor change as it has to be FormUtil.getGridCells

...

Code Block
languagejs
var cells = FormUtil.getGridCellgetGridCells("gridId.field1");
$(cells).each(function(){
    //do something
});

...