This is a migrated thread and some comments may be shown as answers.

[Solved] GridView and Navigation

0 Answers 117 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Harald Bacik
Top achievements
Rank 2
Harald Bacik asked on 28 Oct 2011, 05:13 PM
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)


Tags
GridView
Asked by
Harald Bacik
Top achievements
Rank 2
Share this question
or