We launched new forums in March 2019—
join us there
.
In a hurry for help with your website?
Get Help Now!
Back to MODX.com
Forums
Docs
Revo Issues
Blog
My Forums
Add-ons
Add-on Creation and Modification
Search
Answered
ExtJS Grid ComboBox Default value
<
1
2
>
☆ A M B ☆
1,031 Posts
Jako
Reply #11,
7 years ago
Just change the editor in the grid config to:
,editor: { xtype: 'ebents-combo-organizer', renderer: true }
and remove the renderer line below. Then the initial value in the grid is replaced with the combo displayField value.
<
1
2
>