What is the easiest way to set the default text selection in a drop down box, and make it so the user cannot select that item? The only way I know currently how to do it, is just manually checking that it isn’t checked.
Thanks!
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.
Set editable to false, and i think if you change the text property you will be able to display a [choose one] type message. Set the list of elements in your drop down box to items in an enumerable, using the enumerable you can protect your input against any programmatic mishaps code to follow.