Hi, I have been trapped for several weeks by this using scenario in AX.
I need to dynamically display a value at the end of the grid, for all the forms in AX.
So it is not possible to define a display method in the form level or table level.
Also, the value is calculated by a HTTP request with each line data. When there is a click in each row, I can get the value, but I cannot send back, fill in the right place.
I tried to add a FormStringControl in the FormGridControl, but have difficulty to display for each row.