Hi All,
I am having trouble understanding how best to remove the default (cyan) selection symbol after selecting the next feature from an ArcGISDynamicMapServiceLayer's featurelayer. When I select a point feature it turns cyan (good), but when I select another different point feature then the previous one stays cyan as if it's still selected, though it's not, ad. infinitum. I've looked at the samples and perused the API and nothing jumps out at me. I think I have a basic conceptual difficulty with the concept of rendering.
I haven't defined any graphics layers, just a point feature layer. Apparently by default, the selected feature turns cyan when selected. Okay. Well, then do I need to define a renderer? For unselected point features? How do I do that? Or do I need to define a Graphicslayer and explicitly define renderers for selected/unselected? And how do I turn off the default featurelayer rendering of the selected feature?
I'm confused. Thanks in advance for any help,
WC ...