如何让gridPanel中的单选按钮单选
我在定义ColumnModel是这样的[code="js"]
var bs_cm = new Ext.grid.ColumnModel([
{
header:'名称',
dataIndex:'key',
width:20
},{
header:'URL',
dataIndex:'value'
},{
header:'启用',
dataIndex:'isOn',
renderer:function(){
return '';
}
}
]);[/code]
但是这些radio不能单选
要怎么样才能实现单选呢
蓝翔招生办
2009/09/23 11:51- ext
- javascript
- 点赞
- 收藏
- 回答
满意答案