Somebody knows a way to export the data from a jqgrid to excel?
I want to do a report using this jqgrid that i think is awsome. But i need to save or print this rep
create a form and a hidden element with the name "csvBuffer". This element gets set by the function. I had to change the line
html = html+"\n"
to
html = html+"\\n"
in order to escape it properly.