onBlur
fires when focus is moved out of the view
function onBlur( // the view that has previously been in focus prev_view: object): void
Example
Section titled “Example”datagrid.attachEvent("onBlur", function(prev_view){ // prev_view is the datagrid in question});