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 :
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.
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.