Edit: Ok, so I THOUGHT I answered my own question. Read up on asynchronous and synchronous modes via the online documentation. Here's my "solution".
ClientMethod onSelectRow() [ Language = javascript ]
{
// Set mode
var zenSynchronousMode='true'
// Do some synchronous stuff
// Turn off mode when done
zenSynchronousMode='false'
}
It hasn't worked :(
- Log in to post comments