Hi;
why SfDateTimeEdit is not changing date on the dataset where the datagrid changes date on the sfDateTimeEdit?
am i missing something?
Code used for the binding :
date_Echelon.DataBindings.Add("Value", bind, "DATE_ECHEL", true,
DataSourceUpdateMode.OnPropertyChanged, "", "dd-MM-yyyy");
thanks.
Hi Ehs psy,
Sorry for the delay in getting back to you.
We have already logged an issue related to binding in DateTimeEdit. Please check the sample and the video from the attachment to confirm whether it is the reported issue.
If this is not the reported issue, please share more details or a modified sample of your issue. So, that we can prompt a better solution.
Regards,
Gokul T.
Hi;
you didn't include the attachment!
thanks for the reply.
Sorry for not attaching the file. Please refer to the sample from the attached file and confirm whether it is the reported issue.
Regards,
Gokul T
Hi Ehs psy,
We have already confirmed the reported scenario is a defect and logged a report for the reported scenario “Binding Value property of SfDateTimeEdit is not working”. We have found the cause for the binding issue when using Custom Delegate for the ValueChanged event, the binding is not working properly.
If we have used EventHandler delegate for the event it is working fine. We have reported this issue to Microsoft, we will wait until we get a response.
Please find the details from the below link
https://github.com/dotnet/winforms/discussions/7786
Regards,
Bagavathi Perumal A