Dear DHTMLX team,
I’m tryng to use if in my grid, but I have some doubts. How can I make something like this:
if(confirm(‘Confirm delete’)==true)window.location=‘http://www.mydomain.com.br/link.php’
In a regular code, it should appear like this:
Is this possbile? How can I use the “if” correctly?
Thank you.