I’m working in window phone. I have to bind data in to grid in windows phone.

I got results from web service such as name , address, id, category.
I need When I click the name, it displays the all details. So, how can I do to display those details?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As Mike says, look at the code created as part of a new DataBound application.
Also, rather than displaying data in a grid, it’s probably better to display data vertically in a column:
And as a quick way to see what this might look like when populated: