Hi,
I am using UltraWebGridExcelExporter and UltraWebGrid. When I export data to excel, I want to have 1 row between header and data. How can I do that with this control. It is simple export functionality. Do not prefer to use API or excel engine or code it.
I appreciate your response.
Thanks,
Prathiba
UltraWebGridExcelExporter1.DownloadName = "grid.xls"
UltraWebGridExcelExporter1.Export(gridname);
{
}
Did you ever find an answer to this question? I have the same need in my project.
Thanks!
Dave