:: Forum >>

Column resize

Hello,

I have a a problem where the columns in the grid would not resize. The column dividers could be dragged either left or right, but upon mouse release they would snap back to their original position.

When I look at source, I see that proper style is set for a column width. But for some reason, style element is marked as disabled: like this
<style disabled>
#grid_container .aw-column-2 {width: 188 px;}
<style>
Gary
Monday, May 5, 2008
The grid adds the column size rule into the last stylesheet in the document.styleSheets collection. If your last stylesheet is disabled - try to insert another empty <style> block after this one.
Alex (ActiveWidgets)
Tuesday, May 6, 2008
This is really strange. Actually, I looked over this forum before posting, and saw that suggestion. So I created this empty style element. But looks like grid created another after mine, with DISABLED property.
Gary
Wednesday, May 7, 2008
Sorry... Found what the problem was. Another script created that disabled stylesheet for its own needs. All is fine now. Thanks.
Gary
Wednesday, May 7, 2008

This topic is archived.


Back to support forum

Forum search