Hello M,
Thank you for your question.
Deploying your application using Telerik controls is similar to deploying any other .net application referencing dll assemblies. You have several options, but probably the easiest one is to go to the Solution Explorer, open the properties for each Telerik reference, and change the
Copy Local property to
true. Having done this, Telerik assemblies will be copied to your bin directory together with your exe assembly. In order to deploy your application, you will have to just copy these files to your client machines (x-copy).
A more advanced installation mechanism is to create an installer for your project (windows installer project).
You can find detailed information on both approached in MSDN: www.msdn.com.
All the best,
Nick
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.