I am using DataGrid on my Silverlight 4 application and there are two columns, one for question display and another for status.
After saving the answer of selected question I want to make visibilty collapsed of that row, how do I achieve that?
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.
You will have to update your ItemsSource with a new list.
After you save, you simply remove that item from the list.