I solved the problem modifying the “grid.import.js” file.
I have added just one line (for json, for xml the same line can be added), the one in red below.In this way I can provide an importComplete callback function in the jqGridImport. Obviously, to make it more stable, I should check if the callback function has been provided.