I have the following
<telerikInput:RadDataForm x:Name="dataForm" CommitMode="Immediate" > </telerikInput:RadDataForm>
this renders correctly. and i also have a Grid below and on selected change i bind data to the Dataform and the data get binded correct, if i want to make a sure on the DataForm and Save the changes , i get the old value before the change was made. this was working correctly in the previous version. i have one example that is working , i compared and all the same .
