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
2165
EndEdit method of igGridUpdating
posted

How to use "e" parameter of endEdit method? Documentation says:

.igGridUpdating( "endEdit", [update:bool], [e:object] );

  • update
  • Type:bool
  • Optional
  • Request to update grid with new values.
  • e
  • Type:object
  • Optional
  • Browser event. If it is defined, then events are raised.
I don't really understand what is "e" parameter good for. What events are raised? What kind of object should I pass to "e"? It would be good if you provide a short example. Thanks.


Parents
  • 20255
    Offline posted

    Hello Luis,

    This particular event is provided to end the row editing manually (when the row is putted in edit mode). In order to handle the event which is raised after that method you can handle editCellEnded/Ending or editRowEnded/Endind depends if you are using cell or row editing type.

Reply Children