Telerik blogs
  • Desktop WPF

    XAMLflix Marches On with RadScheduleView for Silverlight and WPF

    It's Thursday again, which means we're ready for another installment of... XAMLflix! If you haven't tuned in over the last few weeks to our RadChartView and RadBarCode posts, my partner in crime (Michael Crump) and I have been working on a new initiative to help accelerate your education when it comes to the RadControls for Silverlight and RadControls for WPF control suites. XAMLflix is intended to deliver quick, to-the-point videos highlighting features and functionality of our controls alongside sample projects with the exact code you are seeing in the videos. One step better, since our Silverlight and WPF controls derive from a common code-base...
    February 09, 2012
  • Mobile

    How to Write a WinRT XAML Metro App on DevProConnections

    Happy Monday, XAML lovers! For anyone who has been following along in the rumors space, things with Windows 8 are heating up and it looks like we may soon be seeing the "consumer preview", previously known as the Beta to us tech geeks. I for one welcome the proposed new Start button experience as well as anything else they manage to get into this next release (full disclosure, I was at Build and use that tablet almost as much as my work laptop... my iPad has become a glorified Kindle), especially if it has more developer goodness included. Getting...
    February 06, 2012
  • Release

    Introducing XAMLflix - Starting with RadChartView for Silverlight and WPF

    Happy Thursday to all you XAML-lovers out there! I'm back from the trenches with a new initiative aimed at teaching you how to use both new and existing controls from the Telerik RadControls for Silverlight and RadControls for WPF control suites. Starting today, every Thursday you'll be able to find a fresh batch of videos and sample projects highlighting a different control in a little series we're calling XAMLflix. The best part is that since we share a common codebase and API between our Silverlight and WPF suites you only have to learn how to use these controls once and can carry...
    January 26, 2012
  • Web

    Creating custom drag arrow in Silverlight

    Since Q3 2011 we have changed the default drag API used. It allows creating more complex scenario as well as building MVVM friendly drag behaviors. However, it does not support drag arrow which, although not very popular feature is still used. Thus, when arrow was required, we have suggesting using legacy execution mechanism. In this blog I will write how to create your own drag arrow using DragDropManager events. So, basically we will use AddDragInitialize, GiveFeedback and DragDropCompleted to create and control the arrow. We also use Popup to display it on the screen. The arrow itself is located in Arrow...
    January 23, 2012
  • Desktop WPF

    RadMap for Silverlight / WPF: How to resize map shapes with mouse dragging

    RadMap provides a rich set of geocoordinate-enabled shapes that can be defined and displayed onto the map surface .There are scenarios, however, where you would like to do more than just position a shape onto the map. This blogpost will demonstrate how to manipulate each individual segment of line/polyline/polygon shape based on mouse input from the user. For example we will select (highlight) a point, and drag the selected object to another location on the map – modifying in this way the shape or the line segment. First of all we’ll need two Information layers – one...
    January 09, 2012