I am using your built in dataModel to call ajax (see bellow). Is there a way to handle the exception like regular ajax call?
dataModel:{
location: "remote",
recIndx: "recId",
sorting: "local",
dataType: "JSON",
method: "GET",
url: "getTcTrans.do",
getData: function (dataJSON) {
return {data: dataJSON};
}
},