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

Doc/View application

1 Answer 100 Views
CAB Enabling Kit
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 30 Sep 2008, 12:46 AM
Hi all,

Im wanting to create a doc/view application, which manages toolbars, menus and windows, but I don't want to be locked down into writing everything Telerik dependent. Are there any threads on this site which demonstrates how to do this? How to write wrappers which allows the GUI toolkit to be upgraded, changed if needed.

Thanks
Justin

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 30 Sep 2008, 11:32 AM
Hello Justin,

Thank your for your interest in our controls.

Upgrading to a newer version is easy and does not require modifications of your code, unless there are breaking changes, which we rarely introduce. In most cases you have to just modify the references in your project. You can check this KB article for more ingformation: Updating RadControls for WinForms to another version or license.

Telerik controls are very similar to the standard windows controls - certain events and properties are the same. . Our controls are more advanced, but generally speaking things are similar.

Low coupling is a desired feature of almost any software project, and in short, you can achieve that with our controls. To decouple your UI from the rest of your code you can either implement your own design patterns or better use CAB which was created namely for this situation. Following the link you can find more information on CAB, general notes about Telerik integration with CAB, and Telerik CAB documentation.

I hope that this is a good starting point and thanks again for your interest in our controls. Please do not hesitate to contact me if you have further questions.

Regards,
Nick
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
CAB Enabling Kit
Asked by
Justin
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or