locked
How to disable or hide html text boxes in other "section" of grid app? RRS feed

  • Question

  • I've created a simple Grid app. Inside the app has 2 sections(Events and News). I have added 2 html text boxes for user to key in their name to join and save into database. But the html text boxes also appear in the News section ( I want the text boxes only appear in the Events detail page). 

    How do I disable or hide the text boxes being displayed in News section? or because it is Grid app template, everything I add in it, others will follow as well?

    Please help! Thank you!

    Tuesday, August 13, 2013 9:50 AM

Answers

  • It would really help if you can post your code to some place such as SkyDrive, so that we can understand how you have created the "Events" and "News" section in your Grid App and provide you better guidance in terms of using different templates for different groups.

    Alternately, you could use this link http://msdn.microsoft.com/en-us/library/windows/apps/Hh972605.aspx that shows how you can assign different templates to different groups.

    It sounds like you are assigning the same template to multiple groups which you should avoid, if you want to make them look different.


    Windows Store Developer Solutions #WSDevSol || Want more solutions? See our blog, http://aka.ms/t4vuvz

    Wednesday, August 14, 2013 1:02 AM
    Moderator