Is there any way to clone an existing jqGrid without knowing the original jqGrid properties? I mean: to create a new jqGrid by copying all the properties from an existing grid.
Is there a function to retrieve all the properties of an existing grid, then maybe also override some of them, and then to create a new grid with these properties?