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 it and I can suggest you see this forum thread:
http://es.infragistics.com/community/forums/t/69131.aspx
where a similar issue is discussed.
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.