Grid cursor wait on double click on row

You need to execute some JavaScript code similar to this example:

In this case however you should set style.cursor to wait:
document.body.style.cursor = 'wait'

1 Like