Hi,

I'm a little bit confused, how to get updates formatted:

I have a data-adapter on the server side sending updates using a culture invariant number format.

Currently I use a StaticGid on my webpage. I added a StaticGridListener which uses the iterator visualUpdate.forEachChangedField to iterate through the fields and update the cells with a formatted value using visualUpdate.setCellValue.

Works fine for subsequent updates. But there is an initial update with values, for which it seems, that there is no call within visualUpdate.forEachChangedField.

So how do I get the initial data formatted, too?

Thanks,
Alex