Hi,
I have a problem regarding the grid that I am not able to solve.
My grid is bound to a datamanager that uses the ODataV4Adaptor.
I have a column that needs to be filled with values calculated externally and persisted in the model of the grid to be used later if I do some operations in the grid.
I have tried some events (dataBound, rowDaaBound, queryCellInfo, but I am not able to change the data that is visualized in the grid.
There is a way to achieve this.
I cannot use the datamanager bound to an odata function, because I need to do CRUD operations on the grid, so I need the standard GET Method.
Thanks in advance
Andrea Perazzoo