Hi There,
Is there a way to create a single control (like DatePicker or DateTimeInput) from which user can select a day (from calender) and also time? And how can get DateTime from that control.
Thanking you in advance for your help.
Nasir
Hello Nasir,
Thank you for your post. I have been looking into and I can suggest you use the XamDateTimeInput’s ValueContraints. Here you can read more about this class:
http://help.infragistics.com/NetAdvantage/WPF/2012.2/CLR4.0/?page=InfragisticsWPF4.Editors.v12.2~Infragistics.Windows.Editors.ValueConstraint_members.html
Hope this helps you.
I was able to achieve which I was looking for using xamDateTimeInput.
===========================================================================
<ig:XamDateTimeInput Mask="yyyy-mm-dd HH:mm:ss" DisplayMode="IncludeBoth" Width="145" />
My question is how to validate invalid input for this control.
Please let me know.
Thanks for your help.
Thank you for your post. I have been looking into it and I can suggest you see this forum thread:
http://ko.infragistics.com/community/forums/t/69131.aspx
where a similar issue is discussed.