I have one jqxGrid , that I want to export. By default jqWidget uses it own server url instead of that I want to use my url.But for custom url export is not workking.
code
var url=window.location.href
$("#jqxgrid").jqxGrid('exportdata', 'xls','data',true,null,false,url);