I also posted this as a NativeScript issue, but nobody seems to care up there so far. I hope somebody might have a workaround for this issue.
RadDataForm does not bind properly on iOS when navigating back to the component with the form. After navigating back, you can change values in the form fields, but these values aren't propagated into the source object.
To Reproduce Open the playground project: Fill a value on "test" and click "Test" to verify. Then click "Next" to navigate away. Then click "back" and try to update the value on "test", the binding is now gone and "Test" (or anything else) won't update the value of the source variable anymore.
Expected behavior Source variable should be updated after navigating back to the form and changing values.
Sample project https://play.nativescript.org/?template=play-ng&id=vwLAH9&v=3
Issue Nativescript: https://github.com/NativeScript/nativescript-ui-feedback/issues/1350