This question is locked. New answers and comments are not allowed.
In my application, I am binding to the RadDiagram.SelectedItem so that I can display the properties of the selected item including the connectors. This works great when I select any item on the diagram.
I am having an issue with unselecting when my selected item is a connector.
If I select a shape, it is the selected item. Then if I click anywhere on the diagram that does not have a selectable shape, the selected item is set to null as desired.
If I select a connector, it is the selected item. Then if I click anywhere on the diagram that does not have a selectable shape, the setter for selected item does not get hit.
This makes it so that the only way I can deselect a connector is to select something else that is selectable and thus is causing some consistiency in use issues.
Suggestions?
I am having an issue with unselecting when my selected item is a connector.
If I select a shape, it is the selected item. Then if I click anywhere on the diagram that does not have a selectable shape, the selected item is set to null as desired.
If I select a connector, it is the selected item. Then if I click anywhere on the diagram that does not have a selectable shape, the setter for selected item does not get hit.
This makes it so that the only way I can deselect a connector is to select something else that is selectable and thus is causing some consistiency in use issues.
Suggestions?