I need to add an inline combobox editor into a datagrid, I have googled and searched this forum trying to find the correct syntax but can't seem to crack it.
I know how to add a ajax combobox, but how to add it when the data is hard coded in the object:
{field:'status',title:'Won/Lost',editor:'combobox',data:[{txt:'Won',val:'won'},{txt:'Lost',val:'lost'}]}
I have tried several variations of this but can't get it to work ??
Thanks