Telerik blogs

Latest

  • Desktop WPF

    Under the Hood of RadImageEditor for Silverlight and WPF

    Introduction In one of the previous blog posts, we gave you a quick overview of how to use RadImageEditorUI to add a basic image editor to your application in a few simple steps. However, there is often a need for more customized image editing capabilities, in which case you can use the bare-bone RadImageEditor control. It doesn’t force a specific UI, so you can choose one that will best integrate in your application. Whereas RadImageEditorUI contains all the UI you need from a basic image editor, RadImageEditor consists only of the image that is being edited. It has an API that...
    July 20, 2011
  • Desktop WPF

    Introducing RadPropertyGrid for Silverlight and WPF

    We hope you will share our excitement of announcing the brand new member of Telerik’s XAML suite – the RadPropertyGrid. This control will be officially available with the Q2 2011 release that is coming in the midst of July, but now it is included in our recently released Beta for early preview and to satisfy your curiosity. RadPropertyGrid introduces an intuitive and versatile approach to data processing and visualization. Unlike the widely beloved RadDataForm, RadPropertyGrid sets the focus on a single item rather than on a collection of items, exposing many useful features as grouping and search as you type....
    June 28, 2011
  • Desktop WPF

    Metro UI for RadControls for Silverlight and WPF

    Windows 8 will bring exciting times to all application developers, especially those who will invest in creating the immersive applications we all saw in that video . We loved the tiles and the clean modern look and how they integrate perfectly within the UI. And I am guessing a lot of software will transition to new ways. As always Telerik will ease this process by providing its Silverlight and WPF offering with Metro UI Theme and kick start your Windows 8 development. The theme is built from the ground-up to accommodate all the best practices in Metro UI applications. Line of Business Ready
  • Desktop

    The Impact of Windows 8

    (This article is a re-post from the Telerik Watch blog by Todd Anglin) By now, you've no doubt seen the first preview of Microsoft's follow-up to the hit Windows 7 release (if not, take five minutes and check-out the video on YouTube - don't worry, it's "official" and not a leak). Windows 8 finally has a name and a face, and we finally have a (public) glimpse of where Microsoft is driving the modern OS experience. The preview does not dive deep or provide the full story for Windows 8 (expect more details as Microsoft marches towards the September Windows 8 "BUILD" conference), but it does highlight...
    June 16, 2011
  • Desktop WPF

    Using the Multiple Selection of the RadCalendar control for Silverlight and WPF with MVVM

    Developing and supporting MVVM applications is easy and effective. That's why we want to create MVVM applications that follow this pattern. Sometimes the controls we use have some limitations. For example, list properties, which are read-only and do not allow us to create an appropriate binding to our view-models. It is normal for properties of list type to be read-only, because this is considered a good practice, but it becomes a problem for the MVVM pattern. In the ItemsControl this problem is solved with two properties - Items and ItemsSource. This blog post is about an example that demonstrates how to create...