Hi John,
that is not exactly what i am looking for.
for example:
{
name : 'status',
index : 'status',
width : 80,
editable : true,
edittype : "select",
editoptions : {
value:{0:'Rechnung offen',1:'Rechnung versendet',2:'Erste Mahnung',3:'Zweite Mahnung',9:'Bezahlt'}
}
And if have already added some items to my database. So figure out this entry:
name: Peter Maffay | status: 3
If i click on the row a want to edit this item, the editform opens but the status is set to “0”.