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
2490
BindingData
posted

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.