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

How ca i replace default WinForms controls with RadControls for WinForms

1 Answer 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mina
Top achievements
Rank 1
Mina asked on 28 Dec 2013, 01:16 AM
Hello Support Team,

First, i would thank you for the greatest Tool i ever seen "Telerik Dev Tools ", really it's amazing :)
 am new user with Telerik, and i want to convert all my project default System Controls to RadControls
Is there any tool to automatically covert these controls ?
i tried This Topic but this adding Telerik DLLs fils to my reference, didnt actually transform the controls themselves.

Note*: um using VS2012 and Q3 2013 Telerik 
Thanks in advance
Mina 

1 Answer, 1 is accepted

Sort by
0
Ivan Petrov
Telerik team
answered on 30 Dec 2013, 03:46 PM
Hello Mina,

Thank you for writing and for the kind words.

Adding references to our assemblies would not convert the controls in your project(s) automatically. Doing so will only allow you to use our controls inside the projects. Currently there is no way to convert standard controls to RadControls and vice versa. The reason being that our controls and the standard controls are build using two different concepts. Although both share the same base technology (WinForms) they are not directly interchangeable. We are doing our best to keep the parts of our API that match standard controls' API the same but  there is much more functionality and flexibility in our controls which requires a richer API as well.

The way to perform the transition would be to do it manually, control by control. There are some cases where changing the type of a control (e.g., Label -> RadLabel) is possible but in more complex scenarios (e.g., DataGridView -> RadGridView) that is not the case. One more thing to consider is that we try to cover the full functionality of the standard controls but there might be scenarios that are not fully covered or are handled in a different way. Should you run into trouble converting any control or functionality you can always ask questions in our forums or open a support ticket to get advice and help.

I hope this will be useful. Should you have further questions, I would be glad to help.

Regards,
Ivan Petrov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
General Discussions
Asked by
Mina
Top achievements
Rank 1
Answers by
Ivan Petrov
Telerik team
Share this question
or