This question is locked. New answers and comments are not allowed.
Hi,
We are using Telerik MVC Editor control (Version: 2011.2.712.340) in one of our projects. When we follow below scenario the Editor control gets disabled.
1. Fill in the control data.
2. Submit the form.
3. Once the form is loaded, when we click out side the Editor control and focus on the control it is not allowing to enter the text in it.
4. When this scenario occurred we are not able to focus on any of the text box control on the page.
Note: We are using MVC Ajax forms in the views.
Thanks
Ramesh M
We are using Telerik MVC Editor control (Version: 2011.2.712.340) in one of our projects. When we follow below scenario the Editor control gets disabled.
1. Fill in the control data.
2. Submit the form.
3. Once the form is loaded, when we click out side the Editor control and focus on the control it is not allowing to enter the text in it.
4. When this scenario occurred we are not able to focus on any of the text box control on the page.
Note: We are using MVC Ajax forms in the views.
Thanks
Ramesh M
5 Answers, 1 is accepted
0
Ramesh
Top achievements
Rank 1
answered on 12 Jun 2013, 06:56 AM
Hi,
We have upgraded to Telerik MVC Version "2012.3.1018.340" from "2011.2.712.340" but we are still facing this issue in Firefox. Below is more information on this issue...
1. We are loading the form in which the editor control is present using jquery $.ajax
2. When we call the view and append to body tag the editor control becomes read-only and even the text in that gets disappeared.
Can you please help on this as this is a high priority item for us.
Thanks,
Ramesh M
We have upgraded to Telerik MVC Version "2012.3.1018.340" from "2011.2.712.340" but we are still facing this issue in Firefox. Below is more information on this issue...
1. We are loading the form in which the editor control is present using jquery $.ajax
2. When we call the view and append to body tag the editor control becomes read-only and even the text in that gets disappeared.
Can you please help on this as this is a high priority item for us.
Thanks,
Ramesh M
0
Amol
Top achievements
Rank 1
answered on 12 Jun 2013, 09:56 AM
Any update on this Ramesh ? or telerik guys?
I am facing similar issue in 2012.2.607.340 version.
Thanks,
Amol
I am facing similar issue in 2012.2.607.340 version.
Thanks,
Amol
0
Ramesh
Top achievements
Rank 1
answered on 12 Jun 2013, 10:03 AM
Not yet Amol. I am hoping to receive some help from telerik team. This is a open item for me for some time now.
Thanks,
Ramesh M
Thanks,
Ramesh M
0
Amol
Top achievements
Rank 1
answered on 12 Jun 2013, 10:32 AM
This issue comes up , only when I change/edit the data in editor. (IE 8)
All my other textboxes got locked. Even on other pages.
Any idea from where we can get updates to these controls ? If its solves our purpose.
All my other textboxes got locked. Even on other pages.
Any idea from where we can get updates to these controls ? If its solves our purpose.
0
Amol
Top achievements
Rank 1
answered on 12 Jun 2013, 12:35 PM
Found a workaround by teammate.
select any text box. Your block textboxes will free.
$("textboxID").select();
Thanks,
Amol
select any text box. Your block textboxes will free.
$("textboxID").select();
Thanks,
Amol