Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
655
UltraDateTimeEditor - Avoid edition
posted

Hi.
I'm working with an UltraDateTimeEditor and in an special situation I need to avoid the edition.
If i use then next code

Private Sub udte1_BeforeEnterEditMode(sender As Object, e As System.ComponentModel.CancelEventArgs) Handles udte1.BeforeEnterEditMode

MessageBox.Show("BeforeEnterEditMode Event")
e.Cancel = True

End Sub

any time I click the DropDown Button I get 3 times then "BeforeEnterEditMode Event" message. If I try to edit clicking the textbox I get 2 times the same message.
I'm using NetAdvange 12.2 Win CLR4x

Parents Reply Children
No Data