Hi I'm trying to position the error dialog to the top of the grid/page:
I guess this is the line that I need to change but can't seem to get the correct syntax?
jQuery("#info_dialog").abscenter();
Thanks.
2 Answers
I've emailed you an update.
Code is fine, but corrected the placement in emailed build, should be inside loadError handler.
// on error
$out .= ",'loadError': function(xhr,status, err) { }";
Your Answer