This is a migrated thread and some comments may be shown as answers.

edit popup firefox/IE9

2 Answers 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ken
Top achievements
Rank 1
Ken asked on 28 Sep 2011, 07:12 PM

I am using both IE9 and Firefox 7 on the popup edit they display differently. I have a required validation on some fields.

<telerik:GridTemplateColumn HeaderText="First Name" UniqueName="First_Name" AllowFiltering="False">
    <EditItemTemplate>
        <telerik:RadTextBox ID="tbFirstName" runat="server" Text='<%# Bind("First_Name") %>'>
        </telerik:RadTextBox>
        <asp:RequiredFieldValidator ID="rfvFirstName" runat="server" ErrorMessage="(Required)"
            ControlToValidate="tbFirstName" ForeColor="Red"> </asp:RequiredFieldValidator>
    </EditItemTemplate>
    <ItemStyle HorizontalAlign="Left" />
    <ItemTemplate>
        <asp:Label ID="lbFirstName" runat="server" Text='<%# Eval("First_Name", "{0}") %>' />
    </ItemTemplate>
</telerik:GridTemplateColumn>

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Sep 2011, 05:16 AM
Hello Ken,

I am not sure about the telerik DLLversion that you are using. If you are using older DLL version it doesn't have full support on the latest browser. If you would like to ensure that AJAX controls are compatible with the new major versions of IE 9, FireFox 4 and Google Chrome10 browsers, you will need to migrate at least to version 2011.1.315. Also Telerik supports Firefox 5 officially with the 2011 R1 Service Pack 2 . With older versions these browsers are only partially supported.

Also check this help article.
Upgrading RadControls Trial to RadControls Developer license or newer version.

Thanks,
Shinu.
0
Ken
Top achievements
Rank 1
answered on 29 Sep 2011, 01:37 PM
I am using the latest Telerik version 2011.2.915.35
Tags
Grid
Asked by
Ken
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ken
Top achievements
Rank 1
Share this question
or