<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx</link><description>Since we released the latest version of the LightSwitch HTML Client a couple weeks ago, the team has been cranking out some awesome content on the LightSwitch Team blog around the new capabilities as well as some good How-To’s. And there’s a lot more</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx#10417493</link><pubDate>Fri, 10 May 2013 00:35:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10417493</guid><dc:creator>Stuart Dobson</dc:creator><description>&lt;p&gt;You are a legend&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10417493" width="1" height="1"&gt;</description></item><item><title>re: Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx#10417452</link><pubDate>Thu, 09 May 2013 21:14:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10417452</guid><dc:creator>Beth Massi</dc:creator><description>&lt;p&gt;@Stuart - check out this post: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/bethmassi/archive/2013/05/09/saving-data-across-one-to-one-relationships.aspx"&gt;blogs.msdn.com/.../saving-data-across-one-to-one-relationships.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;-Beth&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10417452" width="1" height="1"&gt;</description></item><item><title>re: Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx#10416956</link><pubDate>Wed, 08 May 2013 11:11:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10416956</guid><dc:creator>Stuart</dc:creator><description>&lt;p&gt;Hi Beth&lt;/p&gt;
&lt;p&gt;I&amp;#39;m really struggling with One to Zero...One relationships master/detail. My child record (of which there CAN be one of) is greyed out, so I presume I need some javascript code to add the new child record to my master record, and I&amp;#39;m not really sure where to start.&lt;/p&gt;
&lt;p&gt;Any help much appreciated&lt;/p&gt;
&lt;p&gt;Loving your work ;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10416956" width="1" height="1"&gt;</description></item><item><title>re: Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx#10404948</link><pubDate>Mon, 25 Mar 2013 00:25:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10404948</guid><dc:creator>Beth Massi</dc:creator><description>&lt;p&gt;@Michael - Can I ask you what you heard the limitations were here? Regardless of whether you use an external datasource or the intrinsic datasource LightSwitch is very good at detecting schema changes and adjusting screens for you automatically. For instance if you design a screen with a field that is a string and indicate that it is an email address you get the email address editor on the screen. If you then change the database to store an integer instead, the screen will automatically change the control to a plain textbox automatically for you. Similarly, if you delete a column from an entity, all the controls for that field will be deleted across all your screens. So it actually handles schema changes at design time very well. &lt;/p&gt;
&lt;p&gt;It&amp;#39;s very easy to test this, just fire up a new project, model an entity, create a screen then delete a column from the entity -- the screen will automatically adjust. (If you add a field however, it will not be added automatically to screens, you&amp;#39;ll need to add it yourself.)&lt;/p&gt;
&lt;p&gt;Like any database, once it&amp;#39;s deployed into production, and you remove a column or change it&amp;#39;s type, you will have to deal with the data loss manually in your own scripts. &lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;-Beth&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10404948" width="1" height="1"&gt;</description></item><item><title>re: Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx#10404937</link><pubDate>Sun, 24 Mar 2013 22:22:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10404937</guid><dc:creator>Michael</dc:creator><description>&lt;p&gt;Beth, could you say something about refactoring in lightswitch, here or in an article? I am evaluating lightswitch for a new project which I know will have an evolving data structure. I read around a bit and came to the conclusion that this is a major weak spot with lightswitch as it currently stands. In my case, the project db is an existing sql server db. Luckily, having an attached backend looks to be somewhat better than having an intrinsic backend when it comes to changing data structures, but it still looks/sounds pretty messy, according to what I&amp;#39;ve read in posts from the most advanced lightswitch developers.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10404937" width="1" height="1"&gt;</description></item><item><title>re: Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx#10404757</link><pubDate>Sat, 23 Mar 2013 08:04:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10404757</guid><dc:creator>marcelo</dc:creator><description>&lt;p&gt;Beautiful! Will we see Tile List for silverlight anytime soon?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10404757" width="1" height="1"&gt;</description></item><item><title>re: Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx#10404342</link><pubDate>Thu, 21 Mar 2013 21:05:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10404342</guid><dc:creator>Suneel</dc:creator><description>&lt;p&gt;Hi Beth, It&amp;#39;s a nice end to end example. What&amp;#39;s the best way to check whether user has permission to perform task or not, to show or hide control depending on that.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10404342" width="1" height="1"&gt;</description></item><item><title>re: Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx#10404322</link><pubDate>Thu, 21 Mar 2013 19:50:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10404322</guid><dc:creator>Beth Massi</dc:creator><description>&lt;p&gt;@joshbooker - Yes you are correct. The business types for email and phone will render as the HTML5 input types. &lt;/p&gt;
&lt;p&gt;@alon - You can define filtering/searching like normal using the query designer and the HTML client screen designer will pick up any parameters, etc just like in the SL client. I&amp;#39;ll write up a follow up to show you how you can do that. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10404322" width="1" height="1"&gt;</description></item><item><title>re: Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx#10404309</link><pubDate>Thu, 21 Mar 2013 18:27:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10404309</guid><dc:creator>alon</dc:creator><description>&lt;p&gt;Hi Beth,&lt;/p&gt;
&lt;p&gt;beutiful work and looking very Professional !!!&lt;/p&gt;
&lt;p&gt;But, when we move from silverlight to html client &amp;nbsp;where is the charm search bar ?&lt;/p&gt;
&lt;p&gt;or should it be for phones and tablets ?&lt;/p&gt;
&lt;p&gt;also in phones can be many records to search from.&lt;/p&gt;
&lt;p&gt;waiting for your next articles...&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10404309" width="1" height="1"&gt;</description></item><item><title>re: Master-Detail Screens with the LightSwitch HTML Client</title><link>http://blogs.msdn.com/b/bethmassi/archive/2013/03/21/master-detail-screens-with-the-lightswitch-html-client.aspx#10404306</link><pubDate>Thu, 21 Mar 2013 18:09:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10404306</guid><dc:creator>joshbooker</dc:creator><description>&lt;p&gt;Nice Article. &amp;nbsp;I see unique icons in the designer for the phone, email &amp;amp; date controls. &amp;nbsp;Does this mean LS v3 will render HTML5 input types like &amp;lt;input type=&amp;quot;email&amp;quot; &amp;nbsp;instead on only text type for those business type respectively? &amp;nbsp;The View Contact Screen lloks like it has links...does v3 render a &amp;lt;a href=&amp;#39;mailto... or&amp;lt;a href=tel:...&amp;gt; links as well? &amp;nbsp;That would be swell!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10404306" width="1" height="1"&gt;</description></item></channel></rss>