locked
GroupedItemsPage RRS feed

  • Question

  • Hey everyone,

       In a GroupedItemsPage, how can I change the titles for each group? For example, I want each Group Title to be a different category. Similar to a windows phone 7 pivot page. So the title for the first group would no longer be: "Group Title: 1". It seems to me that when you change the title of a group the other group is changed to that same name.

       Similarly, how do I change the titles on each individual Tile? Why is this not obvious?

    Thanks!






    • Edited by S2apps Saturday, June 2, 2012 1:34 AM
    Saturday, June 2, 2012 1:07 AM

Answers

  • Hi,

    the templates of Visual Studio uses data binding. So you can't directly edit for example the group title in the designer. You should locate the DataSource class in your project. There you can edit all the properties (for example the group title) which are displayed in your app.


    Best Regards. When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. This helps us build a healthy and positive community.

    Saturday, June 2, 2012 10:44 PM

All replies

  • Hi,

    the templates of Visual Studio uses data binding. So you can't directly edit for example the group title in the designer. You should locate the DataSource class in your project. There you can edit all the properties (for example the group title) which are displayed in your app.


    Best Regards. When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. This helps us build a healthy and positive community.

    Saturday, June 2, 2012 10:44 PM
  • Has your question been answered? If so please mark the post as answer so other community members with a similar question can find help faster.

    Best Regards. When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. This helps us build a healthy and positive community.

    Sunday, June 10, 2012 12:44 AM