I have tripple checked the DB and the field name and the data types are datetime. In fact, I even put the mask as a date format to see if I could change the date and bind it -- and IT WORKS. However, TIME does not. Any ideas?
Hi,
You can try binding to the Value property of the editor instead of the Text:
<igEditors:XamDateTimeEditor Name="txtArrivalTime" EditModeStarted="Numeric_EditModeStarted"Mask="{}{time}" Value="{Binding Path=ArrivalTime}" MinWidth="100" Width="100" />
I hope this helps
Regards Vlad