All:
I have run into an interesting situation, where the entry on one cell calls for the update of the celll next to it via ‘cellendedit’ with an ajax call and then ‘setcellvalue’ upon success. Unfortunately, the ajax call will never be fast enough to update the data set BEFORE the editor is shown for the next cell, so the value in the editor will always be the cell value before the ajax call.
A simple work around would be to inject the value returned by the ajax call into the editor area, but I cannot find any calls that will return the active editor and the row/column that it is applying to. Any ideas?
Thanks