How to use "e" parameter of endEdit method? Documentation says:
.igGridUpdating( "endEdit", [update:bool], [e:object] );
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.
Thanks Kolev, I understand what the method (not event) does but not how to use its parameter "e", could you bring an example of how to use it? what are the benefits of that parameter? I think there is a lack of information in this regard in the documentation, maybe I am wrong. Thanks again ;)