我有一个名为GridPanel1的GridPanel和一个用于删除GridPanel的选定行的按钮, 我想通过单击一个ext按钮获取所选的行id,并将id发送到directMethod。 我的代码是:
var removeEmployee = function () {
// CompanyZ.Delete(id); // Here I need the GridPanel selected row id
console.log(mygrid);
}
请有人帮助我吗?
答案 0 :(得分:0)
请使用:
grid.getSelectionModel().getSelection()[0].getId()