easyui的datagrid的复选框如何变成单选呢,使用datagrid的属性singleSelect,在表格属性定义时,设置singleSelect:true,如果为true,则只允许选择一行,无法进行复选操作。