easyui datagrid 在模态框中显示问题
$('#CustomEditForm_Prescribe').on("shown.bs.modal", function () {
$('#NAME_').combogrid('resize');
$('#_datagrid').datagrid('resize');
});
$('#CustomEditForm_Prescribe').on("shown.bs.modal", function () {
$('#NAME_').combogrid('resize');
$('#_datagrid').datagrid('resize');
});