Hello Experts,
I have added footer part in my rad grid & i want to display it in PDF file.
Is it possible to display Rad grid footer part in PDF file???
Thank You,
Ronak.
I have added footer part in my rad grid & i want to display it in PDF file.
If TypeOf e.Item Is GridFooterItem ThenDim footer As GridFooterItem = CType(e.Item, GridFooterItem)footer("Duration_Hours").Controls.Add(New LiteralControl("<span dir ='rtl' style='color: Black; font-weight: bold;'>Total Hours : " & lblTotalhours.Text & "</span> ")
End IfIs it possible to display Rad grid footer part in PDF file???
Thank You,
Ronak.