I am using the AjaxManager on a DotNetNuke Control, I am posting here in hopes that it is reviewed quicker as this is a MAJOR issues. After upgrading to the most recent Telerik controls when I an ajax request happens all controls that are included in the UpdateControls list show the control name and other text next to them.
I did find one other post about this issue where the individual submitting the issue found that it was due to a malformed div tag. In my case all I have in the .ascx file is two controls a drop down list box and an image button. The image button is the control that initiates the ajax request and the combo box is the only control in the updatecontrols list.
After the ajax call I see the following string right before the combo box control:
1609|updatePanel|dnn_ctr841_ChassisSetupView_inputManufacturerPanel
There are no other controls on the page and this control has 0 div tags in it.
I did find one other post about this issue where the individual submitting the issue found that it was due to a malformed div tag. In my case all I have in the .ascx file is two controls a drop down list box and an image button. The image button is the control that initiates the ajax request and the combo box is the only control in the updatecontrols list.
After the ajax call I see the following string right before the combo box control:
1609|updatePanel|dnn_ctr841_ChassisSetupView_inputManufacturerPanel
There are no other controls on the page and this control has 0 div tags in it.
