Hello,
I have a RadDropDownButton (B1) with a ContentTemplate with another RadDropDownButton (B2) in it. I subscribe to the Opened and Closed event of B1. When I open or close B2, the eventhandlers of B1 also get executed. I've tried to distinguish which dropdownButton caused the event, but they all seem to come from B1.
Any ideas on this?
I have a RadDropDownButton (B1) with a ContentTemplate with another RadDropDownButton (B2) in it. I subscribe to the Opened and Closed event of B1. When I open or close B2, the eventhandlers of B1 also get executed. I've tried to distinguish which dropdownButton caused the event, but they all seem to come from B1.
Any ideas on this?