Hi,
in classic UI code below works fine
var agrid = _this.controller.GetGrid();
itno = this.controller.GetGrid().getData().getItem(i)["C" + (ListControl.GetColumnIndexByName("S1ITNO") + 1)];
however, in new UI it returns error:
this.controller.GetGrid(...).getData(...).getItem is not a function
how can I get values from the grid in new UI?
Thanks,
KK