I have a question about datetimepicker, when user enters in application, datetimepicker shows unchecked - default value as today's date; If user wants to change a date, he just checked and pick a date from calendar and saves it.
So, I have a problem with this one -> after saving and reopening application, datetimepicker does not shows as checked.
With database all is correct and saves the date in it, but I have this problem with checkbox after saving.
Is this control problem or something deeper.
If I put checked=true in DTP properties, then shows check all the time, but I have this requirement- if default than unchecked, only when user picks a date, he can check it and saves it as checked.
I don't know how to fix it.
So, I have a problem with this one -> after saving and reopening application, datetimepicker does not shows as checked.
With database all is correct and saves the date in it, but I have this problem with checkbox after saving.
Is this control problem or something deeper.
If I put checked=true in DTP properties, then shows check all the time, but I have this requirement- if default than unchecked, only when user picks a date, he can check it and saves it as checked.
I don't know how to fix it.