If I bind the SelectedItem of my TimeLine control to a property of my MainView model, the setter does not run when an item is selected. However, the SelectionChanged event is executed.
I tested this behavior, however, the property bound to the SelectedItem property of the RadTimeline control is correctly updated on my end. I attached a sample project for you to test.
On a side note, may I ask if the IsSelectionEnabled property of the control is set to True, as well as if the Mode property of the Binding instance for the SelectedItem property is set to TwoWay?
Hello Stenly, it was actually due to the 'TwoWay'.
Thank you very much
Stenly
Telerik team
commented on 20 Mar 2025, 11:21 AM
Hello Gerhard,
Thank you for letting me know what was causing the reported behavior on your side. Indeed, in order to correctly update the SelectedItem property, the Mode property of the Binding instance should be set to TwoWay.