#103467
edwardsmarkff
Participant

got it:

https://codepen.io/edwardsmarkf/pen/KKoeoZN

this was MUCH more difficult than it should have been.   maybe provide a website example?


const myDropDownValues = ['one', 'two','three', 'last'];
.
.
{ label: 'Last Name', dataField: 'lastName', template: ''
, editor: { template: 'dropDownList'
,  dataSource:      myDropDownValues
}
},

also, i never found anyplace where editor is described in the documentation – at least not specifically under ‘grid’.