Hello,
One approach would be to change individual model items. The layer will be repainted accordingly:
BLOCKS.data()[0].set("Location", [0, 0]);
Alternatively, you can keep a reference to the rendered visual. It remains live and will respond to changes, e.g.
symbol.children[1].text("Foo");
I hope this helps.
Regards,
T. Tsonev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!