DatePicker Binding null reference in version 13.1.0.21

Hi,

I post this thread to solve an error when datepicker binding null values

https://www.syncfusion.com/forums/118487/datepicker-binding-null-reference

I 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

3 Replies

MS Muralishankar Sundaram Syncfusion Team April 16, 2015 03:33 PM UTC

Hi Manolo,

Thanks for using Syncfusion products.

We were able to reproduce the problem and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please let me know if you have any questions.

Regards,

Muralishankar



MA Manolo April 16, 2015 03:39 PM UTC

Ok, Thanks you




MS Muralishankar Sundaram Syncfusion Team April 17, 2015 12:16 PM UTC

Hi Manola,

Thanks for your update.

Kindly get back to us if you have further queries.

Regards,

Muralishankar


Loader.
Up arrow icon