This question is locked. New answers and comments are not allowed.
I'm looking for a sample on how to achieve two-way binding of a radGridView to an Observable Collection. Preferably in VB and preferably with all the bindings configured in the code behind instead of teh XAML.
The case we are trying to implement has the Grid bound to one observable collection and a combobox column bound to a different observable collection.
We are not sure which properties to set and in what order. If you could either point us to a sample, or provide a few lines of psuedo code, it would be appreciated.
The case we are trying to implement has the Grid bound to one observable collection and a combobox column bound to a different observable collection.
We are not sure which properties to set and in what order. If you could either point us to a sample, or provide a few lines of psuedo code, it would be appreciated.