可以通过css控制图标的隐藏

/* 隐藏树形展开箭头图标*/
 .x-grid .tree-minus, .x-grid .tree-plus, .x-grid .tree-leaf{
	display : none;
}