<?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 : Lazy Load on Many to Many</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Lazy Load on Many to Many</description>
  <pubDate>Wed, 13 May 2026 14:04:30 -700</pubDate>
  <lastBuildDate>Fri, 27 Jan 2012 06:29:15 -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=3234</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>Lazy Load on Many to Many : Great, thank you very much. </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3234&amp;PID=12556#12556</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=579" rel="nofollow">gregweb</a><br /><strong>Subject:</strong> 3234<br /><strong>Posted:</strong> 27-Jan-2012 at 6:29am<br /><br />Great, thank you very much.]]>
   </description>
   <pubDate>Fri, 27 Jan 2012 06:29:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3234&amp;PID=12556#12556</guid>
  </item> 
  <item>
   <title>Lazy Load on Many to Many :    Hi Greg,Since navigation...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3234&amp;PID=12555#12555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 3234<br /><strong>Posted:</strong> 26-Jan-2012 at 5:30pm<br /><br />Hi Greg,<div>&nbsp;</div><div>Since navigation properties are retrieved asynchronously in Silverlight, you should use the PendingEntityResolved and PendingEntityListResolved events.</div><div>&nbsp;</div><div>You can find detailed information about asynchronous navigation properties in the <a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/asynchr&#111;nous-navigati&#111;n-properties" target="_blank">DevForce Resource Center</a>.</div><div>&nbsp;</div><div>I'm also attaching a simple solution (based on yours, but using NorthwindIB) that uses lazy loading to populate the right grid.</div><div><a href="uploads/892/T11446.zip" target="_blank">uploads/892/T11446.zip</a></div><div>&nbsp;</div><div>Regards,</div><div>&nbsp;&nbsp; Silvio.</div>]]>
   </description>
   <pubDate>Thu, 26 Jan 2012 17:30:10 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3234&amp;PID=12555#12555</guid>
  </item> 
  <item>
   <title>Lazy Load on Many to Many : SilverlightApplication24.zip  I...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3234&amp;PID=12547#12547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=579" rel="nofollow">gregweb</a><br /><strong>Subject:</strong> 3234<br /><strong>Posted:</strong> 25-Jan-2012 at 2:56pm<br /><br /><a href="uploads/579/SilverlightApplicati&#111;n24.zip" target="_blank">SilverlightApplication24.zip</a><br /><br />I have a Page with Two Grids on it.  On the left is a Grid of Entities.  On the right is a grid which shows items related to the Entities on the left.  In other words, Navigational Items.<br /><br />This is wired up and it works ok.<br /><br />However, the navigational items is actually a many to many link.  So the links show, but it's just an id of the actual Entity that I want to show.<br /><br />ParentEntity -&gt; LinkingEntity -&gt; actual entity.<br /><br />The only way I could come up with to Bind all the way down to the actual entity was to add custom properties to the Linking Entity that match the actual entity properties.  The linking entity has a navigational property to the actual entity so I can retrieve the actual properties through it.<br /><br />And this works, sort of.  It shows the actual properties, but it requires clicking around in the left grid to get the properties in the right to be lazy loaded.  The linking entities are propertly loaded, but not the actual entity.  After clicking around, it does trigger the lazy load, but it should just be loaded from the start.<br /><br />Attached is a project that shows this.  It connects to a database which I can make available, but it was too big to post on the forum.<br /><br />One solution on this that I did find was to do an include so the actual entities are downloaded from the start instead of lazy loaded.  But there will be too many of the entities to do this at production time, so we are trying to get lazy loading to work.<br /><br />Also note that I tested this with both the Telerik grid, as well as the Toolkit grid, and they both product the same result.  The result is that the actual entities are not loaded initially.  When you click on a different row on the right, a two out of the three actual entities are loaded.  Clicking back and forth in the left grid finally results in them all being loaded on the right.<br /><br />Thanks,<br />Greg]]>
   </description>
   <pubDate>Wed, 25 Jan 2012 14:56:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3234&amp;PID=12547#12547</guid>
  </item> 
 </channel>
</rss>