HI Guys,
I am getting HTML code insted of image and value in expoter.
//Add Row
Infragistics.Documents.Report.Grid.IGridCell cell = row.AddCell();
{
row = grid.AddRow();
cell = row.AddCell();
text = cell.AddText();
}
Convert.ToChar(UltraWebGridGrid1.Rows.Cells[j].Value
Insted of value I am getting HTML Code in this line.
I am trying to add section into PDF Export.
And in the section I want to add Table.
And mY table values is stored as Grid in the form.
AS such I want to Export one Grid in to PDF Export as Header.
And Body part of the PDF file is already other Grid with diffrent columns.
Thanks.
Dhaval
Please help me in this.
Yeah I want to get grid as header in PDF Expoter.
Thanks
It looks like you need to post this in the ASP.Net Forums if you are using UltraWebGrid.