Hi,
I post this thread to solve an error when datepicker binding null values
https://www.syncfusion.com/forums/118487/datepicker-binding-null-referenceI update the syncfusion controls to version 13.1.0.21, and I get this error again
I attach a example project
This function
public Data GetData()
{
Data data = new Data()
{
// Comment for get error
//Date = DateTime.Now
};
return data;
}
if I comment the Date inicialization I get the error
I'm doing something wrong o there is an error
Attachment:
DatePickerNull_d7c51501.rar