Hi,
I have on my page a RadGrid and an ASP Button. Default the Grid has a PageSize of 10. When I click the ASP Button, the Grid is exported to Excel using the default RadGrid export method. The properties I have set for Exporting are:
I have on my page a RadGrid and an ASP Button. Default the Grid has a PageSize of 10. When I click the ASP Button, the Grid is exported to Excel using the default RadGrid export method. The properties I have set for Exporting are:
- ExportOnlyData = true
- IgnorePaging = true
- OpenInNewWindow = true
When the button is clicked, the Grid is correctly (all rows) exported to Excel, but when I perform an action (after the export) on the Grid itself (sorting,paging,etc.) de AllowPaging property of the Grid is set to False and all rows in the Grid are shown on the Page.
When I set the AllowPaging property back to True, after the Export, still all rows in the Grid are shown on the Page.
Offcourse when I set the IgnorePaging property to False, this problem does not occur!
Can anybody help me with this problem?
Thanks,
Danny
P.s. I am using Telerik Controls versie 2009 Q2