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

Radtextbox not maintaining its text in IE 8

3 Answers 56 Views
Input
This is a migrated thread and some comments may be shown as answers.
Liji Jose
Top achievements
Rank 1
Liji Jose asked on 29 Apr 2010, 10:15 AM


Hi,

I am facing a strange issue with RadTextBox: I have a RadtextBox inside a RadGrid, when I click a button(outside the Grid) the value in the Textbox vanishes, it isnot maintaining the value. why is it so?

Another point to note is, this happens only for IE 8, the textbox is maintaining its value in IE 6.

What could be the reason?

Please let me know the solution for this issue...

-Liji Gilesh 

3 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 03 May 2010, 01:35 PM
Hello Liji,

Can you provide a bit more details on your scenario and explain how this textbox are added to RadGrid? Are this textbox controls in ItemTemplate of GridTemplateColumn or in the editors of the items?

Regards,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Liji Jose
Top achievements
Rank 1
answered on 05 May 2010, 07:57 AM

Hi Nikolay,

Ya, RadtextBox is inside the <GridTemplateColumn> of the RAdGrid. And  I am binding the Grid with a datatable at the server-side.

Mark Up for RadtextBox:

 

<telerik:GridTemplateColumn HeaderText="Value">

 

 

<ItemTemplate>

 

 

<telerik:RadTextBox ID="txtValue" runat="server" EnableViewState="true"/>

 

 

</ItemTemplate>

 

 

</telerik:GridTemplateColumn>

Note: The textbox is maintaining its value in FireFox 3.5.3 also..

Please provide me the solution.

-Liji Gilesh

 

0
Nikolay Rusev
Telerik team
answered on 05 May 2010, 01:55 PM
Hello Liji,

For your convenience I am attaching sample page. You can see that neither RadTextBox nor TextBox controls clears change their values on postback.

Regards,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Input
Asked by
Liji Jose
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Liji Jose
Top achievements
Rank 1
Share this question
or