Hi,
I am having Rad Grid, which has a child grid inside, Click on particular row in the parent Grid, I am displaying child Grid. I want to Export the entire Grid with expanded child grid to PDF. I tried the samples given in the Telerik forums,
On Button Click Event:
I am getting following error:
System.SystemException: At least one of minimum, optimum, or maximum IPD must be specified on table.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more
Can anyone help me on this.
Thanks, Malli
I am having Rad Grid, which has a child grid inside, Click on particular row in the parent Grid, I am displaying child Grid. I want to Export the entire Grid with expanded child grid to PDF. I tried the samples given in the Telerik forums,
On Button Click Event:
grid.ExportSettings.ExportOnlyData =
true;
grid.MasterTableView.HierarchyDefaultExpanded =
true;
grid.MasterTableView.ExportToPdf();
I am getting following error:
System.SystemException: At least one of minimum, optimum, or maximum IPD must be specified on table.
at Telerik.Web.Apoc.ApocDriver.FireApocError(String message)
at Telerik.Web.Apoc.Fo.Flow.Table.SetIPD(Boolean bHasProportionalUnits, Int32 maxAllocIPD)
at Telerik.Web.Apoc.Fo.Flow.Table.CalcFixedColumnWidths(Int32 maxAllocationWidth)
at Telerik.Web.Apoc.Fo.Flow.Table.Layout(Area area)
at Telerik.Web.Apoc.Fo.Flow.Block.Layout(Area area)
at Telerik.Web.Apoc.Fo.Flow.TableCell.Layout(Area area)
at Telerik.Web.Apoc.Fo.Flow.TableRow.Layout(Area area)
at Telerik.Web.Apoc.Fo.Flow.AbstractTableBody.Layout(Area area)
at Telerik.Web.Apoc.Fo.Flow.Table.Layout(Area area)
at Telerik.Web.Apoc.Fo.Flow.Block.Layout(Area area)
at Telerik.Web.Apoc.Fo.Flow.Flow.Layout(Area area, Region region)
at Telerik.Web.Apoc.Fo.Flow.Flow.Layout(Area area)
at Telerik.Web.Apoc.Fo.Pagination.PageSequence.Format(AreaTree areaTree)
at Telerik.Web.Apoc.StreamRenderer.Render(PageSequence pageSequence)
at Telerik.Web.Apoc.Fo.FOTreeBuilder.EndElement()
at Telerik.Web.Apoc.Fo.FOTreeBuilder.Parse(XmlReader reader)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more Can anyone help me on this.
Thanks, Malli