confirm dialog box export

Questionsconfirm dialog box export
Adrian asked 2 months ago

Hi,

It’s possible to create a confirm dialog box before export?

Tks

1 Answers
Abu answered 2 months ago

In the file lib/inc/jqgrid_dist.php

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

16 + 19 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



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!

Let us improve this post!

Tell us how we can improve this post?