extjs问题 如何获取Ext.grid.ColumnModel某一行的数据 10
varproductGridColumn=newExt.grid.ColumnModel([{id:'price',dataIndex:'price',header:'p...
var productGridColumn=new Ext.grid.ColumnModel([
{
id :'price'
,dataIndex :'price'
,header :'price'
,width :80
,sortable :true
,align :'right'
,editor :new Eheres.core.component.priceField({
allowBlank :false
,minValue :0
,maxValue :9999999
,listeners :{
blur:function(text){
//如何在这个事件里面获取某一行的数据
}
}
})
}
]);
blur:function(text){
var r=this.ownerCt.grid.getSelectionModel().getSelections();
//这个this是有作用域的 在这个事件里不好用
} 展开
{
id :'price'
,dataIndex :'price'
,header :'price'
,width :80
,sortable :true
,align :'right'
,editor :new Eheres.core.component.priceField({
allowBlank :false
,minValue :0
,maxValue :9999999
,listeners :{
blur:function(text){
//如何在这个事件里面获取某一行的数据
}
}
})
}
]);
blur:function(text){
var r=this.ownerCt.grid.getSelectionModel().getSelections();
//这个this是有作用域的 在这个事件里不好用
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询