Is it possible to get a grids DynEdit values asynchronously?  I have a form that sets up a grid with 3 DynEdit.  I can successfully set those values and present the form, but I cannot obtain those values in an asynchronous event.
When I call myvar := Grid1.DynEdits[0,r] I get the initial values that I populated the table with.  Is a POST required, or is there another method to be called?
Sorry, DynEdit values are not asynchronously sent back.