I populate a combobox with some data from ria services. This is basically used for filtering by countries. But I also want to have a filter by “all”. How would I do this when ria service over writes the data i set?
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 did this by on receiving the data, inserting a line at 0 for “ALL” and then when changing selection, if all is selected do 1 thing, else restrict by country etc.