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

ASP.net combobox not working in framework 4

6 Answers 265 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Nath
Top achievements
Rank 1
Nath asked on 17 Oct 2011, 03:27 AM
Hi

I have an ASP.NET 3.5 web project running in a fraemewok 4.0 pool on IIS 6.  We have an old ComboBox control (RadComboBox.Net2.dll version 2.8.4.0) that seems to not render properly. 

Each individual item renders a <div> tag with the same id (the name of the control).

Is there some fancy way we can get this to render correctly - so that it works - using the web.config file or something?

 

6 Answers, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 17 Oct 2011, 09:54 PM

I have a similar problem.  I am using .net 4.0  and the radcombobox has no drop down arrrow and
instead shows the word "Select" and it will not drop down and you can't type in it.  I hope we get a response soon.
Thanks.
retsamcmfj
0
Dimitar Terziev
Telerik team
answered on 20 Oct 2011, 04:03 PM
Hi Nathan,

Could you check whether the same behavior is experienced when the application is running under default application pool ?

Regards,
Dimitar Terziev
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
Nath
Top achievements
Rank 1
answered on 20 Oct 2011, 09:11 PM
Sorry for the confusion.  Framework 4.0 is selected on the virtual directory for the site.  It happens regardless of what pool it is in so yes, it also happens in the default pool.

The same control works fine in an ASP.NET 4 compiled project running in IIS under framework 4.  It's only on an ASP.NET 3.5 compiled project running in IIS under framework 4 that we have the problem.
0
Dimitar Terziev
Telerik team
answered on 27 Oct 2011, 11:07 AM
Hi Nath,

In case you are using the following (RadComboBox.Net2.dll version 2.8.4.0) version of the combobox, please check whether the problem is reproduced with the DLL attached.

In case the problem is not reproduced, please open a support ticket and we will provide the dev version, since the one attached is a trial one.

Greetings,
Dimitar Terziev
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
Mark Herried
Top achievements
Rank 1
answered on 03 Jan 2012, 09:33 PM
.net 4.0 does render differently.

<system.web>
       <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>  
 <httpRuntime requestValidationMode="2.0" />
  </system.web>

The controlRenderingCompatibilityVersion will probably fix your issue.

We had to do the requestvalidationmode for RadEditor controls.

For more information, you could visit microsofts .net 4.0 breaking changes white paper.



0
Ace
Top achievements
Rank 1
answered on 20 Feb 2012, 04:44 AM
Also have the same problem. I've tried the previous solution but still not working in my project..

btw, my project is on asp.net mvc..
Tags
ComboBox
Asked by
Nath
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Nath
Top achievements
Rank 1
Mark Herried
Top achievements
Rank 1
Ace
Top achievements
Rank 1
Share this question
or