Hi,
It's possible to binddata of some object of my form with some property of my entites ?
Example,
On my form I have 2 ultraNumeriEdit (Total and Sub-Total)
On my entite I have 2 property (Invoice.Total and Invoice.SubTotal)
I Want to bind each ultraNumericEditor with both property.
If user change data on the form the property is updating.
I know I can do it with event Value_Change and adding Invoice.Total = uneTotal.value.
But I see there are DataBindings on ultranumericEditor property.
Francois.
Hello Francois,
Thank you for contacting Infragistics.
The DataBindings collection on the UltraNumericEditor is inherited from the base System.Windows.Forms.Control class. If you want to use that collection to bind the control to your entity, you should follow the example at the location linked below.
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.databindings.aspx