.dgrid { position: relative; overflow: auto; /* This is needed by IE to prevent crazy scrollbar flashing */ border: 1px solid #ddd; height: 30em; display: block; color:black; } .dgrid-grid { height: auto; width: auto; } .dgrid-header { font-weight: normal; font-size:11px; height: auto; } .dgrid-content { position: relative; margin-top: 18px; /* height: 80%; */ } .dgrid .dgrid-cell { width: 50px; } .dgrid .dgrid-scroller { max-height: 200px; overflow: true; position: relative; } .dgrid .field-OBJECTID, .field-Shape.len { width: 0px; }
Solved! Go to Solution.