Hi,
I'm having a problem with the DateTimeEditor. The control by default have the Nullable property 'True'. When I set the Value property to Null, the DateTime property change to its MinDate value. If I sets the MinDate to a gratter value that today and selects the same date the ValueChanged event is not raised.
For some reason the control don't realize the value changed.
Sample project:
Please help.
Thanks.
There is a hotfix available on the website with a build of 1049. Your major version is NetAdvantage 7.3, so you should download that and see if your problem still occurs. If it does, you should submit the issue to Developer Support so that they can look into it.
-Matt
Lib: Infragistics2.Win.UltraWinEditors.v7.3.dll
Version: 7.3.20073.38
There is a hotfix but is not for this version.
I created a sample project based on what you said and the ValueChanged event fired for both editors.
Editor 1:
Value: Null
MinDate: 5/20/2008
Editor 2:
Value Null:
MinDate: 5/22/2008
So I run the application and nothing is in the editors. When I drop-down the calendar and select the MinDate on either of these editors, the ValueChanged event is correctly being fired and the value is being set to the minimum date. It is possible that there was an issue fixed related to this in the latest hotfix; what version are you running?