<?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 : Slow Grid Scrolling</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Slow Grid Scrolling</description>
  <pubDate>Wed, 10 Jun 2026 10:02:21 -700</pubDate>
  <lastBuildDate>Sat, 13 Mar 2010 04:20:18 -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=1682</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>Slow Grid Scrolling : Thanks for your reply. It turned...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1682&amp;PID=6357#6357</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=718" rel="nofollow">agrogers</a><br /><strong>Subject:</strong> 1682<br /><strong>Posted:</strong> 13-Mar-2010 at 4:20am<br /><br />Thanks for your reply.&nbsp; It turned out to be an issue related to running the application through Visual Studio.&nbsp; We had tried both debug and release version but it didnt make any difference.&nbsp; But when we launched the application from outside VS the scrolling work correctly and smoothly.<br><br>What caught us up was that sighting all records in some grids resulted in good scrolling and sighting all records in other grids made no difference.&nbsp; Still dont know why that is but it is a good 'fix'.<br><br>Thanks for the performance tuning link.<br><br>Cheers<br>Andrew<br>]]>
   </description>
   <pubDate>Sat, 13 Mar 2010 04:20:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1682&amp;PID=6357#6357</guid>
  </item> 
  <item>
   <title>Slow Grid Scrolling : The usual reason for poor grid...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1682&amp;PID=6354#6354</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> 1682<br /><strong>Posted:</strong> 12-Mar-2010 at 10:20am<br /><br />The usual reason for poor grid performance is indeed supplementary trips to the database to retrieve entities referenced in navigation properties which are not already in the cache. I'm not sure what might be causing your performance problems with the grid where you've already viewed the rows and therefore (presumably) already retrieved the related entities. <DIV>&nbsp;</DIV><DIV>However, the solution to the standard problem may also solve your non-standard one: that being, to preload the data you're going to need (using a span query)&nbsp;<EM>before </EM>displaying the grid.&nbsp; See, for example,&nbsp;the section "Span Queries" in the <EM>Object Persistence </EM>chapter in the Developers Guide.&nbsp; There is also material in the Performance Tips powerpoint file in the Learning Units at</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; LearningUnits\300 Advanced\Performance Tuning a DevForce App\01 Slides</DIV>]]>
   </description>
   <pubDate>Fri, 12 Mar 2010 10:20:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1682&amp;PID=6354#6354</guid>
  </item> 
  <item>
   <title>Slow Grid Scrolling : HelloWe found that a number of...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1682&amp;PID=6346#6346</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=718" rel="nofollow">agrogers</a><br /><strong>Subject:</strong> 1682<br /><strong>Posted:</strong> 11-Mar-2010 at 5:51am<br /><br />Hello<br><br>We found that a number of our DevEx 2009.2 grids were scrolling quite slowly and so began investigating the issue.&nbsp; It became clear fairly quickly that once records in the grid had been viewed that section of the grid would then scroll very efficiently.&nbsp; The data had of course been loaded into the cache.<br><br>However we have other grids where, even though we have viewed every record in the grid, the slowness of scrolling that grid remains.&nbsp; Scrolling speed is returned to normal when I group by the columns that are joined to other tables so that only simple columns are shown in grid.&nbsp; That suggests that the problem is with the grid traversing the entity graph to get other data.&nbsp; But that doesnt make sense since it should already have that data in the cache and so it should be real fast.<br><br>Does anyone have any thoughts?<br><br>Thanks<br>Andrew<br>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 05:51:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1682&amp;PID=6346#6346</guid>
  </item> 
 </channel>
</rss>