<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Silverlight 4 Verification</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Silverlight 4 Verification</description>
  <pubDate>Tue, 21 Apr 2026 10:41:28 -700</pubDate>
  <lastBuildDate>Mon, 24 May 2010 20:08:46 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1836</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Silverlight 4 Verification : Yes. After creating a new entity...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1836&amp;PID=7013#7013</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=791" rel="nofollow">Vincent</a><br /><strong>Subject:</strong> 1836<br /><strong>Posted:</strong> 24-May-2010 at 8:08pm<br /><br />Yes. After creating a new entity I add it to the entity manager and then set the datacontext property&nbsp;of the dataform to the entity.]]>
   </description>
   <pubDate>Mon, 24 May 2010 20:08:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1836&amp;PID=7013#7013</guid>
  </item> 
  <item>
   <title>Silverlight 4 Verification : After creating the new Entity,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1836&amp;PID=7009#7009</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=21" rel="nofollow">IdeaBlade</a><br /><strong>Subject:</strong> 1836<br /><strong>Posted:</strong> 24-May-2010 at 6:29pm<br /><br />After creating the new Entity, are you adding it to the EntityManager?]]>
   </description>
   <pubDate>Mon, 24 May 2010 18:29:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1836&amp;PID=7009#7009</guid>
  </item> 
  <item>
   <title>Silverlight 4 Verification : Thank you for the reply  Using...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1836&amp;PID=6998#6998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=791" rel="nofollow">Vincent</a><br /><strong>Subject:</strong> 1836<br /><strong>Posted:</strong> 21-May-2010 at 9:16pm<br /><br />Thank you for the reply<DIV>&nbsp;</DIV><DIV>Using the DataForm, I changed the VerifierOptions.ErrorNotificationMode to Notify and it has worked but&nbsp;only with editing. When I create new entity, it does not verify.</DIV>]]>
   </description>
   <pubDate>Fri, 21 May 2010 21:16:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1836&amp;PID=6998#6998</guid>
  </item> 
  <item>
   <title>Silverlight 4 Verification :  What controls are you using?...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1836&amp;PID=6986#6986</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=21" rel="nofollow">IdeaBlade</a><br /><strong>Subject:</strong> 1836<br /><strong>Posted:</strong> 21-May-2010 at 8:28am<br /><br />What controls are you using?&nbsp; DataForm and DataGrid respect the INotifyDataErrorInfo interface described below (and implemented by DevForce-generated Entities), and should respond automatically. I'm not sure about the state of other Silverlight controls - please check Microsoft docs.<br><br><br><b>Verification in the Silverlight UI</b><i style=""><br></i><p><i style="">System.ComponentModel.INotifyDataErrorInfo</i>is a Silverlight-only interface that defines members that data entity classescan implement to provide custom, asynchonous validation support. ImportantSilverlight user interface controls including the <i style="">DataForm</i> and <i style="">DataGrid</i> checkfor the implementation of this interface by data entities to which they arebound and provide excellent messaging in the user interface to help end userslearn about and correct validation errors.<o:p></o:p></p><p>Such Silverlight user interface controls do not depend uponexceptions being thrown in order to learn about validation problems. Instead,they subscribe to an <i style="">ErrorChanged</i>event published by the entity as part of its <i style="">INotifyDataErrorInfo</i> compliance. That event is raised by the dataentity whenever it believes that a change to its state might be important tosome control in the user interface. The UI control, learning of such a change,can then query the data entity via its <i style="">INotifyDataErrorInfo.GetErrors()</i>method to obtain a current set of validation errors, which it may then exposeto the end user as its developer sees fit.<o:p></o:p></p><p>Because of the support for <i style="">INotifyDataErrorInfo</i> by Silverlight UI controls, most developers workingin Silverlight will want to set the system default for <i style="">VerifierOptions.ErrorNotificationMode </i>to<i style=""> Notify</i> rather than any setting that results in exceptions beingthrown for validation errors.<o:p></o:p></p><div style=""><!--if !supAnnotati&#111;ns--><hr width="33%" align="left" size="1"><!----><div style=""><!--if !supAnnotati&#111;ns--><div id="_com_1"><!----><span style=""><!--if !supAnnotati&#111;ns--><a name="_msocom_1"></a><!----></span><!--if !supAnnotati&#111;ns--></div><!----></div></div><br>]]>
   </description>
   <pubDate>Fri, 21 May 2010 08:28:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1836&amp;PID=6986#6986</guid>
  </item> 
  <item>
   <title>Silverlight 4 Verification : I am having a problem on how to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1836&amp;PID=6984#6984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=791" rel="nofollow">Vincent</a><br /><strong>Subject:</strong> 1836<br /><strong>Posted:</strong> 21-May-2010 at 6:21am<br /><br />I am having a problem on how to propagate error messages onto the silverlight 4 UI during verification. Can anyone help me please.]]>
   </description>
   <pubDate>Fri, 21 May 2010 06:21:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1836&amp;PID=6984#6984</guid>
  </item> 
 </channel>
</rss>