Running into an issue with the WebDataPicker when the date format is set to "Short Date and Short Time" or "g".
The data from the database:
2016-01-22 14:01:52.000
The data from the data row before setting the control's .Value property:
1/22/2016 2:01:52 PM
The controls' value property after setting the property:
#1/22/2016 02:01:00 AM#
The control's text property:
1/22/2016 2:01 AM
Using Infragistics4.Web.v15.2
Version: 15.2.20152.2042
Any help is appreciated, thanks!
Hello,
Thank you for sharing this with the community. We believe all could benefit from it.
The workaround for this issue was to set the DATE property of the control instead of the TEXT or VALUE property. I opened up a support ticket for this issue suspecting that it's an issue when the object is formatted as a date.