Вот мой код: < /p>
Код: Выделить всё
colNames:['ID','CampaignName','Status'],
colModel:[
{
name:'ID',
index:'ID',
width:55,
editable:true,
editoptions:{
readonly:true,
size:10
}
},
{
name:'CampaignName',
index:'CampaignName',
width:120,
align:'left',
editable:true,
editoptions:{
size:25
}
},
{
name:'Status',
index:'Status',
width:80,
align:'left',
editable: true,
edittype:'select'
}
],
< /code>
Любая помощь очень ценится. < /p>
спасибо jc < /p>
Подробнее здесь: https://stackoverflow.com/questions/877 ... m-database