RadControls for Silverlight 5 + SP1 Officially Released!

by Michael Crump's Blog | Comments 12

image

Hello everyone,

Santa came early this week with RadControls for Silverlight 5 and the Q3 2011 Service Pack 1!

Just last week I blogged that we will be releasing our Silverlight 5 build of RadControls shortly. I am pleased to announce that it is currently available to download right now by heading to your client account and selecting RadControls for Silverlight. This is built against Silverlight 5 and has passed all our Q/A checks for use in production applications.  We have however, noticed some quirks that made it through to the SL5 runtime from Microsoft (including the RadRichTextBox  wizard for SL and RadCalendar for WP7). We can happily say that we have already found a workaround and fixed the issue regarding the RadRichTextBox. So please let us know as soon as you see any odd behavior for any XAML tools (SL, WPF, or Windows Phone) and we can work to address it as quickly as possible.

Also included in this release is Service Pack 1. You can view the release notes to see more information on what is included.

In our RadControls for Silverlight, you now have access to exciting new controls like RadBarCode, RadCalculator, RadColorEditor, RadTreeMap and PivotMap and RadVirtualizingWrapPanel. We also have several controls in Beta that we are just as excited about including: RadChartView, RadGauge and RadPDFViewer.

If you need help getting up to speed with any of the controls then just check out our documentation’s “Getting Started” section. You may also review the tutorials located here:

I would encourage you to check out the demo page for a quick glimpse at what we have to offer.

If you need additional help getting up to speed with the new features in Silverlight 5 then check out Telerik’s 10 Laps around Silverlight 5 guide hosted at SilverlightShow.

Also be sure to check out the Telerik Silverlight controls overview page to see what we have been working on! We also have a great selection of WPF controls as well. If you have any questions then feel free to let me know.

sl-blog-CTA

About the author

Michael Crump - XAML RockStar!

Michael Crump

is a Microsoft MVP, INETA Community Champion, and an author of several .NET Framework eBooks. He speaks at a variety of conferences and has written dozens of articles on .NET development. He works at Telerik with a focus on our XAML control suite. You can follow him on Twitter at @mbcrump or keep up with his various blogs by visiting his Telerik Blog or his Personal Blog.

12 Comments

Peter
ho ho ho... and a happy new year!
The best news all week!
Dan
The Download from my account page says:
RadControls_for_Silverlight4_2011_3_1220_Dev.msi
is this the right one?  It says Silverlight 4
Dan
So I found a silverlight 5 binaries file.  Do I just replace the existing binaries.  Is my Visual Studio versioning going to get messed up?
Michael Crump
Hello Dan!
Just replace the existing .dlls with the ones found in the SL5 binary download and you should be good to go! In our Q1 release we will automatically add these to your project. 
Dan
I copied the silverlight 5 binaries over to the program files directory, but nothing will work.  I get the errors like:
Error    97    The type or namespace name 'RadGridView' could not be found (are you missing a using directive or an assembly reference?)    C:\Source\VSApps\TimeEntryDev\TimeEntrySL\obj\Release\Views\BatchDetail.g.i.cs    102    18    TimeEntrySL
I'm using windows XP and vs 2010
I've tried upgrade wizard and configure project, but they don't help
Michael Crump
Hey Dan, 
I mean in your Silverlight 5 project - Just remove the existing references and add them back using Browse File.. Also you can email me if you are still having problems. michael.crump@telerik.com
Dan
Sorry, the refresh posted twice.
But I'm ok now, I had to make sure to press unblock on the properties of the zipfile so the dlls would be unblocked.  I also had to make sure references stayed in the program files directory.
Phillip Trelford
Can you please release the source code to this release as you have with previous releases of the Silverlight RadControls?
Shoiab
i am getting an error RadCartisianChart could not be found. i have added the following dlls in me SL4 project.
telerik.windows.control
telerik.windows.control.chart
telerik.windows.control.charting
am i missing some library???
Shoiab
i am getting an error RadCartisianChart could not be found. i have added the following dlls in me SL4 project.
telerik.windows.control
telerik.windows.control.chart
telerik.windows.control.charting
am i missing some library???
syed wasiuddin
Syed AsifPosted 2 days ago (permalink)We are already using TelerikSL4 licence version ,so we are moving TelerikSL5,when we  updated the code sl4 to sl5 but RadRibbonView not working,We are using this version RadControls for Silverlight Q1 2013, when we work ribbonview of this verion we are unable to see the control in browser,We tried both the ways xmal and codebehind, but it not displaying in browserCodeBehind            RadRibbonTab r1 = new RadRibbonTab();            r1.Header = "Home";            RadRibbonGroup rg = new RadRibbonGroup();            rg.Header = "RibbonGroup";            RadRibbonButton rbbtn = new RadRibbonButton();            rbbtn.Content = "Save";            rg.Items.Add(rbbtn);            r1.Items.Add(rg);            PhoenixRibbonBar.Items.Add(r1);Designmode<telerik:RadRibbonView ApplicationButtonImageSource="AppIcon.png" Title="Microsoft Word">    <telerik:RadRibbonTab Header="Home">        <telerik:RadRibbonGroup Header="Clipboard">            <telerik:RadRibbonSplitButton Text="Paste" LargeImage="paste.png" Size="Large"                    telerik:ScreenTip.Title="Paste(Ctrl+V)"                    telerik:ScreenTip.Description="Paste the contents the Clipboard.">                <telerik:RadRibbonSplitButton.DropDownContent>                    <telerik:RadContextMenu BorderThickness="0">                        <telerik:RadMenuItem Header="Paste" />                        <telerik:RadMenuItem Header="Paste Form" />                    </telerik:RadContextMenu>                </telerik:RadRibbonSplitButton.DropDownContent>            </telerik:RadRibbonSplitButton>        </telerik:RadRibbonGroup>    </telerik:RadRibbonTab>    <telerik:RadRibbonTab Header="View" /></telerik:RadRibbonView>

Comments

  1.    
      
      
       
  2. (optional, emails won't be shown on public pages)
  3. (optional)
Read more articles by Michael Crump's Blog - or - read latest articles in Developer Tools