I am displaying polygon, line and point feature layers on a button click event and adding layers in order based on their geometry type, e.g.: polygon -> line -> point.
In certain cases layers are rendered fine as we add them, but in some cases as the amount of data (and response time) increases in one of the layers, the polygon layer is rendered on top of the point and line layers and these layers get hidden.
We have already used reordering code but its not much of use. Are there any methods to control the rendering of layers or move layers one above the other?
I am using ArcGIS Server 10.1, feature service and the ArcGIS JavaScript API 3.1.
