does anyone know of a bug in listpicker that prevents it from changing selected items when expansion mode is set to full mode only. It always for some reason goes back to the default item that is selected.
Share
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.
I am assuming that you have some code in your Page_Loaded which populates and/or sets the SelectedIndex of the ListPicker.
You need to ensure that you only set the value on entering the page.
You may also ensure that you ignore the startup selection changes (which can fire several times when loading and binding in a page) and only catch user initiated changes.