Hi,
I have some text boxes inside a grid edit form. Everything works well except in IE. I can't edit any value of textbox. I click on one, and it unfocus automatically.
TextBox:
This is happening in every IE versions.
I have some text boxes inside a grid edit form. Everything works well except in IE. I can't edit any value of textbox. I click on one, and it unfocus automatically.
TextBox:
<
telerik:RadNumericTextBox
ID
=
"edDose"
runat
=
"server"
DbValue='<%# Bind("PRES_DOSE") %>'
Width="40" MaxLength="12" Height="22px" ShowSpinButtons="true">
</
telerik:RadNumericTextBox
>
This is happening in every IE versions.