•  

    We are working hard to improve our charting component for Windows Phone 7 and to make it more and more feature-rich. And we are happy to share that as of Service Pack 1 of the Mango build of our tools, RadChart gets “Palette” support. A Palette may be thought of as a collection of brushes that define the look-and-feel of chart series and data points. The API is quite flexible and allows you to create custom palette or to select from the built-in ones. Two predefines palettes are currently available – Contrast and Warm. To simplify the usage we have created a smart...

  • 10 new customers’ apps are added to the RadControls for Windows Phone Showcase Gallery and with 10 more in the pipeline, we will soon be celebrating our 100th customer showcase app.

     

    Among the fresh apps is Baby Expert which is currently on #22 in its category. It’s always a pleasure to hear such news.

    Below you’ll find links to a couple of our early customers’ success stories, or how RadControls for Windows Phone helped them get faster to the Marketplace. 

    Yoga for Windows Phone 7 by Ethical Studio with the help of Telerik’s RadControls

    Mobile First Aid with RadControls for Windows Phone

    MOOD SWING for...

  • One of the tasty new features of the new “Mango” update of the Windows Phone developer tools is the presence of System.Reflection.Emit. This allows us, developers, to do some nice tricks to boost the overall app performance in corner cases. As some of you may be familiar with our RadChart for Windows Phone API, there are two types of DataPoint bindings, allowing you to MVVM-bind the chart: 

    • PropertyNameDataPointBinding
    • GenericDataPointBinding<T, TResult> 

    As the name hints, the first type of binding uses the name of a property in order to retrieve the corresponding value, while the second one uses a generic Func<T, TResult> delegate to get...

  • Telerik RadControls for WP7 is the most widely used commercial UI suite on the marketplace. Says who?
    Says Justin Angel. The man kindled the WP7 dev world with exciting Marketplace statistics. He has downloaded all Windows Phone 7 XAP’s using the Windows Phone 7 marketplace API’s and has answered a bunch of questions that preoccupy a lot of Windows Phone devotees’ minds.

    Justin found out that 97% of the apps on the Marketplace are not obfuscated and that the Silverlight platform accounts for 90% of the WP7 apps compared to 10% for XNA. There is a very interesting piece of information about...

  • For those who have missed the news, our RadControls for Windows Phone Mango build is available for download here. We have made sure that our customers can be among the first to update their existing WP7 apps and submit them to the Mango marketplace.

    If you haven’t tried RadControls for Windows Phone yet, you are most probably wondering why you should use it at all given the free toolbox available. This two minutes video answers this...

  • Besides inheriting all performance improvements coming from RadDataBoundListBox RadJumpList further extends its functionality in our latest Mango Build with Sticky Header support. A sticky header is nothing more but a group header that is statically positioned at the top edge of RadJumpList’s viewport displaying the currently focused data group –just like in the revamped phonebook in Windows Phone Mango.

    This new functionality brings some small API extensions. There are now two new properties exposed by RadJumpList:

    • IsStickyHeaderEnabled
    • StickyHeaderTemplate

    The IsStickyHeaderEnabled property determines whether a sticky header is shown or not. This property is set to false by default.

    The StickyHeaderTemplate property can be used to specify a custom...

  • As you probably know, the next version of Windows Phone OS codenamed Mango was released to developers last month. The new Windows Phone Mango Marketplace is also about to open very soon (expected next week!). Among the many new amazing APIs that come with this build are some UI changes and enhancements.

    To reflect these UI changes and to enable you to develop for Mango, we are releasing a new separate build of RadControls for Windows Phone targeting Mango devices. In this build we are adding 2 entirely new controls and enhancing the existing controls to leverage the new features and UI changes coming in the new WPDev platform:

    1. Telerik ListBox is now...
  •  

    Q2 2011 was the first official release of RadChart for Windows Phone – first class charting solution offering unbeatable performance and feature richness. Having the chart officially out however does not mean that we will put less effort in enriching it with new functionality. On the contrary – we have plans to push hard in order to make RadChart the richest charting component on the market.

    Today we are releasing an update to our RadControls for Windows Phone, which targets the new Mango update from Microsoft, and we are happy to announce the new RadPolarChart and the three polar series – Point, Line...

  • We are happy to announce an intermediate release with which we officially declare that RadControls for Windows Phone now support Mango. This release includes a few improvements to the control suite, the most important of which is of course our updated list box that still performs better than the default, framework list box. 

    Aside from improved existing controls we also decided to include a message box that can be customized and restyled as required and that is extremely easy to use. It is also localized.

    To get a taste of what it is like to use RadMessageBox consider the following example. It demonstrates the...

  • Mango DataBoundListBox compared to standard ListBox from the Toolbox

     

    Back in the days when the first WP7 developer devices were distributed to all enthusiastic developers it became clear that the out-of-the-box scrolling performance delivered by the ListBox control from the toolbox is not satisfying at all. In fact, having some richer data templates and UI virtualization all in one made the control almost unusable which forced many developers to either give up UI virtualization or simply reduce the contents of their templates to boost the scrolling performance and thus improve the end-user experience. Although the Performance Team @ Microsoft have released some nice and helpful hints on how to...