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
380
Binding Selected and Active Row
posted

Hi,

Is it possible to bind to the Selected and the IsActiveRow property of the UltraGridRow ?. My DetailViewModel (View model of the row) contains a IsSelected and a IsActive property but i don't know how to set the binding. Microsoft Controls have a ControlBindingsCollection where i can ad a binding is this also possible at the ultrgird ?

This is an example of a Microsoft windows forms button where i have set a binding between the Enabled property of the button and the AllowAddNew property from the ViewModel:

 bnAdd.DataBindings.Add(New Binding("Enabled", m_oViewModel, "AllowAddNew"))

Regards,

Alti

Parents
No Data
Reply
  • 4625
    Offline posted

    Hello Christian,

    Thank you for posting in our forums!

    I am checking about the progress of your issue.

    Please tell us if you have any further questions or we are missing something.

Children
No Data