Having a strange issue with cfgrid.has anyone run across this?

 

My editable grid has width values for each displayed column and displays
just fine.

 



 

The header is resizable by grabbing the middle divider and dragging left or
right.  When I do this though, the columns themselves don't resize, so I end
up with this.

 



 

The header and bottom menu bar have stretched to the right, but the columns
haven't moved.  Since this who grid is in a specifically-sized space on the
page, this expansion is causing the grid to move down underneath the
elements it was previously next to.

 

The cfgrid code is below.any thoughts?

 

<cfgrid name="punchlistTypeDataGrid"

      format="html" 

      pagesize="10" 

      selectmode="edit" 

      delete="yes"

      striperows="yes"

 
bind="cfc:#REQUEST.comDir#.punchlist.getpunchlist({cfgridpage},{cfgridpagesi
ze},{cfgridsortcolumn},{cfgridsortdirection})"

 
onChange="cfc:#REQUEST.comDir#.punchlist.editPunchlist({cfgridaction},{cfgri
drow},{cfgridchanged})">

            <cfgridcolumn name="PListType_ID" display=false header="ID"/>

            <cfgridcolumn name="PListType_Abbr" display=true
header="Abbreviation" width="100"/>

            <cfgridcolumn name="PListType_Name" display=true header="Name"
width="530"/> 

</cfgrid>

 

Thanks!

 

Mark Davis

__________________________________________________ 
ProjecTools.com 
P.O. Box 786 
Bellville, TX 77418 
(713) 371 9840 x 1308 
cell (303) 261-7851 
 <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]

 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Houston ColdFusion 
Users' Group" discussion list.
To unsubscribe, send email to [EMAIL PROTECTED]
For more options, visit http://groups.google.com/group/houcfug?hl=en
-~----------~----~----~----~------~----~------~--~---

<<inline: image001.png>>

<<inline: image002.png>>

Reply via email to