$("#dataGrid").datagrid({
onLoadSuccess : function () {
$(this).datagrid("fixRowHeight");
}
});
加入上面的代码就可以解决!
$("#dataGrid").datagrid({
onLoadSuccess : function () {
$(this).datagrid("fixRowHeight");
}
});
加入上面的代码就可以解决!