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
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