jfgrid 下拉框设置默认值

{
label: '判定', name: 'Decide ', with: 160, align:'left',
formatoptions: {
defaultValue: 'NG', edittype: "select", editoptions: {
value: { 1: 'NG', 2: 'OK' }
}
},
}

请教!
这段代码时我给这个字段设置的下拉框默认值 但是在页面一直没有效果!
请问是哪里出现了问题?
谢谢大家!

defaultValue:1 试试

select是怎么写的