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

RadComboBox and asp UpdatePanel

2 Answers 216 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Kresimir
Top achievements
Rank 1
Kresimir asked on 06 May 2013, 08:27 PM
Hi.

I have one issue and no idea how to aproach it.

On development server, IIS7, I have RadComboBox with AutoPostBack under UpdatePanel and it works fine.
Ajax partial refresh works as it's supposed to do.

But, when I publish project and upload it to production server (IIS7), on RadComboBox change whole page is reloaded, not only UpdatePanel content. No any javascript errors.
Please notice that Asp:Button, which is also AutoPostBack and under same UpdatePanel, reloads just UpdatePanel content on development and production server, as it's supposed to do.

This was tested with Telerik versions 2010 and 2012.

Any ideas what is wrong?

Thanks in advance

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 09 May 2013, 07:07 PM
Hi,

 Please share the exact mark-up that you use with RadComboBox so that we could inspect the issue and be more helpful with this issue.

All the best,
Plamen
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
Kresimir
Top achievements
Rank 1
answered on 10 May 2013, 07:18 AM
Problem was resolved a few minutes ago.

Just added attribute ClientIDMode="AutoID" on RadComboBox and all works fine on live server.

Thank you anyway.

Best regards
Tags
Ajax
Asked by
Kresimir
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Kresimir
Top achievements
Rank 1
Share this question
or