Please try
<th data-options="field:'acPosta',width:100,
formatter:function(value,row){
return row.texta;
},
editor:{
type:'combobox',
options:{
valueField:'ida',
textField:'texta',
data:[{'ida':'1','texta':'Maribor'},{'ida':'2','texta':'Kungota'},{'ida':'3','texta':'Celje'}]
}
}">Product</th>