I have JQuery dialog box for inserting new row in table. And everything works good. Few days ago when I inserted FlexiGrid for Table started a problem for me. When I insert new
You can make use of the close event of jQuery dialogs.
close
More information on jQuery UI.
e.g.
$( "#newDialog-form" ).dialog({ ... close : function() { //functionality to clear data here } });