Checkbox ListGrid SmartGWT中自动生成的复选框列的列标题

Checkbox ListGrid SmartGWT中自动生成的复选框列的列标题,checkbox,smartgwt,listgrid,Checkbox,Smartgwt,Listgrid,如何使用ListGrid中的以下属性设置自动生成的复选框列的列标题 thisGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX) 我们不希望在标题中使用selectAll按钮,因此我们使用cowGrid.setCanSelectAll(false)删除了该按钮

如何使用ListGrid中的以下属性设置自动生成的复选框列的列标题

thisGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX)

我们不希望在标题中使用selectAll按钮,因此我们使用cowGrid.setCanSelectAll(false)删除了该按钮