3.2.0

V2 beta3 issue - edit grid cell with xml table?

For some reason when I edit a cell and move to next cell in a grid, the new cell value doesn't remain in a cell. I'm not sure what I'm doing wrong.
Did anyone find a fix for this one?
jeff
December 9,
Nothing wrong - editing only works with JS arrays in beta3. You have to wait until beta4 :-(
Alex (ActiveWidgets)
December 9,
Alex, could you tell us when the beta4 grid will be availabele?
lw
December 13,
Does editing work with XML tables now? I can't seem to get this to work.
Mike
February 7,
Are you using the latest RC1?
Tony
February 7,
I am using RC1. What I am trying to accomplish is loading XML (either from dataset or direct url) into the grid, allow editing of the data, and then retreive the edited XML through the getXML() method. Is this possible?
Mike
February 7,
I can get the grid to load the xml, and can get the cells to be editable, and the changes are retained in the grid when I key out of the cell. But when I make the getXML() call, the resulting xml has none of the data changes.
Mike
February 7,
I don't think it directly manipulates the XML that was sent from the server. The getXML() call will return the same data from the request. I tried to look at the source, but could not see immediately what gets changed when you edit a cell. Looks like it calls this function below after the edit, but I didn't trace it down to see what it does after the edit. I am assuming it may only be enabling/disabling the actual property to edit it.

AW.setReturnValue(event, false);
Tony
February 7,

This topic is archived.

See also:


Back to support forum