This question is locked. New answers and comments are not allowed.
Since it seems my other post has been ignored, I will post a fresh thread with the relevant information.
I'm working with the RadDropDownButton. Inside the DropDownContent I have some RadDateTimePickers. I want to prevent the DropDown from closing unless all of the RadDateTimePickers have data.
Getting the values from the RadDateTimePickers is no a problem. I can send a messagebox to the user letting them know that all the boxes must be filled in before they can continue. The problem however is that there is no DropDownClosing event. Only a DropDownClosed. I tried setting the DropDown.IsOpen = true in the DropDownClosed event but that does absolutely nothing for me.
What I really need is a DropDownClosing event that I can cancel from propagating any further. According to the other thread where I posted, this was supposed to have been fixed in the Q3 2009 release. I'm running with the latest official release and it still has no DropDownClosing event or any way to prevent the dropdown from closing as far as I can tell.
Any help would be GREATLY appreciated as this is semi-holding up my project from moving forward.
I'm working with the RadDropDownButton. Inside the DropDownContent I have some RadDateTimePickers. I want to prevent the DropDown from closing unless all of the RadDateTimePickers have data.
Getting the values from the RadDateTimePickers is no a problem. I can send a messagebox to the user letting them know that all the boxes must be filled in before they can continue. The problem however is that there is no DropDownClosing event. Only a DropDownClosed. I tried setting the DropDown.IsOpen = true in the DropDownClosed event but that does absolutely nothing for me.
What I really need is a DropDownClosing event that I can cancel from propagating any further. According to the other thread where I posted, this was supposed to have been fixed in the Q3 2009 release. I'm running with the latest official release and it still has no DropDownClosing event or any way to prevent the dropdown from closing as far as I can tell.
Any help would be GREATLY appreciated as this is semi-holding up my project from moving forward.