Search the function:
function jqgrid_process_export(type)
And add following line at the top of the function:
function jqgrid_process_export(type)
{ if (!confirm(“Are you sure you want to export?”)) return;
…
}
Your Answer
How useful was this discussion?
Click on a star to rate it!
Average rating 0 / 5. Vote count: 0
No votes so far! Be the first to rate it.
We are sorry that this post was not useful for you!