Telerik blogs
  • Release

    RadRichTextBox for Silverlight - a lot more Rich-ness and even more Rad-ness with Q2 SP1

    Right after the anticipated Q2 SP1 is out, let me introduce some of the features that make Telerik RadRichTextBox proudly prefixed by rad and rich. Since a picture is worth a thousand words here are some six thousand words for you :) Zoom in/out: Click here for online demo. Integration with RadBook: Click here for online demo. Actually the new documents presentation controls allow even scenarios such as this one: …but we will need your help with more real-world stories about this one. New properties- "Xaml", "Html", "Text" allow binding in Xaml, enabling MVVM scenarios, easier usage with databases, RIA services, DataForms...
    August 16, 2010
  • Web

    Silverlight Recruiting Application #7 - Utilizing INotifyDataErrorInfo

    As you may recall from my previous blog post, we're revamping this application and bring it to the latest and greatest that is available in Silverlight today.  Coincidentally, Q2 2010 SP1 just came out today (check your accounts!) and I figured the best first place to start would be with something I removed previously- validation. Since I redid the model for this application, I completely scrapped all of the previous validation because I knew I could now take advantage of using INotifyDataErrorInfo, which gives us a slightly more graceful way to handle asynchronous validation in our application.  I would explain all...
    August 13, 2010
  • Desktop WPF

    How to use RadTransitionControl for navigation

    The RadTransitionControl can be very useful when you want to switch between controls. In this blog post I will explain two common scenarios: 1) Switching between 2 UserControls, which is applicable for both WPF and Silverlight and 2) Creating attractive navigation between pages very easy, applicable for Silverlight.   Now, point-by-point: 1)   For this approach you will need to create 2 UserControls. In the root page define a RadTransitionControl and give it a x:Name. Then, on a button click change the Content property of the TransitionControl with the chosen UserControl.  Here you can find attached you will find a simple WPF example of the above-mentioned technique. 2) For the second scenario we need to create...
    August 12, 2010
  • Desktop WinForms

    RadRibbonBar - Keyboard navigation using Key tips

    The Keyboard navigation major feature is now available with the Q2 ServicePack1 release. You can start using it immediately in WPF and Silverlight and as a result enhance your application’s Usability and Accessibility. Try it yourself. The API The API is pretty straight-forward. First you should enable Key tips, for the instance of a RadRibbonBar, with simple attached property like follows. <telerik:RadRibbonBar telerik:KeyTipService.IsKeyTipsEnabled="True"> Then you can attach key tip text to every component in the RadRibbonBar with simple line of code. <telerik:ApplicationMenu telerik:KeyTipService.AccessText="F">  Some components need alternative key tip activation text like the RibbonGroup. Foe example one could be used for the DialogLauncher button and one for the group itself, when the group...
  • Release

    RadRichTextBox for Silverlight - a lot more Rich-ness and even more Rad-ness with Q2 SP1

    Right after the anticipated Q2 SP1 is out, let me introduce some of the features that make Telerik RadRichTextBox proudly prefixed by rad and rich. Since a picture is worth a thousand words here are some six thousand words for you :) Zoom in/out: Click here for online demo. Integration with RadBook: Click here for online demo. Actually the new documents presentation controls allow even scenarios such as this one: …but we will need your help with more real-world stories about this one. New properties- "Xaml", "Html", "Text" allow binding in Xaml, enabling MVVM scenarios, easier usage with databases, RIA services, DataForms...
    August 16, 2010
  • Web

    Silverlight Recruiting Application #7 - Utilizing INotifyDataErrorInfo

    As you may recall from my previous blog post, we're revamping this application and bring it to the latest and greatest that is available in Silverlight today.  Coincidentally, Q2 2010 SP1 just came out today (check your accounts!) and I figured the best first place to start would be with something I removed previously- validation. Since I redid the model for this application, I completely scrapped all of the previous validation because I knew I could now take advantage of using INotifyDataErrorInfo, which gives us a slightly more graceful way to handle asynchronous validation in our application.  I would explain all...
    August 13, 2010
  • Desktop WPF

    How to use RadTransitionControl for navigation

    The RadTransitionControl can be very useful when you want to switch between controls. In this blog post I will explain two common scenarios: 1) Switching between 2 UserControls, which is applicable for both WPF and Silverlight and 2) Creating attractive navigation between pages very easy, applicable for Silverlight.   Now, point-by-point: 1)   For this approach you will need to create 2 UserControls. In the root page define a RadTransitionControl and give it a x:Name. Then, on a button click change the Content property of the TransitionControl with the chosen UserControl.  Here you can find attached you will find a simple WPF example of the above-mentioned technique. 2) For the second scenario we need to create...
    August 12, 2010
  • Desktop WinForms

    RadRibbonBar - Keyboard navigation using Key tips

    The Keyboard navigation major feature is now available with the Q2 ServicePack1 release. You can start using it immediately in WPF and Silverlight and as a result enhance your application’s Usability and Accessibility. Try it yourself. The API The API is pretty straight-forward. First you should enable Key tips, for the instance of a RadRibbonBar, with simple attached property like follows. <telerik:RadRibbonBar telerik:KeyTipService.IsKeyTipsEnabled="True"> Then you can attach key tip text to every component in the RadRibbonBar with simple line of code. <telerik:ApplicationMenu telerik:KeyTipService.AccessText="F">  Some components need alternative key tip activation text like the RibbonGroup. Foe example one could be used for the DialogLauncher button and one for the group itself, when the group...