Percentage Based Columns
When defining columns as:
#grid1 .aw-alternate-even {background: #EDF3FE;}
#grid1 .aw-alternate-odd {background: white;}
#grid1 .aw-header-0 {font-weight: bold; line-height: 20px;}
#grid1 .aw-rows-selected {background: #316ac5;}
.aw-grid-control { height: 100%; width: 100%; font-size: 11px; }
#grid1 .aw-column-0 { width: 25%; line-height: 25px; font-size: 11px; }
#grid1 .aw-column-1 { width: 25%; text-align: right; line-height: 25px; font-size: 11px; }
#grid1 .aw-column-2 { width: 25%; text-align: right; line-height: 25px; font-size: 11px; }
#grid1 .aw-column-3 { width: 25%; text-align: right; line-height: 25px; font-size: 11px; }
The columns each end up being 100% of the screen width (i.e. you have to scroll over 4 full window widths to get to the last column). Any ideas how to fix this?
#grid1 .aw-alternate-even {background: #EDF3FE;}
#grid1 .aw-alternate-odd {background: white;}
#grid1 .aw-header-0 {font-weight: bold; line-height: 20px;}
#grid1 .aw-rows-selected {background: #316ac5;}
.aw-grid-control { height: 100%; width: 100%; font-size: 11px; }
#grid1 .aw-column-0 { width: 25%; line-height: 25px; font-size: 11px; }
#grid1 .aw-column-1 { width: 25%; text-align: right; line-height: 25px; font-size: 11px; }
#grid1 .aw-column-2 { width: 25%; text-align: right; line-height: 25px; font-size: 11px; }
#grid1 .aw-column-3 { width: 25%; text-align: right; line-height: 25px; font-size: 11px; }
The columns each end up being 100% of the screen width (i.e. you have to scroll over 4 full window widths to get to the last column). Any ideas how to fix this?
Joe
January 3,