Skip to main content
Inspiring
May 18, 2012
Question

cfgrid - editing sucks

  • May 18, 2012
  • 1 reply
  • 911 views

Hi there

I have a cfform with a cfgrid (CF9).

<cfgrid name="my_grid"  selectmode="edit" query="qryMy" insert="Yes" delete="Yes" format="XXX" >

Presenting the data from a query works fine.

However, when I try to edit the data I get in trouble.

Well, editing works, the data just do not arrive in the action-script as they are supposed to do ...

In the action-script I use   <cfdump var="#Form#" > to see what's arriving.

XXX=applet:

Works somehow reliable.

When I edit more than one row and the latest row I edit is the last row in the grid, the data of the last row will not show up in <cfdump var="#Form#" >

XXX=html:

Unusable.

When I edit more than one row, there are always only n-1 rows showing up in <cfdump var="#Form#" >. And the data are confused/mixed up between the different lines.

XXX=flash:

No data show up in <cfdump var="#Form#" >

Did I miss something? This 'feature' now sucks me for 9 hours and I don't get around with it ..

-Didi

    This topic has been closed for replies.

    1 reply

    Didi3Author
    Inspiring
    May 18, 2012

    To be more specific:

    I start with

    Then I edit the Answers to

    The action page with <cfdump var="#Form#" > shows

    Which finally results in

    I cannot see what I am doing wrong ..

    -Didi

    Didi3Author
    Inspiring
    May 25, 2012

    one week, no response.

    What does this mean?

    Stupid question or stupid tag?

    -Didi