cfgrid - editing sucks
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