BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
I have similar problem, I can bind to a nullable as in your example it works but when looking at the xaml link failures there is still this message:
Conversion failure of the value 'null'
Is there a way to get rid of this warning?
Hi Vasudeva Naik,
We suggest you to use Converter to convert the property type from int? to long? to avoid XAML Binding Error, otherwise you can change the property type from int? to long?. Please refer to the attached sample for your reference.
Regards,
Bagavathi Perumal A