1) Select Graphics on Map via Editor --> works fine 2) Show these selected Graphics (Attributes) in a seperate Window (DatGrid, ListBox..whatever --> works fine 3) Click on Button removes SelectedItem from DataGrid AND Unselects the referenced Graphic on Map !!! This is my Problem !!!
How do I have develop the last Part (3) ?
I already know how to unselect the Graphic in DataGrid and in Map, but the Editor Event is not fired. That would be important because a lot of Buttons listens to these Events and are disabled / collapsed in some of the states.
I saw an example how to unselect a Graphic with the SELECT Command and the CommandParameter REMOVE, but I can not use it in CodeBehind, right? It would be great if it is possible to call something like this --> oEditor.Unselect(MyGraphic);
But the only thing I found is oEditor.ClearSelection.