<?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 : Devexpress EntityInstantFeedbackSource and Devforce</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Devexpress EntityInstantFeedbackSource and Devforce</description>
  <pubDate>Wed, 13 May 2026 09:41:00 -700</pubDate>
  <lastBuildDate>Thu, 01 Mar 2012 18:01:21 -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=3309</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>Devexpress EntityInstantFeedbackSource and Devforce :   Von,You might want to get...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12877#12877</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> 3309<br /><strong>Posted:</strong> 01-Mar-2012 at 6:01pm<br /><br />Von,<div>&nbsp;</div><div>You might want to get in touch with DevExpress and see if they have an alternative for the non-serializable type.</div><div>&nbsp;</div><div>Also, regarding it only grouping 128 records, this appears to be a DevExpress limitation on the group functionality (or maybe a bug) considering that all the data is already in cache (n-tier) or is being retrieved from the datasource (2-tier).</div><div>&nbsp;</div><div>Regards,</div><div>&nbsp;&nbsp; Silvio.</div>]]>
   </description>
   <pubDate>Thu, 01 Mar 2012 18:01:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12877#12877</guid>
  </item> 
  <item>
   <title>Devexpress EntityInstantFeedbackSource and Devforce : Hi,Thanks for the info.However,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12876#12876</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1228" rel="nofollow">Vonzkie</a><br /><strong>Subject:</strong> 3309<br /><strong>Posted:</strong> 01-Mar-2012 at 5:53pm<br /><br />Hi,<div><br></div><div>Thanks for the info.</div><div>However, the reason why we use EntityInstantFeedbackSource is we don't want to load all the records at a time. (Example 1Million records)</div><div>Do you think I need to send this issue to Devexpress?</div><div><br></div><div>Thanks,</div><div>Von</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 01 Mar 2012 17:53:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12876#12876</guid>
  </item> 
  <item>
   <title>Devexpress EntityInstantFeedbackSource and Devforce :   Hi Von, The reason this is...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12875#12875</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> 3309<br /><strong>Posted:</strong> 01-Mar-2012 at 5:23pm<br /><br />Hi Von,<div> </div><div>The reason this is happening in n-tier only is that DevExpress wrap the results in an effectively non-serializable type and it will fail when the serializer tries to send the results back to the client.</div><div>&nbsp;</div><div>As a matter of fact, even when you don't use a projection (i.e. <em>e.QueryableSource = context.Customers;</em>) you will still have the error (it will trigger the&nbsp;EntityServerError event). The difference is that since you've already loaded the Customers, the grid will display the data located on the cache&nbsp;- projections are not stored in cache and must be retrieved from the datasource.</div><div>&nbsp;</div><div>So a workaround would be to load all the Entities you will be working with into the cache, and set </div><div><em>context.DefaultQueryStrategy = QueryStrategy.CacheOnly</em>.</div><div>This way you will be able to use the group functionality in DevExpress.</div><div>&nbsp;</div><div>Regards,</div><div>&nbsp;&nbsp; Silvio.</div>]]>
   </description>
   <pubDate>Thu, 01 Mar 2012 17:23:49 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12875#12875</guid>
  </item> 
  <item>
   <title>Devexpress EntityInstantFeedbackSource and Devforce :   Thanks Von,I&amp;#039;m taking...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12874#12874</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> 3309<br /><strong>Posted:</strong> 01-Mar-2012 at 1:14pm<br /><br />Thanks Von,<div>&nbsp;</div><div>I'm taking a look at it.</div><div>&nbsp;</div><div>Silvio.</div>]]>
   </description>
   <pubDate>Thu, 01 Mar 2012 13:14:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12874#12874</guid>
  </item> 
  <item>
   <title>Devexpress EntityInstantFeedbackSource and Devforce : Here&amp;#039;s the link of the source...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12869#12869</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1228" rel="nofollow">Vonzkie</a><br /><strong>Subject:</strong> 3309<br /><strong>Posted:</strong> 29-Feb-2012 at 10:29pm<br /><br />Here's the link of the source code:&nbsp;http://dl.dropbox.com/u/21444346/IssueOnGroupingDevforceNTier2.rar<div><br></div><div>Thanks,</div><div>Von</div>]]>
   </description>
   <pubDate>Wed, 29 Feb 2012 22:29:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12869#12869</guid>
  </item> 
  <item>
   <title>Devexpress EntityInstantFeedbackSource and Devforce : Hi,We are using Devexpress Grid...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12868#12868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1228" rel="nofollow">Vonzkie</a><br /><strong>Subject:</strong> 3309<br /><strong>Posted:</strong> 29-Feb-2012 at 10:28pm<br /><br /><div><br></div><div><br></div>Hi,<div><br></div><div>We are using Devexpress Grid using EntityInstantFeedbackSource (<a href="http://&#100;ocumentati&#111;n.devexpress.com/#WPF/clsDevExpressDataLinqEntityInstantFeedbackSourcetopic" target="_blank">http://documentation.devexpress.com/#WPF/clsDevExpressDataLinqEntityInstantFeedbackSourcetopic</a>) along with Devforce.</div><div><br></div><div>Everything works fine as we can see in the image below. (using NorthwindIB Database)</div><div><br></div><div><img src="uploads/1228/DevexpressForce1.png" height="472" width="613" border="0" /><br></div><div><br></div><div>and when we group it by dragging a column:</div><div><br></div><div><img src="uploads/1228/DevexpressForce3.png" height="475" width="614" border="0" /><br></div><div><br></div><div>this is the code that i used:</div><div><br></div><div><img src="uploads/1228/DevexpressForce4.png" height="158" width="900" border="0" /><br></div><div><br></div><div>As we can see, my QueryableSource is the EntityQuery of Customers, now if i will make it into a projection:</div><div><br></div><div><img src="uploads/1228/DevexpressForce5.png" height="254" width="900" border="0" /><br></div><div><br></div><div>What will happen is that it will return no result and there's an error in the EntityServerError handler:</div><div><br></div><div><img src="uploads/1228/DevexpressForce2.png" border="0" /><br></div><div><br></div><div><img src="uploads/1228/DevexpressForce6.png" height="244" width="761" border="0" /><br></div><div><br></div><div>Take note that this issue is not happening in an Entity Framework 4 projection as well as Devforce Projection in (2-tier mode) it only happens in Devforce (n-tier mode)</div><div><br></div><div>Additional issue is that, when I try to group it and the records where huge, the returning results will only be 128 records.</div><div><br></div><div>Your help is highly appreciated.</div><div><br></div><div>Thanks,</div><div>Von</div>]]>
   </description>
   <pubDate>Wed, 29 Feb 2012 22:28:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3309&amp;PID=12868#12868</guid>
  </item> 
 </channel>
</rss>