Telerik blogs
  • Web

    Silverlight: OutlookBar, Prism and TransitionControl

    With this post, I'll show you a step by step approach on how to integrate RadOutlookBar with Prism. To spice thing a little bit, the transitions between the different Prism modules will be handled by RadTransitionControl. Start off by creating a new Silverlight solution. Name the Silverlight application Prism.Shell and the Web project - Prism.Web   Organize the Solution Explorer a little bit by adding 3 solution folders.   Right-click on the Modules solution folder and add 2 new Silverlight applications. These applications will be the modules of our Prism application. Name them Prism.Module1 and Prism.Module2. Also, make sure they output their xap files...
  • Web

    Maintaining page state with MEF

    Task-It Series This post is part of a series of blog posts and videos about the Task-It (task management) application that I have been building with Silverlight 4 and Telerik's RadControls for Silverlight 4. For a full index of these resources, please go here. One of the posts listed in the index provides a full source download for the application, and I will be referring to that source code in this post. The page state issue One of the great things about MEF is that it allows you to maintain state across pages. So basically, when a user spends some time on a page and makes some changes, then...
  • Release

    Introducing Cell Copy & Paste in RadGridView for WPF+Silverlight

    Our upcoming 2010 Q2 version packs a lot of goodies. One of them is the totally revamped Clipboard support in RadGridView for WPF and Silverlight. Made possible by cell selection which will also be introduced in Q2, the new and improved Clipboard capability is both robust, easy to use and very extensible. By default, users can both copy and paste cells. However, the RadGridView has two additional properties - ClipboardCopyMode and ClipboardPasteMode, which provide thorough control over Clipboard operations. You will be able to choose whether users can copy cells, column headers and/or column footers, or control how pasting works - skip...
  • Release

    Q2’10 Pre-Release Series: the XAML Suites Add New Controls, RichTextBox for Silverlight, New Transparent Theme and more

    The spotlight of the Q2 2010 release for RadControls for Silverlight falls on the officially introduced RadRichTextBox for Silverlight, allowing you to bring true MS Word-like content editing experience to your end-users. The new control offers rich text editing and formatting capabilities as well as out-of-browser support and printing. As one of the most demanded features from the Telerik developer community during the preview release, import and export of Html, Docx, and Xaml are already included in the control.  The Q2 2010 release stays faithful to Telerik’s tradition of releasing the same controls for RadControls for Silverlight and WPF, allowing for...
  • Release

    What’s new in the Beta of RadRichTextBox for Silverlight

    We are very excited with the announcement of our Q2 Beta release of RadControls for Silverlight 4.One of the most important new announcements is the new version of RadRichTextBox. The control went a long way since its CTP version and now we are eager to show you some of the new features we worked hard on during the last couple of months. New Document Formats First of all we will present the newly added import/export support for Html and Docx formats, which was among the most demanded features, because its heavy use for many business-oriented scenarios. Take a look at the screenshots below to...