单击网格中的单元格时,我想从视图中调用控制器中的方法。
{ header: "<img src='/Content/images/icons/page_white_acrobat.png'/>", width: 30, dataIndex: 'documents', sortable: true, renderer: this.hasDocument,
listeners: {
click: function () {
//how to call method in controller?
}
}
},
有谁知道,请指教。
谢谢!