forEach callback on values during dxGrid.parse(obj, 'json')

Can I have a function applied to all values during dhtmlxGrid.parse(obj, 'json') ?

I’d like to make some minor adjustments to some values client-side, not server-side, right before they are drawn into the grid.

depending on your needs you may try to use the onRowCreated or onRowAdded event:
docs.dhtmlx.com/api__dhtmlxgrid_ … event.html
docs.dhtmlx.com/api__dhtmlxgrid_ … event.html

Thank you! I’m not sure what the effective difference is, but I’ll play around.