well I know that this works...

<cfform format="flash" width="500"> 
        <cfformgroup type="panel" label="My Grid">
           <cfgrid name="myGrid" query="stuff" selectmode="row" 
colheaders="no"> 
                   <cfgridcolumn name="faqType" header="FAQ Type"> 
                   <cfgridcolumn name="faqQuestion" header="Question"> 
                   <cfgridcolumn name="faqAnswer" header="Answer"> 
                   <cfgridcolumn name="faqCatagory" header="Category"> 
                   <cfgridcolumn name="faqGroup" header="Group"> 
           </cfgrid> 
        </cfformgroup>
        <cfformgroup type="panel" label="Edit me here">
                <cfinput type="text" name="faqType" label="FAQ Type" 
bind="{myGrid.selectedItem.faqType}" /> 
                <cfinput type="text" name="faqQuestion" label="Question" 
bind="{myGrid.selectedItem.faqQuestion}" /> 
                <cfinput type="text" name="faqAnswer" label="Answer" 
bind="{myGrid.selectedItem.faqAnswer}" > 
                <cfinput type="text" name="faqCatagory" label="Category" 
bind="{myGrid.selectedItem.faqCatagory}" /> 
                <cfinput type="text" name="faqGroup" label="Group" 
bind="{myGrid.selectedItem.faqGroup}" /> 
        </cfformgroup>
        <cfinput type="submit" name="edit" value="Edit Me" />
</cfform> 

I just post and catch changes there based on the form var that track the grid 
row changes.
Hope this helps. 

:)
Gryphn

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210824
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to