We are using the radScriptBlock to add our own Javascript and everything works fine.
We encountered an issue today and we are trying to debug our Javascript, prior to using the radScriptBlock we would use the debugger command to stop the Javascript and step through.
How can we step through the Javascript that is within a radScriptBlock.
Right now the debugger command is being ignored, to make sure the we were executing the code where the debugger command was I changed the debugger to an alert command and the aler is being fired.
Thanks
We encountered an issue today and we are trying to debug our Javascript, prior to using the radScriptBlock we would use the debugger command to stop the Javascript and step through.
How can we step through the Javascript that is within a radScriptBlock.
Right now the debugger command is being ignored, to make sure the we were executing the code where the debugger command was I changed the debugger to an alert command and the aler is being fired.
Thanks