Can JqGrid become responsive to display on mobile devices.
I have gone through below link, but not sure whether resize events would fire on mobile devices.
$(window).bind('resize', function() {
$("#jqgrid").setGridWidth($(window).width());
}).trigger('resize'); -- Resize event will trigger on mobile devices?