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
Hello Mac,
Thank you for contacting Infragistics.
Please answer the following questions for me.
Hello Dave,
VS2010, c# and NetAdvantage 11.1.20112.2050.
DataSet where controls are bound to, are filled up in the forms load event. Setting up the checkboxes from the hidden bound control happens in the form_show event.