In grid can't use sweetalert

Is there a way to have a SweetAlert type message even in the procedures of a grid?

I can only get a message out like that
echo " < script type=‘text/javascript’>alert(‘message’); < /script>";

very ugly

1 Like

I am not sure what you want. Did you try sc_alert()?

In a grid, in a PHP button, in a part of the code, I need a message to appear
i can’t use sc_alert() sc_ajax_message()
the only that work in sc_confirm() but i don’t want the yes no choice.
so…
echo " < script type=‘text/javascript’>alert(‘message’); < /script>";

hola lo pudiste realizar??

No
at the end i open a modal form that simulate the message

seria bueno hacerlo,te dejo esta imagen la insertas ene l evento onScriptInit y luego la llamas sea en el onrecord. esta imagen me la pasaron y me dijeron eso. no me a funcionado si lo logras me dices por fa. Gracias


en el onrecord va esto

eso lo haces con una aplicacion de tipo b l a n k ?