Does the RadCollectionView support two way binding? I have a row of toggle buttons that I am trying to make work like a radio button group. Select one, and the others get toggled off.
I can tell all the logic and events to fire off the .UpdateValue on the other buttons but the UI does not recognize the change. For test purposes, also threw in some code to update a label just in case it might be the ToggleButton as the issue.
Everything seems to work but the UI is not updated. Tried wrapping a RefreshView around the RadCollectionView to no avail.
the one way binding does work.