1

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

Alexander
  • 19,906
  • 19
  • 75
  • 162

1 Answers1

1

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.

yxre
  • 3,576
  • 21
  • 20