I am new in jQuery/jQgrid coding. I am using jQgrid version is 4.4.4 & jQuery 1.8.3. I want to enable export to PDF/EXCEL functionality in my jQgrid. For that I referred
If you are on PHP, try phpGrid. Then you just need to call
$dg->enable_export('PDF'); // for excel: $dg->enable_export('EXCEL');
check out http://phpgrid.com/example/export-datagrid-to-excel-or-html. It generates jqGrid javascript required for rendering grid.