In security reason I check page query for user permissions.
If user haven't rights, server answer contains some specific commands to page
and no grid data.
But flexigrid wait grid structure long time.
I propose to use default structure in answer processing.
addData: function (data) { //parse data
/*!*/ data = $.extend({rows:[], page:0, total:0}, data);
Original issue reported on code.google.com by ymkin....@gmail.com on 7 Mar 2011 at 10:18
Original issue reported on code.google.com by
ymkin....@gmail.com
on 7 Mar 2011 at 10:18