I have a page I want to draw several SVG polygons on.<br><br>The polygons are coloured according status flags that change at the server end.<br><br>It appears to me that the&nbsp; the dynagrid is ok for this.&nbsp;<br><br>I call for a list of elements - about 30 on my page. the metadat provider supplieds the shapes and ids and my adaptor simply provides the status updates to allow the js to change colours as thing change in my middleware.<br><br>Any guidance on where I can an end to end picture of how to do this?<br><br>