Hi!
I have an UltraWinToolbar on top of my form and an UltraDateTimeEditor bellow that. I have written some code on AfterExitEditMode event. My problem is that the event is not triggered when end user clicks something on the toolbar, because actually when he does that the UltraDateTimeEditor doesn't lose the focus.
I can't say that this is a bug, but is there a solution to what I want to do?
Handle the ToolClick event and programmatically exit edit mode on the UltraDateTimeEditor.