I'm attempting to export a radgrid to pdf with an HTML table header at the beginning of the pdf. I have the header & the grid exporting, but the HTML table header only renders on 1 line, ignoring table rows. I need help getting the header to render as a formated table.
Thanks.
"<table width="
"100px"
"><colgroup><col /></colgroup><tr><td>row 1</td></tr><tr><td>row 2</td></tr></table>"
Thanks.