Hi Team,
I am facing issue while copy select dropdown and paste this into some excel file it pasted IDs of selected value.
i am using below editor option and i want to use like that only .
editor: {
type: 'select',
options: [{ '': '' }, { 'SE': 'Speedy Express' }, { 'UP': 'United Package' }, { 'FS': 'Federal Shipping'}]
},
i use
https://paramquery.com/demos/editing_custom# for demo.
Please provide solution asap.
I am attaching scrren shot as well.