I need sample code for MOSS webpart.
I want "export to excel" feature in Ajaxified Radgrid.
Please send me a sample code.
Thanks,
Anwar
1 Answer, 1 is accepted
0
Daniel
Telerik team
answered on 15 Dec 2009, 07:09 PM
Hello Anwar,
Export with ajax enabled is not attainable due to limitations of the XmlHttpRequest object. You will need to perform the export operation with regular postback as explained in this help topic (see the code library thread linked at the bottom of the article as well).