This is a migrated thread and some comments may be shown as answers.

Pagging are hide after Export to PDF in radgrid

1 Answer 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jignesh
Top achievements
Rank 1
Jignesh asked on 24 Mar 2010, 05:53 AM
Hello Friends,

 
I maintain the pagging from the code behind..., When i will follow the below step that time pagging will be not displayed on radgrid.
Step 1: Click on Export to PDF than pdf file will be generated.
Step 2: Filter any record that time filteration is working fine  but at a time pagging are not displayed.

If i will follow the same step for Export to Excel than pagging are displayed and working fine.

i used below code for export to pdf.

                        grdUsers.ExportSettings.ExportOnlyData = True
                        grdUsers.ExportSettings.OpenInNewWindow = True
                        grdUsers.ExportSettings.IgnorePaging = True
                        grdUsers.Rebind()
                        grdUsers.MasterTableView.ExportToPdf()
                        grdUsers.MasterTableView.AllowFilteringByColumn = True


Please help me

Thanks & Regards
Jignesh Patel

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 25 Mar 2010, 03:38 PM
Hello Jignesh ,

I noticed that you have opened a duplicate post on the same matter. Please, refer to the other forum post for additional information. To avoid duplicate posts, we can continue our communication there.

Kind regards,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Jignesh
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or