I am using 'multi' select in my table. When I edit a row's data using the editor I need the row to deselect after the successful update. I can't seem to get fnSelectNone to fire after the update. Any idea how I might accomplish this? Below is my non-working code.
editor.on('onSubmitSuccess', function () { this.fnSelectNone(); } );