Hey,i try to display to also display the miliseconds in the DateTime Picker. I changed the format like so:
dpDate.DisplayFormat = Telerik.Windows.Controls.DateTimePickerFormat.Short;
dpDate.Culture = new System.Globalization.CultureInfo(CultureInfo.CurrentUICulture.LCID);
dpDate.Culture.DateTimeFormat.ShortTimePattern = "HH:mm:ss fff";
As soon as I manually change the time in the textbox for example to 13.05.2015 09:57:40 200 and hit return, the selected datetime & textbox text will reset to 13.05.2015 09:57:40 000. What am I doing wrong?