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
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.