Hi,
I am using a custom popup template to add and edit rows on the grid. I can add and modify rows just fine and everything stores to the db the way it's supposed to.
However, I am finding that if I:
1: add a new row via the template
2. hit save,
3. come back to the main grid from the popup template.
4. immediately hit the EDIT button and go back to the template and correct a mistake.
5. hit the save button on the template.
when this sequence is followed the OnPostCreate gets called intead of OnPostUpdate.
It's like it never got out of edit mode.
If I refresh the grid by navigating someplace else and coming back all the data is correct. It's only in this rare instance.
Any ideas?
Thanks … Ed