Thx for the Reply .. I have followed the source code of that Demo Grid page and now its working fine .. only thing that is missing was this line ..
rendergridrows: function(){
return dataAdapter.records;
},
But in the doc specified here .. it is .. that doesn’t work
http://www.jqwidgets.com/jquery-widgets-documentation/documentation/phpintegration/php-server-side-grid-paging.htm
rendergridrows: function (params) {
return params.data;
},
I think if updating the doc with the code should fix the future problem with Grid Paging .