Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1445
Close Event Args ?
posted

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

  • 49378
    posted

    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.