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
4032
Why hidden editor control is not bound
posted

On my form I have a UltraNumericEditor control. The control's value property is bound to a data table column (smallint) via Window.Forms.BindingSource.

The value contains some bitcoded status data, from which I initialize some checkboxes. If the control's visible property is set to false, the value property has no value (DBNull). Why? Is this a bug?

Regards

Markus

Parents
No Data
Reply
  • 18495
    posted

    Hello Mac,

    Thank you for contacting Infragistics.

    Please answer the following questions for me.

    1. Which version of Visual Studio are you using?
    2. Which language are you programming in?
    3. Which version of NetAdvantage are you using?
Children