Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Mobile

    Gauges design-time gallery for Windows Phone

    The Beta 2 release of our Windows Phone controls is here, it brings a bag of improvements to the existing controls and one of these improvements is a design-time gallery for the gauges. The need for a design-time gallery arose when we were creating the examples in our QSF application. It turned out that creating a full gauge design was more tedious than it looked at first. The gauges have a lot of functionality to tweak and this directly translates to a lot of XAML. After the first two or three implemented designs we thought "Oh my, we have to do something about writing...
    March 07, 2011 2 min read
  • Mobile

    RadDatePicker & RadTimePicker for WP7 get null-value support

    You’ve talked and we’ve listened: as of Beta 2 release of RadControls for Windows Phone 7 the RadTimePicker and RadDatePicker controls support null-value. In other words, you will be able to set the current value to null and display a custom message to your users informing them that there is no value selected in the control at the time: this.radTimePicker1.Value = null; this.radTimePicker1.EmptyContent = "Select time";   There are also two additional properties which are used in this context: EmptyContent – defining the content that will be displayed to the user when there is no value selected in the control EmptyContentTemplate – defining how the empty content will...
    May 27, 2021 2 min read
  • Mobile

    Integrating your Windows Phone unit tests with MSBuild #5: The Web Service

    It’s been a while since the last blog on this topic but it’s for good: we have been heavily working on our upcoming Beta 2 release. The amount of feedback we received from you was extremely valuable and we managed to address many issues and make our suite more polished than ever. Keep in touch since the official release is coming and we’re very excited to share with you what we wouldn’t practically achieve without your support. Now back on the topic; essentially, this blog covers the last technical aspect of the whole WP7 Unit Test Automation Infrastructure with the last blog...
    May 27, 2021 3 min read
  • Mobile

    The RadControls for Windows Phone Showcase Series – part 2

    7 new customers’ Windows Phone 7 applications built with RadControls for Windows Phone hit the Marketplace and our brand new Showcase section as well. Below are the deep links for all the apps. You need to have a Zune installed if you want to see them though. Daily Question is asking you a set of questions every day to motivate you to be the kind of person you want to be and to better frame your upcoming day. You can add, edit and delete questions or share the entire list by e-mail. The Resolutions app helps you prioritize and monitor each resolution status...
    May 27, 2021 2 min read
  • Mobile

    Page Transitions for WP7 - Sample application

    Telerik Page Transitions for WP7 sample code With the first CTP of Telerik RadControls for Windows Phone 7 we introduced the page transitions. You can read more info about them in my blog post. Now with the beta1 release we created a sample application which you can use as a reference in order to add the Metro transitions into your application. Check the video screencast of the sample application here. The sample application is based on a design of a ToDo application. We are showing the more complex transitions. We have examples for:  - Tile transition,  - Continuum transition,  - Slide and Swivel transition,  - Turnstile and slide transition.  Apart from...
    February 21, 2011 1 min read