Proposed Answer Changing the last item in a gridview

  • Thursday, April 05, 2012 10:51 AM
     
     

    I've seen a couple of apps that have the last tile in a GridView that's different than the feed that fills the other items. I want to use this to have a 'View More' Tile, but not sure how.

All Replies

  • Thursday, April 05, 2012 10:55 PM
    Moderator
     
     Proposed Answer

    Which language and GridView are you using here? Let us know and we can move you to the right forum for help.

    If you're using Xaml then you should be able to use a DataTemplateSelector to select a different template for the last item. I believe there have been recent threads on this in the C#/VB forum.

    --Rob

  • Friday, April 06, 2012 3:35 AM
     
     
    Using XAML and C#. thanks for your help Rob.. I'll look into DataTemplateSelector.. Cheers.

    techAU http://techAU.tv

  • Friday, April 20, 2012 4:05 PM
     
     
    What would the best strategy to accomplish this if you are using JavaScript?
  • Friday, April 20, 2012 5:50 PM
    Moderator
     
     

    Hi jsp,

    Please ask JavaScript coding questions in the JavaScript forum.

    --Rob