I’ve got a combo box with a set of values( 5, 10,15, 20).
When the user goes to select a value I want them to appear as percentages (5%, 10%, 15%, 20%).
I was playing with format string using a value of ##% but that did not work.
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 could set the value to 5, 10, 15, 20 and the display member as 5%, 10%, 15% etc