I have added Listview in Header template in Template column, its showing the data on the grid as expected. When I am exporting to Excel or PDF its not exporting the header. Header you see in headertemplate.jpg is not exporting to PDF Thanks
protected
void
ButtonExport_Click(
object
sender, EventArgs e)
{
RadGrid1.ExportToPdf();
}