Setting a subrow does not refresh the display

When I attempt to set the value of a displayed subrow value,
it does not refresh the display with the new value.

Anyway to force the refresh ?

grid.cellById(itemId,colRemarks).setValue(remark);

Using dhtmlxgrid 2.1 Pro

This is known limitation of sub row eXcell. As a work around you may close sub row before setting value to it, and then open it again.
docs.dhtmlx.com/doku.php?id=dhtm … b_row_ajax