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

Dropdown has long delay

3 Answers 112 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
William
Top achievements
Rank 1
William asked on 10 Dec 2008, 06:56 PM
If I click on the dropdown arrow the box has a long delay before it opens (1 to 2 seconds).  Before it opens the following runs in the Output Window.  It does not matter if it is on my main form or a child form or with one item or 100.  Once it runs ALL dropdowns work fine after that.

Thanks


'Biosketch_2.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Workflow.ComponentModel\3.0.0.0__31bf3856ad364e35\System.Workflow.ComponentModel.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Biosketch_2.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Workflow.Activities\3.0.0.0__31bf3856ad364e35\System.Workflow.Activities.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Biosketch_2.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Workflow.Runtime\3.0.0.0__31bf3856ad364e35\System.Workflow.Runtime.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Biosketch_2.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Build.Utilities\2.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Biosketch_2.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Build.Framework\2.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Framework.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Biosketch_2.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.


3 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 12 Dec 2008, 05:57 PM
Hello William,

Thank you for contacting us.

I tested several scenarios, but I was not able to reproduce any performance issues regarding RadComboBox. Please make sure that you have followed the optimization suggestions mentioned in these Knowledge Base articles: Optimizing RadComboBox and RadListBox performance, Using UI Virtualization in RadComboBox and RadListBox.

As to the Output, the messages are normal since you run your project in Debug mode, but the assemblies referenced are in Release mode.

If you continue experiencing the issue, please open a new support ticket and send me a sample project which reproduces it. This will allow me to assist you further.

Regards,
Nikolay
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Marc
Top achievements
Rank 2
answered on 05 Apr 2009, 05:48 PM
I too was experiencing this same characteristic on my development laptop, running an external monitor.  Not only did the combo box experience an annoying delay in opening on the first time, but it also caused flicker in other controls on the same form.  I found DoubleBuffer code on the net and made sure each control on the form was double buffered.  This helped, but didn't solve the issue to satisfaction.

After testing our software on other machines I noticed the delay and flicker were not occurring on the other systems.  I then rechecked my laptop video card settings and monitor driver.  it turned out I never installed the proper monitor drivers for the external monitor, and after doing this the delay and flicker were gone entirely.

I hope this helps, and really love your controls.
0
Nikolay
Telerik team
answered on 06 Apr 2009, 04:33 PM
Hello Marc,

Thank you for the feedback. I hope that it will help others who may have similar issues.

I am updating your Telerik points for bringing your resolution to our attention.

Regards,
Nikolay
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
William
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Marc
Top achievements
Rank 2
Share this question
or