Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Mobile

    Implementing WP7 ToDo application part3 - adding richness and device features

    Add/Edit Task This is part 3 of the series on building WP7 ToDo application with Telerik WP7 Control toolkit. Please refer to the "master" blog post for more details and links for the other part of the series. The add/edit task screen is a standard form for adding and editing tasks. The more interesting things here are how the rich (voice, photo, location) fields for the tasks are specified. But first let’s see how to populate the “standard” fields. The design of the add/edit screen is specified below:  We basically have a form field for each of the Task class properties. For the string properties we have...
    March 30, 2011
  • Mobile

    Implementing WP7 ToDo application part2 - building the home screen

    Building the Home Screen Panorama This is part 2 of the series on building WP7 ToDo application with Telerik WP7 Control toolkit. Please refer to the "master" blog post for more details about the application and links to the other part of the series. The home screen of the application consists from the following major components: Home Panorama Tasks List Projects List Let’s first examine the Panorama control. The requirements were that that the logo of the application and the “New Task” button should be always visible regardless to which item of the panorama the user has scrolled. To accomplish this we are using the Title property of the Panorama control...
    March 30, 2011
  • Mobile

    Implementing WP7 ToDo application part1 - Getting started

    Getting Started This is part 1 of the series on building WP7 ToDo application with Telerik WP7 Control toolkit. Please refer to the "master" blog post for more details and links for the other part of the series. The first step for us when starting to work on the application was to create the wireframes. Our wireframes basically consisted of the app screens and the flow diagrams for all the actions that users can do in the application. Download a PDF file with all wireframes of the application. The benefit for having these wireframes (still no graphic design available) at this early stage helped both developers and designers to get...
    March 30, 2011
  • Mobile

    Implementing WP7 ToDo application from A to Z

    [download the application complete source code from your Telerik account ] Introduction As part of our support service in Telerik we are implementing integration examples for our customers. The aim of these examples is mainly to show how to use the controls in real-life scenarios. In the case of WP7 (Windows Phone 7) it is a little bit different. The platform is still quite new and there is high demand for examples that not only show the usage of the Telerik controls, but the usage of the platform too. Also there is a marketplace where we can show our applications to the end users...
    March 30, 2011
  • Mobile

    RadDataForm and RadGridView integration - popup editing.

      Often collection data is better presented in a tabular view and better edited in a form view. Such UX approach is referred by our clients as “Popup editing in RadGridView”. With the help of the new RadDataForm and the good old RadGridView a few lines of code are needed to accomplish this.
    March 24, 2011