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

RadNumericTextbox and UpdatePanel

2 Answers 82 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chue Shee
Top achievements
Rank 1
Chue Shee asked on 02 Mar 2012, 10:03 PM
Hello all,

I am having an issue using the RadNumericTextbox with UpdatePanel.  On every other postback, it would display the below message in the UpdatePanel. I am using the RadNumericTextbox in a RadGrid.

The Message:  9274|updatePanel|ctl00_ctl26_g_ba5d72b6_620b_453e_a4a2_8e74af493901_ctl00_ctl00_ctl26_g_ba5d72b6_620b_453e_a4a2_8e74af493901_ctl00_grdItemsPanel|

RadNumbericTextbox Settings:

<telerik:RadNumericTextBox

ShowSpinButtons="true"

IncrementSettings-InterceptArrowKeys="true"

IncrementSettings-InterceptMouseWheel="true"

Width="35px"

runat="server"

ID="qty"

MaxValue="99"

MinValue="1"

Value="1"

AutoPostBack="true"

OnTextChanged="qty_TextChanged">

 

<NumberFormat DecimalDigits="0" />

 

</telerik:RadNumericTextBox>



Another approach but failed:  Instead of using the UpdatePanel, I tried using RadAjaxManager but it is not doing a PostBack when the RadNumericTextBox number changes.

Has anyone experienced this behavior and have suggestions?

2 Answers, 1 is accepted

Sort by
0
Accepted
Maria Ilieva
Telerik team
answered on 07 Mar 2012, 05:48 PM
Hello Chue,

The presented error most common appear in case you have nested UpdatePanels ont he page or you have added UpdatePanel into the RadGrid control. Please make sure that the whole RadGrid is wrapped with UpdatePanel and not only inner controls.

Regards,
Maria Ilieva
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
Chue Shee
Top achievements
Rank 1
answered on 07 Mar 2012, 06:24 PM
Hi Maria,

Thank you very much for your help.  I was able to identify the issue and fixed it.

Issue solved.
Tags
General Discussions
Asked by
Chue Shee
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Chue Shee
Top achievements
Rank 1
Share this question
or