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 Reply Children