I am trying to display yes or no values instead of true or false in Extjs Combo box I am not sure which listener to use or any other way to do it. appreciate any help
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.
Create a static store like this:
And then just use this store in your Combobox. Note that if you want to do similar thing in grid – there are special properties ‘trueText’, ‘falseText’ in the Boolean column.