8 Answers, 1 is accepted
0
Shinu
Top achievements
Rank 2
answered on 20 Jun 2008, 04:26 AM
Hi Newbie,
Try Rebinding the Grid in the Export button's click event as shown below.
CS:
Thanks
Shinu.
Try Rebinding the Grid in the Export button's click event as shown below.
CS:
| protected void Button1_Click(object sender, EventArgs e) |
| { |
| RadGrid1.MasterTableView.ExportToExcel(); |
| RadGrid1.Rebind(); |
| } |
Thanks
Shinu.
0
newbie
Top achievements
Rank 1
answered on 20 Jun 2008, 04:05 PM
Rebinding the grid does not help.
0
Robert
Top achievements
Rank 1
answered on 20 Jun 2008, 08:19 PM
I have the same problem. I was lucky enough at this moment to be able to shut that feature off for now. I would appreciate like Newbie an answer to the filter options not showing up after the export.
Thanks for the reply.
Thanks for the reply.
0
Princy
Top achievements
Rank 2
answered on 23 Jun 2008, 05:30 AM
Hi,
Go through the following KB article.
Filtering Menu fails to display after Export from AJAXified Grid
Thanks
Princy.
Go through the following KB article.
Filtering Menu fails to display after Export from AJAXified Grid
Thanks
Princy.
0
newbie
Top achievements
Rank 1
answered on 23 Jun 2008, 06:13 PM
Thanks Princy.
The article says that 'The client-side setIsInPostBack function should be overridden so that the filtering menu can be displayed again.'
Do I have to do some additional task to override the setIsInPostBack Function.
It wasn't very clear to me from the article.
I added the script to my prerender function but my filter dropdown still does not show after an export.
Can you provide some additional info?
The article says that 'The client-side setIsInPostBack function should be overridden so that the filtering menu can be displayed again.'
Do I have to do some additional task to override the setIsInPostBack Function.
It wasn't very clear to me from the article.
I added the script to my prerender function but my filter dropdown still does not show after an export.
Can you provide some additional info?
0
Hello,
The only thing that you need to do is to include the code in the OnPreRender handler. You can put a breakpoint there, to make sure that it is executed. The code included in it handles the task.
Greetings,
Yavor
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
The only thing that you need to do is to include the code in the OnPreRender handler. You can put a breakpoint there, to make sure that it is executed. The code included in it handles the task.
Greetings,
Yavor
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
newbie
Top achievements
Rank 1
answered on 24 Jun 2008, 04:40 PM
You mean the OnPreRender handler for the grid?
0
Hi newbie,
You can put the code in the PreRender handler of the page.
The problem is resolved with the latest version, though. Please, download it and upgrade the project to the latest version labeled 2008.1.619. Let us know whether it works for you.
All the best,
Konstantin Petkov
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You can put the code in the PreRender handler of the page.
The problem is resolved with the latest version, though. Please, download it and upgrade the project to the latest version labeled 2008.1.619. Let us know whether it works for you.
All the best,
Konstantin Petkov
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center