セル編集が有効になっているグリッドがあります。現在編集されている行の値を、属性のプロパティにid
渡されるURL に追加したいと思います。どうすればこれを達成できますか?dataUrl
editoptions
{
name:'selectBox2',
index:'selectBox2',
editable: true,
edittype: 'select',
editoptions:
{
dataUrl : 'classes/form_db.php?id=????????',
multiple:true,
size:5
}
}