The button groups (navigation buttons, print buttons and refresh buttons) appear twice in my ReportViewer. One of the buttons appear as disabled, the other one is enabled. ReportViewer is placed in a UserControl.
Any solution for this problem?
Thanks.
1 Answer, 1 is accepted
0
Chavdar
Telerik team
answered on 27 May 2008, 11:00 AM
Hi Hasan,
Please check whether the runat="server" attribute is set for the head element of the page in which the user control is loaded. This problem may also appear if you load the user control using an AJAX request. Currently AJAX updates are not supported by the report viewer.
If none of these suggestions help, please open a support ticket and send us a sample project which reproduces the issue.