Binding a ultraMaskedEdit control with an "integer"

Posted by Marc on 03-Jan-2014 09:17

Hi all,

I'm trying to bing an ultraMaskedEdit control to an Integer field in a Progress.Data.BindingSource.

InputMask = "### ###".
EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType:UseSpecifiedMask.
Nullable = TRUE.

As I bind the control, I can't leave it blank !

The Nullable property is set to "True", and Binding to a character field or removing the binding  makes it works as expected.

My integer field is not mandatory... I don't understand what's wrong ?!

Any idea on how to solve this ? Thank you.

Marc.

 

All Replies

Posted by Marc on 06-Jan-2014 10:16

If it can help someone, I solve my problem by binding the value property instead of the text property.

This thread is closed