hello,

i created a form with the following controls (system.windows.form) :

textbox

combobox
DateTimePicker

my problem is with the combobox / datetimepicker when using the command :

Me.BindingContext(bindedTable).AddNew

DateTimePicker
when this item is binded to the datatable ("bindedTable"), the controls are not cleared (nothing happens) when entering the command above.

when the controls that are binding don't include this control, when using the command, the controls are cleared (as should be).


combobox

when clicking the command, i exspect the field to retrieve a default value.

how to do so ?

many thanks
Eran.