Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
UltraNumericEditor: DbNull insted of null
posted

Hi community

I'm using an ultranumericeditor on my form with nullable-property set to true.

Now, if I insert some value into it and remove the same again, the Value-property isn't null as I expected. It is of type DbNull.

Is that a bug? Or could I edit any settings to control that?

 

I'm using NetAdvantage 2011.1

Thx for helping me!

Parents
  • 469350
    Offline posted

    Is the control's Value bound to a DataSource? If so, I expect it's the DataSource using DBNull. In which case, you could handle the Parse/Format events on the Binding.

Reply Children