MU
Murugan
Syncfusion Team
November 21, 2006 07:22 PM UTC
Hi Mark,
We were able the reproduce the issue. We will contact the development team regarding the issue and let you know the details.
As aworkaround, before assigning the BindableValue please convert the short value into Int32 or Int64 then assign to BindableValue property.
short shValue = 25;
this.integerTextBox1.BindableValue = (Int32)shValue;
Thanks for choosing Syncfusion products.
Best Regards,
Murugan P.S