Can any one help me out how to export the jquery grid data to excel?
I have inserted one button call export?
$("#Export").click(function(){
I am little confuse what should I write?
});
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you can’t do it with pure jQuery or javascript (maybe there is some ugly IE/ActiveX solution, but i want to have nothing to do with it 😛 ). I think you need to use some server side scripting. Here is a solution with PHP: http://phpexcel.codeplex.com/