Telerik blogs

Latest

For the latest product updates, please visit Release.

  • 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...
    May 27, 2021 4 min read
  • 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...
    May 27, 2021 2 min read
  • 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...
    May 27, 2021 3 min read
  • Mobile

    Using the TeamPulse Ideas & Feedback Portal on Your Smartphone or Tablet

    I love mobile computing. A lot of innovation has emerged in this area lately with Microsoft's WP7 Mango, Apple's iOS 5 and Google's Ice Cream Sandwich all making waves in the last few months. The devices that these operating systems power have become an important part of many people's daily routine. I myself just recently spent close to 1,000 dollars on a new smartphone, justifying it to my spouse by arguing that I spend more time on my phone then I do on my computer (Not quite true, but let's keep that our little secret, shall we?). The great thing ...
    May 27, 2021 2 min read
  • Mobile

    Grouping & CheckBoxes in RadJumpList for Windows Phone 7

    By inheriting from RadDataBoundListBox, RadJumpList gets all the functionality that is normally introduced there. This is also the case with the support for the Check Boxes mode we recently introduced in RadDataBoundListBox. Basically, just as in RadDataBoundListBox, you can enable and activate the check mode in RadJumpList, check/uncheck items and also handle events that inform you when an item has been checked or unchecked. You also have access to the CheckedItems collection which can be used to programmatically check or uncheck items:     Now we have decided to extend this mode in RadJumpList since in the context of grouping items (what actually sets RadJumpList apart...
    May 27, 2021 2 min read