1.日期框只能选择不能输入属性设置
data-options="editable:false"
2.列表中多出一列空白
.datagrid-view1{ width: 0px!important; }
3.页面加载之前执行
$(document).ready(function() {
});