JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › custom values in grid drop-down › Reply To: custom values in grid drop-down
August 9, 2022 at 9:28 pm
#103467
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’.
-
This reply was modified 2 years, 7 months ago by
edwardsmarkff.
-
This reply was modified 2 years, 7 months ago by
edwardsmarkff.
-
This reply was modified 2 years, 7 months ago by
edwardsmarkff.
-
This reply was modified 2 years, 7 months ago by
edwardsmarkff.