Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8664227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:11:33+00:00 2026-06-12T17:11:33+00:00

Iam Trying to Export my RadGrid to Pdf in the same CSS Style of

  • 0

Iam Trying to Export my RadGrid to Pdf in the same CSS Style of the Grid…

here is my approach:

<ExportSettings IgnorePaging="true" OpenInNewWindow="true">
   <Pdf PageHeight="162mm" PageWidth="600mm" PageTitle="Payment Orders" DefaultFontFamily="Arial Unicode MS" Title="Payment Orders"
                PageBottomMargin="50mm" PageTopMargin="35mm" PageLeftMargin="150mm" PageRightMargin="50mm" Author="AbdanSoftware" PaperSize="A4" />
</ExportSettings>

Any way from Code-behing or ClientSide to do it..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T17:11:34+00:00Added an answer on June 12, 2026 at 5:11 pm

    You can set export settings for you RadGrid like so:

    RadGrid1.ExportSettings.FileName = "File Name"
    RadGrid1.ExportSettings.ExportOnlyData = True
    RadGrid1.ExportSettings.IgnorePaging = True
    RadGrid1.ExportSettings.OpenInNewWindow = True
    RadGrid1.ExportSettings.Pdf.PageHeight="162mm"
    RadGrid1.ExportSettings.Pdf.PageWidth="600mm"
    RadGrid1.ExportSettings.Pdf.PageTitle="Payment Orders"
    RadGrid1.ExportSettings.Pdf.DefaultFontFamily="Arial Unicode MS"
    RadGrid1.ExportSettings.Pdf.Title="Payment Orders"
    RadGrid1.ExportSettings.Pdf.PageBottomMargin="50mm"
    RadGrid1.ExportSettings.Pdf.PageTopMargin="35mm"
    RadGrid1.ExportSettings.Pdf.PageLeftMargin="150mm"
    RadGrid1.ExportSettings.Pdf.PageRightMargin="50mm"
    RadGrid1.ExportSettings.Pdf.Author="AbdanSoftware"
    RadGrid1.ExportSettings.Pdf.PaperSize="A4"
    

    Edit: To include css in your export you can do so in the HTMLExporting event for Word and Excel formats. For PDF exporting only inline styles are applied.

    Private Sub RadGrid1_HTMLExporting(sender As Object, e As Telerik.Web.UI.GridHTMLExportingEventArgs) Handles RadGrid1.HTMLExporting
        Dim css As String = "body { color: red; }"
        e.Styles.Append(css)
    End Sub
    

    Take a look at this documentation for more help on Word/Excel export, and this documentation for PDF export help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to export Telerik MVC chart to PDF using svg.dll (works well
I am trying to export a list of graphics as separate frames in PDF
I am trying to export my repeater to excel and here is my code...
i am trying to export the elements in gridview to excel spreadsheet. that grid
I am trying to export (save as, print) a figure into .pdf format. However,
I am trying to export an image from Flex application to svg. I saw
I am trying to export the user from database, but its showing But if
I am trying to export the following data in the query from ms sql
I am trying to export 260+ column query to Excel from SSMS 2005. When
I am trying to export some data like the name of the user to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.