Hi!
I have a radGridView, which has export to word command each row, however, I need to format the data, so I build the data I want as html string.
When the user click on the export to word command, I will take the DataKey to get the data and export to word document, on UI, it will popup to ask the to
open, saveAs or cancel (as we usual see for downloading command).
I have tried almost all of the sample code I could search from Google, it worked if it's a single button not inside the telerik:radGridView, once I tried within
telerik:radGridView, it always return a "Sys.webForms.PageRequestManagerParserErrorException" without much help message. UI sample as attached file.
Could I get a sample code for my case? Thank you in advanced!