DHTMLX Grid Number Format Per Row

Hi,

Is there a way to define number formats of data per ROW? I found API’s to define number formats using the following. But all of them seems to require specifying the format to be the same for the specified COLUMN.

grid.setNumberFormat(mask,index)
<column format=“mask”…Or when initialization is from HTML:

<td ... format="mask"...

Thanks!

Unfortunately the number format can be defined for the column only.