Telerik blogs
  • Web

    Using Telerik OpenAccess ORM Spatial Data with RadMap for Silverlight

    Spatial data is all the rage, everyone wants a map in their application to quickly visualize data.  In a previous blog I showed how you could query, and display, SQL Spatial data on RadMap for WPF using Telerik OpenAccess ORM.  In this blog, I will show you how to display the data on RadMap for Silverlight.  This adds a slight twist because we need to transport the SQL Spatial data across a service boundary, but thanks to some updates in RadMap this is still an easy process; so lets take a look! Database Setup The first thing we need is some spatial data. In...
    July 29, 2011
  • 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
  • Release

    Telerik Zip Library–the newest member of the big RadControls family

    Have you ever wondered how to increase the responsiveness of your applications by compressing the data that you send over the internet? The Q2 2011 release of the RadControls for Silverlight and WPF comes with a new RadZipLibrary which allows you to easily compress data like images, docx or pdf files and send them over the wire. Thus, you will achieve fast and secure transactions. This is a list with short descriptions of the top-of-the-line features of Telerik’s Zip Library: Easy to use API – the Zip Library exposes flexible and easy to use API to provide you with full control over the compressed data Load or create ZIP...
  • Mobile

    RadChart for Windows Phone 7 – fun with gestures

    As Q2 2011 is officially out, we are really excited about all the interactivity features we shipped with our charting component. Together with all the built-in goodies like PanAndZoom, Trackball and Tooltip, we have also implemented a flexible and convenient way for extending the default gesture handling behavior of RadChart. By implementing a handler for the RadChart.PreviewGesture event you may provide completely custom interactivity depending on your custom scenario. When marked as “Handled” the event will have higher priority than any default behaviors registered with the Chart. Simple drill-down functionality Let’s play a bit more with the PreviewGesture event by implementing a...
  • Release

    The new RadRibbonView and why you should use it instead of the old RadRibbonBar

    With the Q2 release of the RadControls for Silverlight and WPF we are announcing the new RadRibbonView control. It is an easy-to-use implementation of the Microsoft Office 2010 “ribbon” UI, which will allow to codelessly organize all the functionality of your application into a single compact toolbar control. But all of you that are already familiar with our RadControls for Silverlight and WPF will say: “But what happened with the RadRibbonBar? Isn’t it the same and why we need a new one?” So in this blog post I will try to list the most significant improvements in the new control compared...