I am building an app that includes datagrids where when double clicking a 
record causes the ViewStack to change to a new view to present the data in a 
form for editing/creating. 

What is the best way to transfer data between two different view states? 
Bindable public variables? Where you dump the record field data into public 
bindable vars then load it into text squares in the new viewstate???

Is there a standard way to do this? Value Objects?

Thanks
Dan


      

Reply via email to