Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Mobile

    RadDataBoundListBox learns new Data Virtualization techniques

    RadControls for Windows Phone 7 Q2 2011 Beta 1 is already at the doorstep which means that you will be able to have a hands-on experience with everything we have been working on lately. A significant piece of the cake are the new data virtualization capabilities that RadDataBoundListBox adds to its repertoir. We have already announced some of the bits in an earlier blog post and now it is time to reveal the bigger picture of what you will be able to do with this control after the new release. So, we will be adding two more virtualization modes that will provide the same...
    June 01, 2011
  • Mobile

    Windows Phone 7 MVVM #4 - RadPhoneApplicationFrame and StateManager

    In our previous post we were able to utilize event triggers from System.Windows.Interactivity along with EventToCommand from MVVM Light to enable users to tap an item in our RadJumpList and then send a message out to perform some functionality – in our case, navigating to the page in question.  But where does this message go and how is it received?  And how can we add less than 8 lines of code to our application to give it a more native Window Phone look and feel as we’re navigating?  That’s what this blog post is all about! We will start with those...
  • Mobile

    Windows Phone 7 and Azure Webinar Wrap-up

    Following the first webinar in our Windows Phone Wednesdays webinar series, I’m happy to say that the recording is online and ready to view on-demand!  You can check it out on Telerik TV here: http://tv.telerik.com/watch/windows-phone/windows-phone-7-azure-webinar Also to note for those who are in attendance, I re-recorded the portion where the Windows Phone 7 emulator was having display issues so that you can really take in the whole experience of adding data to your application and enhancing the app by using the RadJumpList control.  Sorry for the trouble, the display issues when presenting a webinar are hit or miss, last series for me...
  • Mobile

    Windows Phone 7 MVVM #3 - More RadJumpList

    Picking up where we left off in the previous post, we are working in a new project that will accommodate all of the controls we highlight throughout this entire series, with the hub of our navigation being a RadJumpList instance.  The next step we have is to add some style to our RadJumpList in order to both take advantage of the built-in functionality and to make it look like a more inviting navigation experience. Step 1 – Adding an ItemTemplate One of the huge advantages of any listbox-type control is the ability to style the individual items.  RadJumpList is no different, allowing...
  • Mobile

    Windows Phone 7 MVVM #2 - RadJumpList

    After finishing the previous post, I realize something important – I would rather use RadJumpList than RadDataBoundListBox for my navigation in this application, simply because the “People Hub” type of experience is much cooler than a plain old listbox, regardless of how impressive the performance is.  We are also going to reconsider our MyItem and turn it into something a little more exciting – MyMVVMItem!  This will allow us to do add every new demo as an individual item, complete with a field for grouping, a friendly name, and a backing field for the name of the page that we...