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

exporting grid data to excel

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
shiva
Top achievements
Rank 1
shiva asked on 04 Aug 2010, 01:23 PM
hi,

1>In my application,rad grid is in AjaxPanel.
In normal
button_click()
{
        RadGrid1.MasterTableView.ExportToExcel();
}
and i gave like this
  <ExportSettings ExportOnlyData="false" HideStructureColumns="false"
                                IgnorePaging="True" OpenInNewWindow="True">
   </ExportSettings>
Output:   Only one page data is exporting to excel
2>So I tried,by removing radgrid from AjaxPanel
Then also Only one page data is exporting to excel
Give me the suggestion to export all the pages of the grid to Excel.

Thank u.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 05 Aug 2010, 03:09 PM
Hello Shiva,

This happens when using simple data-binding. I strongly recommend that you consider taking advantage of the advanced data-binding.

Regards,
Daniel
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
shiva
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or