All,
I have an SfDateTimeEdit control in a userform and would like to bind the data to a binding source. I keep getting an system.arguementexception.
I am adding the following binding when the datasource is changed for the binding source.
(VB.NET CODE)
RestDate.DataBindings.Clear()
ResetDate.DataBindings.Add(New Binding("Value", bsData, "fsrSysInfoServoResetDate", True, DataSourceUpdateMode.OnPropertyChanged)).
This same binding technique works for all my other syncfusion controls. What am I doing wrong? Any help would be appreciated!
Thanks,
Nathan