DATAGRID中还有滚动条 
把他放入Div中设置他的属性<DIV class="div" style="WIDTH: 99.99%; POSITION: relative; HEIGHT: 150px" ms_positioning="GridLayout">.div 
 {
  OVERFLOW: auto;
  width :100%;
  height :200px ;
  border :#FF8000 1px solid;
   text-align :center;
 }