This question is locked. New answers and comments are not allowed.
Hey
I have a general question. I have created the following scenario:
I use a RadGridView to show my Customers. When one customer is clicked, the end user has the chance to change some data of this customer. To do this, I have created a XAML file, where I use a RadDataForm.
When the end user clicks the "Edit" Button, then I navigate (with the Silverlight integrated Navigation) to the Xaml, which holds the RadDataForm.
This works really fine.
But, my problem is, when I click the back button, then my Grid is empty and the loaded customers are gone.
Is there any idea, how I can prevent this?
Thx for every tipp! (PS: I don't wan't the RadDataForm added to the grid! - It should be a new Page, like I described above)
I have a general question. I have created the following scenario:
I use a RadGridView to show my Customers. When one customer is clicked, the end user has the chance to change some data of this customer. To do this, I have created a XAML file, where I use a RadDataForm.
When the end user clicks the "Edit" Button, then I navigate (with the Silverlight integrated Navigation) to the Xaml, which holds the RadDataForm.
This works really fine.
But, my problem is, when I click the back button, then my Grid is empty and the loaded customers are gone.
Is there any idea, how I can prevent this?
Thx for every tipp! (PS: I don't wan't the RadDataForm added to the grid! - It should be a new Page, like I described above)