i have a combo box with few data but i want to display it's specific value as default value in drop down. I am using ext 2.3
Asked
Active
Viewed 52 times
i have a combo box with few data but i want to display it's specific value as default value in drop down. I am using ext 2.3
To do this, there is an event called beforeRender
. Create an event listener, and in that event, search for your default value and select it.