This question is locked. New answers and comments are not allowed.
When I call ajaxRequest on the grid - is there a way to get the json object which the server sends back. I add some extra parameters to it, in order not to go to the server twice. On
Databound event seems not to have it.
$('#Grid').data('tGrid').ajaxRequest(params);
*****server processes the request and sends json response back with some additional params
function onDataBound(){
//need to somehow get the additional params from the json object
}