Columns will not resize
Hello,
I had been experiencing 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.
What I narrowed the problem down to was a css include as similar to this:
It seems the media type of 'print' was causing the problem. Maybe this will help someone out or maybe I haven't found the root problem? Thanks
I had been experiencing 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.
What I narrowed the problem down to was a css include as similar to this:
<link rel="stylesheet" type="text/css" media="print" href="/css/style.css" />
It seems the media type of 'print' was causing the problem. Maybe this will help someone out or maybe I haven't found the root problem? Thanks
Adam W
August 9,