I have a one parameter report that uses a drop down to select a report parameter before processing. If the display settings are 1024 X 768 then I get a scroll bar (Only in IE) which the parameter ends up being just about hidden and is unselectable. Under the same 1024 x 768 display settings Firefox and Chrome work fine.
Any ideas on how to get this to work correctly in IE?
Any ideas on how to get this to work correctly in IE?
<%
@ Register Assembly="Telerik.ReportViewer.WebForms, Version=4.1.10.921, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" Namespace="Telerik.ReportViewer.WebForms" TagPrefix="telerik" %>
<
telerik:ReportViewer ID="ReportViewer1" runat="server" Width="100%" Height="500px">
</telerik:ReportViewer>