views:

33

answers:

0

I have a grid in a coldfusion flash form.

Users do not enter information directly into the grid. They enter data into a "Details Section" which is a collection of form items (textbox, selectbox, etc) bound to the grid.

I have actionscript which changes the values in the grid based on user entries.

The actionscript works properly because after making a change in the details screen and mousing over the selected record in the grid. The selected record updates values appropriately.

However, the grid onchange event uses the same code to update the values. When a grid value is changed, the values in the grid do not appear to update.

It is some type of refresh issue but I'm not sure how to fix it. Any ideas?