Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfgrid - editing sucks

Explorer ,
May 18, 2012 May 18, 2012

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

914
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 18, 2012 May 18, 2012

To be more specific:

I start with

Capture1.GIF

Then I edit the Answers to

Capture2.GIF

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

Capture3.GIF

Which finally results in

Capture4.GIF

I cannot see what I am doing wrong ..

-Didi

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 24, 2012 May 24, 2012
LATEST

one week, no response.

What does this mean?

Stupid question or stupid tag?

-Didi

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources