I'm trying to find out if you guys make the source code available for download for the WPF Controls Examples. I would do the clickonce app that you guys link to in your help (i.e. http://demos.telerik.com/wpf) but it requires SQL Server Express '08. I don't have that installed nor do I want to install it just to get to your demos...What's my alternative?
Thanks
16 Answers, 1 is accepted
The Demos source code is available in the UI for WPF product download page in your Telerik account (under Products & Subscriptions menu). For more detailed steps you can check the first steps in this help topic - you will have to select the "Demos" link.
Hope this helps.
Regards,
Yana
Telerik

Thanks.
Please note that the online WPF Demos use the latest release of UI for WPF and their source is available in the download page of the same release - currently it is Q1 2014 SP1. If you downloaded an older version, indeed, the source will not be the same as the online Demos.
Hope this clears things up.
Regards,
Yana
Telerik

You can find the source code of the WPF demos in your account. Just follow this link and download the Telerik_UI_for_WPF_2015_1_0225_Demos.zip archive.
Hope this helps.
Regards,
Kalin
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

This link is valid for accounts with an active purchase license. Since you have only downloaded a trial, you will need to browse to the Trial download section instead: here.
Let me know if you can now access the demos.
Regards,
Dimitrina
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

For anyone looking to get source code for wpf demos, i found that there was no link in the account pages i could find, but stripping the pmvid param from that link @Kalin posted used latest applicable version for me - but i am still in upgrade period so small chance it wont work if you can only download old version (obviously i cant test that)
http://www.telerik.com/account/your-products/product-versions.aspx?pid=601
You could also use the 'Other Versions' link on the page to get explicit versions of all wpf related files, source code for controls and demos included.

Hi,
I already bought a license DevCraft Complete (Developer License with Subscription and Priority Support) but when I tried to download the source code of the WPF demos, he said, "We are sorry, but only licensed users are eligible for downloading the software."
can some one help me
thanks
It seems like the hyperlink you have found leads to a different version (most probably an older one) of the suite than the one activated for your account.
To get the source code of the examples, you could log into your account, click on the Products & Subscriptions tab, choose the DevCraft Complete package and click on the Download button. Then, find the UI for WPF section in the grid and click on the link that says Browse all product files. Now you should be able to find the file named Telerik_UI_for_WPF_[version]_Demos.zip in the Resources section.
Regards,
Tanya
Telerik

Thanks @Tanya for help , I could finally download the demo, but I have a question, can I lunch any of the controls for it project or I have to go through the Exemples.Wpf project, because if I go through it, it works, but if I go directly through one of the controls, there are errors
The examples are a Click Once application and you should use the project that contains the demos for all the controls from UI for WPF. Otherwise, you won't be able to build and run since there are dependencies between the samples and the other projects included in the solution.
Regards,
Tanya
Telerik

Hi ,
I am trying to evaluate telerik controls. Can I get the project which uses all the controls , so that I can debug and find how it is working?
I am in the trial period of 30 days.
thanks Daksha
You could download the source code of our examples from your account. The files are available under the Products & Subscriptions tab -> Trials -> locate UI for WPF -> Download. The file is called Telerik_UI_for_WPF_[version]_Demos.zip.
Hope this is helpful.
Regards,
Tanya
Telerik

xmlns:telerikQuickStart="clr-namespace:Telerik.Windows.Controls.QuickStart;assembly=QuickStart.Common"
Or
<telerikQuickStart:QuickStart.ConfigurationPanel>
<StackPanel Orientation="Vertical" Margin="3">
<telerik:RadButton Content="Save Layout" Click="ButtonSave_Click" Margin="0 2" />
<telerik:RadButton x:Name="LoadLayoutButton" IsEnabled="False" Content="Load Layout" Click="ButtonLoad_Click" Margin="0 2" />
</StackPanel>
</telerikQuickStart:QuickStart.ConfigurationPanel>
You can download the source code of the demo application and find all the required code there via your telerik.com account. You can read more about this in the Installing WPF Demos and Download Product Files articles.
Regards,
Martin Ivanov
Progress Telerik