or
| <asp:LinkButton CssClass=button ID="lbtn_showUserForm" runat="server" onclick="lbtnEdit_Click" CausesValidation="False" Enabled="False"> |
| <span class=edit><asp:Literal runat=server Text="<%$ Resource:btn_showuserform%>"/></span> |
| </asp:LinkButton> |
Hi telerik team,
I’m using Rad Scheduler in my site, when I browse the page that contains the Rad scheduler control in IE 8 the Scheduler appears as in the following Figure
http://www.4shared.com/file/165903118/7471bf11/IE8.html
As it should look like the following Figure
http://www.4shared.com/file/165902908/dbc5b88d/IE7.html
you can also see these files attached with the post
How can I solve the View of the Scheduler in IE8?
Notes:
I’m using the following Tools and technologies.
§ Operating System: Microsoft windows 7 .
§ Browser: IE 8.
§ .net Framework v 3.5.
§ Asp.net 3.5
§ Rad Controls for Asp.net Ajax ( 2008 Q3).
| <telerik:RadGrid ID="RadGrid1" runat="server" |
| AllowPaging="True" AllowSorting="True" GridLines="None" |
| ShowGroupPanel="True" Width="795px" Style="margin-left:15px;" |
| DataSourceID="XmlDataSource2" AutoGenerateDeleteColumn="True" ShowStatusBar="true" |
| AutoGenerateEditColumn="True" > |
| <MasterTableView autogeneratecolumns="False" EditMode="PopUp" CommandItemDisplay="Top" |
| datasourceid="XmlDataSource2"> |
| <EditFormSettings EditFormType="Template" InsertCaption="New Journal Entry" PopUpSettings-Modal="true"> |
| var combo = $find("<%= RadComboBox1.ClientID %>"); |
Line 21: Line 22: function onCheckBoxClick(chk) {Line 23: var combo = $find("<%= RadComboBox1.ClientID %>"); |