or
Hi guys,
before I export grid to pdf I need to write couple of titles lines include header from another grid.My pdf format should look like this:
Title: NYC DEPT OF EDUCATION
BUREAU OF COMPENSATION
ROSTER - 9/08 thru 06/09
Header coming from another grid:
TOTAL DAYS - 80 TOTAL AMOUNT - 1900
And then detail data which I exporting to PDF.
Please help me with that issue.So far I only have the following code:
PriReportGrid.ExportSettings.Pdf.PageTitle = "NEW YORK CITY DEPT.OF EDUCATION ";
PriReportGrid.MasterTableView.ExportToPdf();
Thanks so much
<
tool
name
=
"SpellCheck"
/>
<
tool
name
=
"AjaxSpellCheck"
/>
protected void RadTreeView1_NodeExpand(object sender, Telerik.Web.UI.RadTreeNodeEventArgs e)
{
//Debug here
RadTreeNode firstChild = new RadTreeNode("new child1", "new1");
firstChild.Checked = e.Node.Checked; //e.Node.Checked is always false!
}