Posted 27 November 2023, 5:52 am EST
I have a solution in visual studio 2022 with net framework 4.81 in windows form. For a mask I use Bindingsource. I have date fields matched to the dataset. When I load the data (as soon as I open the form) the controls are filled with the values of the dataset. If I use DateTimePicker and query the values of the controls they contain the values of the dataset. If I use c1DatetimeEdit I see the values in the fields, but if I query the value property of the controls they do not report values, but this only happens for dates, the other controls work. If I then perform some operation, such as search or move forward or backward, then if I query the controls they are enhanced. But this only happens if in the code I query the value property, because the control reports the correct values. I don’t understand why this behavior is so strange. The version is the latest available and I use 4.8