I am writing a RowEditTemplate that will display when I am trying to add a new row. When I click my save button, the templateClosing event Args.get_saveChanges() equals true. However in templateClosed its set to false.
Why? .... Because the template is already closed and everything should have been committed in the Closing routine?
Thanks
Hi apalcer,
It has been some time since your post, however in case you still need assistance I would be glad to help.
The behavior you are describing seems to be the intended behavior for the grid's editing template. I suggest that you use the get_saveChanges() function at the templateClosing in order to implement your functionality.
Please feel free to contact me if you have any questions.