3.2.0

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
May 5,
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)
May 6,
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
May 7,
Sorry... Found what the problem was. Another script created that disabled stylesheet for its own needs. All is fine now. Thanks.
Gary
May 7,

This topic is archived.

See also:


Back to support forum