Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Mobile

    Introducing a new WP7 control: RadAutoCompleteBox

    One of the new controls that come in the Q3 2011 package is RadAutoCompleteBox: an extended TextBox control that provides a flexible infrastructure for displaying suggestions to the user as they type. Coming with a bunch of customization options, RadAutoCompleteBox implements two auto-complete strategies that cover the most common developer scenarios: Contains filtering mode StartsWith filtering mode Here is a screenshot of our new Auto Complete Box example in the Telerik Demos application: Both the Contains and StartsWith filtering strategies are implemented in a very performance oriented approach and are capable of handling large data sets by preserving the smooth and responsive UI experience. Besides all that, RadAutoCompleteBox...
    November 16, 2011
  • Mobile

    Building Microsoft Exchange client for Windows Phone - part 3/3 - displaying the data in Metro UI

    [download the application complete source code from your Telerik account ] This is part 3 of the series on Building an Exchange Client For Windows Phone. See part1 and part2. In the previous part of the series you saw how to connect, authenticate and consume the Exchange server data. In this part I will show you how to build the login UI and how to display the appointments in the windows phone application. Building the Login UI and storing user password The UI itself is nothing special – we are just listing the fields that are needed. I want to stress out how important is the security when...
    November 09, 2011
  • Mobile

    Building Microsoft Exchange client for Windows Phone - part 2/3 - Connecting to server and consuming data

    [download the application complete source code from your Telerik account ] This is part 2 of the series on Building an Exchange Client For Windows Phone. See part1. Microsoft has invested a lot into building managed API for accessing Exchange Web Services (EWS). This gives us the opportunity to do virtually everything from code, that an end user can do using the Microsoft Outlook client. The API allows us to add/edit/delete mail massages, appointments, contacts, tasks, etc. In this example we will show you how to access user appointments, but working with the rest of the assets can be done in the similar way. Setting...
    November 09, 2011
  • Mobile

    Building Microsoft Exchange client for Windows Phone

    [download the application complete source code from your Telerik account ] Part 1 – Overview We’ve got a lot of positive feedback on our previous end to end example of building a WindowsPhone application with Telerik Windows Phone controls and we decided to create a new complete application with full source code available. This time we decided to cover a topic that is very consumer oriented, but at the same time there is very little info available on the internet. We will show you how to consume and display data from a Microsoft Exchange Server using the Exchange Web Services Managed API (EWS for short). In the latest...
    November 09, 2011
  • Mobile

    Fun with RadLoopingList: Creating a Numeric Picker with RadLoopingList - Introduction

    A few weeks ago we received a support ticket from a customer using RadControls for Windows Phone 7 who wanted to use RadLoopingList to create a control that will allow the end-user to pick numbers in the range 0.00 – 99.99. The requirement was that each decimal position should be represented by a looping list allowing for selection between all digits from 0 to 9. We managed to quickly set up a small WP7 project that demonstrates how this can be done with RadLoopingList and helped our customer in creating a control that looks this way:     Since this scenario could prove useful...
    November 08, 2011