Abu,
The grid works fine on my local LAMP server. However, the /lib/inc/jqgrid_dist.php script contains a line that will crash on some servers:
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
I corrected the problem by changing the statement to:
error_reporting(E_ALL & ~E_NOTICE);
Hope this helps — Bill