jqGridExport(options) – export the the current grid configuration to the desired format $(”#mygrid”).jqGridExport({exptype:”xmlstring”}); will export the current grid configuration as xml string
$(”#mygrid”).jqGridExport({exptype:”jsonstring”}); will export the current grid configuration as json string