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

Big Problem..........

1 Answer 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
kailash r
Top achievements
Rank 1
kailash r asked on 19 Sep 2009, 09:00 AM
Hai im using telerik control in one of my windows form. The other forms are loading very fast.
but the telerik forms are take long to load. Im sure is not a coding problem.
How to make it fast?

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 23 Sep 2009, 02:54 PM
Hi kailash r,

There are some tips that can help you get the best performance from your WinForms application using Telerik RadControls.

- Optimize assembly performance with NGen:
http://www.telerik.com/support/kb/winforms/general/ngen-telerik-assemblies.aspx

- Load the extra themes within different thread. When you have themes which are not initially set to RadControls, but are set at a later moment in the application lifecycle (for example on a button click), you can load these themes in separate thread. Please refer to this Knowledge Base for additional information:
http://www.telerik.com/support/kb/winforms/themes/load-theme-components-in-a-separate-thread.aspx

- Always surround blocks of loading data with Begin/EndUpdate for the applicable controls:
http://www.telerik.com/support/kb/winforms/combobox-and-listbox/optimizing-radcombobox-and-radlistbox-performance.aspx
This also applies to RadGridView, especially when working in unbound mode, and to RadTreeView when batch loading nodes.

- Specify the neutral resources language, to save time when loading applications's resources, if applicable, especially when you do not use satellite resource assemblies. This can be done, by setting the assembly attribute, for example:
[assembly: NeutralResourcesLanguage("en-US")]

- Using always the latest version of RadControls for WinForms.
We are constantly in a pursuit of a better performing, feature rich products. As a result in the most cases each new version of RadControls for WinForms can give you better performance along with many new features and enhancements. Also I have t mention we do really try to keep the breaking changes list very short. Please make sure you have upgraded your projects to use the latest version of RadControls for WinForms. 

Greetings,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
kailash r
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or