为什么在treegrid中加的超链接使用href不能用
// 树型列表
 this.loadTree = function(data) {
mainform.tree = new Ext.tree.ColumnTree({
autoScroll : true,
rootVisible : false,
height : document.body.clientHeight - 32,
width : document.body.clientWidth,
columns : [ {
header : '操作',
dataIndex : 'service_id',
width : 130,
align : 'center',
id : 'service_id',
renderer : function() {
return '<a href="#" onclick="javascript:linemain.updOpr()"><img alt="处理" src="../../../../images/do.gif" /></a>&nbsp;&nbsp;'
+ '<a href="#" onclick="javascript:linemain.delOpr()"><img alt="删除" src="../../../../images/Icons/24shanchu.gif" /></a>';
}
},{
header :