Telerik blogs
  • Mobile

    How to Create Mobile-Ready WebForms Applications 101

    Developing for the mobile platform is all the rage right now – and rightfully so! I, for one, am tired of having either an experience that plain does not work on my device or having to zoom in and scroll around just to look up some quick information (time tables for busses are my nemesis). There are a few ways to develop against mobile devices like creating a web application that works in the devices browser, creating a hybrid application using HTML and a framework like PhoneGap, or just go plain native. As ASP.NET developers most likely we’ll want take...
    October 16, 2012 8 min read
  • Mobile

    Our Windows Phone Customers’ Apps that Rule the Marketplace

    All eyes are on the upcoming new Windows Phone device by Nokia in September as well as the release of Windows Phone 8, since they’ll open up new horizons for Windows Phone developers and their apps. Meanwhile, we follow with excitement the success of our customers’ apps. Our Showcase Gallery has more than 200 featured apps, many of which take top positions on the marketplace. So we decided to show them off. Check out which apps built with Telerik Windows Phone UI controls rule the marketplace.
    August 20, 2012 1 min read
  • Release

    New control for elegantly picking TimeSpan values on Windows Phone: TimeSpanPicker

    We've received some feedback recently that a control for working with TimeSpan values would be a great addition to the RadControls for Windows Phone suite. Just like the Date- and TimePicker controls that target the DateTime struct, RadTimeSpanPicker implements similar user experience for picking TimeSpan values in Windows Phone applications:   The RadTimeSpanPicker control has an easy-to-use API that allows: Defining selectable value ranges Different formats for the selected value Adjusting the available for selection TimeSpan components in the popup (like whether weeks, days, hours, minutes or seconds will be selectable) Using null values Using value steps, i.e. defining different steps (intervals) for the selectable TimeSpan components in...
    August 02, 2012 2 min read
  • Mobile

    Using LiveTileHelper for WPDev to update a tile with a Background Agent

    In the end of 2011 we enhanced our suite with LiveTileHelper. This component can be very useful when creating Secondary tiles. It extends the StandardTileData with two additional properties: VisualElement and BackVisualElement. Since then we have received a lot of positive feedback about the LiveTileHelper and one of the frequently asked questions was "How to update the tile periodically when some of the data changes?". It is a good question and since it describes a very common scenario we decided to show you how to do it. To update the tile periodically, we are going to use a PeriodicTask. It inherits from ScheduledTask and ScheduledAction and allows...
    July 04, 2012 3 min read
  • Mobile

    Announcing RadTextBox for Windows Phone 7

    RadControls for Windows Phone Q2 2012 came with a few new controls and one of them is RadTextBox. This is an extended TextBox which provides: Header Watermark Validation ActionButton ClearButton The control inherits from the native TextBox so it is easy to port into existing projects. The Clear and Action Buttons’ visibility can be controlled with the properties ClearButtonVisibility and ActionButtonVisibility respectively. The clear button’s function is to clear all the current input in the text box. It is visible only when there is some input because if the field is empty, such a button is not of much use. The ActionButton doesn’t have a predefined action. You have absolute...
    June 22, 2012 2 min read