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:
Thanks!