• RadColorPicker for Silverlight

     With the upcoming release of RadControls for Silverlight Q1 2009 we are announcing a new set of color controls: RadColorPicker, RadColorSelector and RadColorPaletteView for Silverlight.

     RadColorPicker is very useful in a lot of business application where a color component is needed. The control that we are building has support for the most commonly used color functionality .          

      Here are the top 5 features:

        -  25 Preset Color Palettes : to speed up your work RadColorPicker is shipped with 25 ready-to-use color palettes like Grayscale, Web216, ReallyWebSafe, Office, etc.

        -  Custom Color Palettes: You can easily define ...

  • RadNavigation deep linking


    Deep linking is an unique feature of RadNavigation allowing you to use page navigation by simply changing the URL in the browser address bar. Now you can provide a link directly to every page from your application. Implementing this RadNavigation feature is just as easy as using the other navigation classes all you have to do is just follow the next steps:

     

    1. Create Silverlight application.
    In order to use deep linking in page navigation scenario you have to make sure that any changes in the state the page is reflected to the browser’s address (bookmark). To do this ...
  • Page Navigation for Silverlight 2 RC0

    Hi my name is Boryana Miloshevska and  I’m a member of  Telerik`s Silverlight team.
    This is my first blog post and it is about the new RadPageNavigation framework that we just released  for Silverlight 2 RC0.

    RadPageNavigation is a framework that allows you to easily add navigation service to your application.

    To do that you can use the provided RadPage, RadFrame, RadFrameContainer and NavigationService classes, or you can use your own classes to implement the IFrame and ITransition interfaces. The framework is 100%  compatible with the WPF navigation service. Navigation between pages is supported. You can also use frames inside ...