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

Radgrid ItemTemplate Freeze in Chrome

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 13 Jul 2012, 05:53 AM
Dear Telerik,

I have some problem here in IE it's work well but in Google chrome all my control located in my Radgrid become freeze. I don't want to use EditItemTemplate in Radgrid because of my business problem. Here is my screenshot :

   
*Arrow red is indicating freeze control. I cannot change the value.

Here is some of my aspx :
<ItemTemplate>
    <telerik:RadNumericTextBox ID="lblNominationInstruction" runat="server" MaxLength="15"
        Width="100px" Visible="true" MinValue="0" NumberFormat-DecimalDigits="4" NumberFormat-DecimalSeparator="."
        NumberFormat-GroupSeparator="," NumberFormat-GroupSizes="3" NumberFormat-KeepNotRoundedValue="True"
        DisabledStyle-BorderStyle="None" Enabled="false" DisabledStyle-BackColor="Transparent"
        DisabledStyle-ForeColor="Black" Style="text-align: right" Text='<%# DataBinder.Eval(Container.DataItem, "EntryQuantity")%>'>
    </telerik:RadNumericTextBox>
    <asp:TextBox ID="txtNominationInstruction" MaxLength="15" runat="server" Visible="false"
        Width="100px" Style="text-align: right"></asp:TextBox>
</ItemTemplate>

In my simple term, my questions is :
"How can i using textbox, dropdownlist, and any other control inside RadGrid but I still can edit its value in Google Chrome ?"

Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Eyup
Telerik team
answered on 16 Jul 2012, 01:28 PM
Hi Michael,

You could use an Edit Form Template to achieve your desired requirements. Please check out the following demo which resembles your described scenario:
 Grid / Form Template Edit Form

I hope this will prove helpful.

Greetings,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or