I have a jqGrid where I get data at once from server (java) in JSON format. I want the data in the jqGrid to be exported into Excel format.
Till now I saw this page
I'm working with MOSS 2007 to export some lists(say 5 lists) to excel.My requirement is i need more than one lists to be exported to excel.I have added a CEWP in my page with a button so that by one click i can export more than one list datas to excel.nw i get a run time error when i use jquery
if( $('#WebPartWPQ3').is(':visible') )--->object expected error.
I dont find any div id to trace..so is anybody know the answer,pls be come out of it..
ans related to this issue is really really really appreciated..my code is as follows.