Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Mobile

    Using RadControls to Build Windows Phone 7 Applications Webinar Follow-up

    After a long weekend of Windows Phone 7 related goodness (aka, sleepless nights of a-Ha! moments with the satisfaction of being several steps closer to being ready for the marketplace), we're back with another week, another Windows Phone 7 webinar in this current series, and some links and updated information as promised on the webinar last week. Last Week I had the fun job of presenting Using RadControls to Build Windows Phone 7 webinar last Thursday.  The recorded version is now available online at Telerik TV: Using RadControls to Build Windows Phone 7 on TelerikTV As well as soon on SilverlightShow.net at their Webinars...
    May 27, 2021 2 min read
  • Mobile

    RadJumpList for WP7: Part III - Performance with large data

    Download the sample project In the previous two posts I explained the e basic usage and the support for dynamic sorting/filtering and grouping in RadJumpList. Now it is time(1) to see how the control behaves with large data sets. It is unlikely that in an average Windows Phone 7 application you will need to show more that 1,000-2,000 items, but we decided to test the performance under extreme conditions with a large set of 10,000 items. The setup of the example is pretty simple - we are generating 5k items on the fly and them bind the JumpList control to the data set. In the sample you can...
    May 27, 2021 2 min read
  • Mobile

    RadJumpList for WP7: Part II - Dynamic Sort, Filter and Group

    Download the sample code of the example. In my previous post I explained the basic usage of the RadJumpList control and how to display the data by using declarative sort and group descriptors. Now in part two you will see how to give your users the ability to modify the sorting, grouping and filtering on the fly. There is no out of the box UI for these data operations provided in this version of the control. We are still not sure what will be the preferred way of implementing this from a UX perspective and how to align it with the Metro guidelines. So for the moment we...
    May 27, 2021 2 min read
  • Mobile

    RadJumpList for WP7: Part I - Introduction and Simple usage

    Download the source code of the example Last week we released our first beta of the Telerik Windows Phone 7 control toolkit. One of the new controls there is RadJumpList. It is a fundamental control for building data driven WP7 applications. We invested a lot into our data engine story - we have our own internal CollectionViewSource implementation which allows you to sort, filter and group your data with a single line of code (more on the data engine in this in-depth blog post). Apart from the data engine we also built a high performance ListBox control. RadDataBoundListBox is a virtualized ListBox control which has two major features: can display...
    May 27, 2021 2 min read
  • Mobile

    Grouping, sorting and filtering for Windows Phone 7 – what the options are?

    One of the most useful controls in Windows Phone 7 is the so called “JumpList” and its popup “Quick Jump Grid” UI – that is, according to the official Microsoft design guidelines, a “Way to help the user to scroll through long lists”. The First Look example of RadJumpList in our demo application Much like in Windows 7, the “quick jump grid” user experience enables you with fast navigation to a desired location within the associated list of items. In order to populate the jump grid with items, the underlying list should be grouped by some criteria. So, how do we...
    February 08, 2011 4 min read