Hello,
I want to know that about Radeditor, Can we save the value of Form Control's Value in database.
For Example- I have took the Text Box in RadEditor and fill some text in text box, And when i have take the html of this RadEditor it's look like as -
<span><input style="width: 100px; height: 22px;" type="text"></span> But i need the Value of this text box -
<span><input style="width: 100px; height: 22px;" type="text" value="RAJKS"></span> Please let me know is it possible because i have save same string in database.
I want to know that about Radeditor, Can we save the value of Form Control's Value in database.
For Example- I have took the Text Box in RadEditor and fill some text in text box, And when i have take the html of this RadEditor it's look like as -
<span><input style="width: 100px; height: 22px;" type="text"></span> But i need the Value of this text box -
<span><input style="width: 100px; height: 22px;" type="text" value="RAJKS"></span> Please let me know is it possible because i have save same string in database.
5 Answers, 1 is accepted
0
Hi,
This is an IE9 behavior to not save the value of the edited textbox. The only workaround that I could propose for fixing this issue is to render the page in IE8 mode using the following tag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
In Firefox the user is not allowed by the browser to type in the textbox elements.
Greetings,
Rumen
the Telerik team
This is an IE9 behavior to not save the value of the edited textbox. The only workaround that I could propose for fixing this issue is to render the page in IE8 mode using the following tag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
In Firefox the user is not allowed by the browser to type in the textbox elements.
Greetings,
Rumen
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.
0

Raaz
Top achievements
Rank 2
answered on 19 Feb 2013, 01:04 PM
Hi Rumen
Thanks for your suggetions its working fine.But i found one issues about textbox .
After Added it <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
When we type any text inside textbox it hasn't get any problem but when we deleted some text from that textbox through
using Backspace and Deleted key insted of text delete its totally deleted textbox from RadEditor.
We are not want delete textbox again and again only want delete some text and rewrite through textbox.
Any kinds of solutions present for that issues Let us know....we are waiting for your reply....
Thanks for your suggetions its working fine.But i found one issues about textbox .
After Added it <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
When we type any text inside textbox it hasn't get any problem but when we deleted some text from that textbox through
using Backspace and Deleted key insted of text delete its totally deleted textbox from RadEditor.
We are not want delete textbox again and again only want delete some text and rewrite through textbox.
Any kinds of solutions present for that issues Let us know....we are waiting for your reply....
0
Hello,
You have found a bug, which I logged for fixing in our bug tracking system. I also updated your Telerik points.
I noticed that if you select the text and delete it, the textbox is not deleted.
The bug reported in your first post is logged with high priority and if possible we will fix it during the service packs following the Q1 2013 release.
All the best,
Rumen
the Telerik team
You have found a bug, which I logged for fixing in our bug tracking system. I also updated your Telerik points.
I noticed that if you select the text and delete it, the textbox is not deleted.
The bug reported in your first post is logged with high priority and if possible we will fix it during the service packs following the Q1 2013 release.
All the best,
Rumen
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.
0

Raaz
Top achievements
Rank 2
answered on 25 Feb 2013, 12:01 PM
hi Rumen,
Now i checked RadControls For ASP.NET AJAX Q1 2013 release but we were found same issues .Its not solved still its pending.
can we know when it will be resolve for that bug.??
Because its urgent for us so please reply...
Now i checked RadControls For ASP.NET AJAX Q1 2013 release but we were found same issues .Its not solved still its pending.
can we know when it will be resolve for that bug.??
Because its urgent for us so please reply...
0
Hello,
The problem is logged as critical and we will do our best to fix it for Q1 2013 SP1.
Regards,
Rumen
the Telerik team
The problem is logged as critical and we will do our best to fix it for Q1 2013 SP1.
Regards,
Rumen
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.