Hello everyone,
I have a VisualizationLayer with ShapeFills set on the layer level by using
<telerik:VisualizationLayer.ShapeFill>
...
</telerik:VisualizationLayer.ShapeFill>
If the ShapeFill of the MapShapedata is changed in code (for example by selecting some elments from a list and then call .UseSelectedFill() ) and then a MapItemsRequest happens, the original ShapeFill of the items will be restored instead of keeping the "manually" set ShapeFill. How can I make them keep their ShapeFill ?