<?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 : [SOLVED] Refreshing Data on Grid</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : [SOLVED] Refreshing Data on Grid</description>
  <pubDate>Thu, 11 Jun 2026 18:08:29 -700</pubDate>
  <lastBuildDate>Mon, 15 Oct 2007 10:40: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=477</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>[SOLVED] Refreshing Data on Grid : Thank you! Thank you! Thank you!  If...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1626#1626</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 477<br /><strong>Posted:</strong> 15-Oct-2007 at 10:40am<br /><br /><DIV><FONT size=2>Thank you! &nbsp;Thank you!&nbsp; Thank you!</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>If it were a snake...</FONT></DIV><DIV><FONT size=2>&nbsp;</DIV></FONT>]]>
   </description>
   <pubDate>Mon, 15 Oct 2007 10:40:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1626#1626</guid>
  </item> 
  <item>
   <title>[SOLVED] Refreshing Data on Grid : Have you tried changing your query...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1625#1625</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 477<br /><strong>Posted:</strong> 15-Oct-2007 at 10:27am<br /><br />Have you tried changing your query strategy to use DataSource then cache?]]>
   </description>
   <pubDate>Mon, 15 Oct 2007 10:27:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1625#1625</guid>
  </item> 
  <item>
   <title>[SOLVED] Refreshing Data on Grid : Not working. I have tried running...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1605#1605</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 477<br /><strong>Posted:</strong> 12-Oct-2007 at 12:44pm<br /><br />Not working.&nbsp; I have tried running a timer in the controller.&nbsp; The timer goes off, so the code is properly&nbsp;running (similar to the GetInitialEntries code).&nbsp; The MainBindingSource's datasource is getting reset.&nbsp; But, the view doesn't see it that way.&nbsp; Shouldn't the controller be the place to make this kind of thing happen?&nbsp; If the MainBindingSource changes...shouldn't the binding managers that rely on this source change, too?&nbsp; Yup, I called MainBindingSource.ResetBindings(false).&nbsp; No dice.<DIV>&nbsp;</DIV><DIV>(stares off, deep in thought)&nbsp; Perhaps I should do this in the presenter...</DIV>]]>
   </description>
   <pubDate>Fri, 12 Oct 2007 12:44:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1605#1605</guid>
  </item> 
  <item>
   <title>[SOLVED] Refreshing Data on Grid : Yup...a managed list is involved....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1547#1547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 477<br /><strong>Posted:</strong> 10-Oct-2007 at 12:56pm<br /><br />Yup...a managed list is involved.&nbsp; I was hoping for a command that already existed that would refetch the data and refresh the grid.&nbsp; I can certainly re-run the original query.&nbsp; How would that affect my current pointer?&nbsp; Should I store that first, requery, then repoint based on the stored pointer?<DIV>&nbsp;</DIV><DIV>Also, can this be done asynchronously?&nbsp; Are there things I need to watch out for if that is possible?</DIV>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 12:56:28 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1547#1547</guid>
  </item> 
  <item>
   <title>[SOLVED] Refreshing Data on Grid : It seems to me that if you periodically...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1542#1542</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 477<br /><strong>Posted:</strong> 10-Oct-2007 at 12:29pm<br /><br />It seems to me that if you periodically re-query the data and assign the resulting list to the grid's binding source, the grid should update automatically.<DIV>&nbsp;</DIV><DIV>If the result of the original query was a managed list (e.g., EntityList&lt;T&gt;), then re-running the query should be sufficient without re-assigning the result.</DIV><DIV>&nbsp;</DIV><DIV>Is this what you're doing?</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 12:29:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1542#1542</guid>
  </item> 
  <item>
   <title>[SOLVED] Refreshing Data on Grid : Let me rephrase (for bumping purposes): How...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1491#1491</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 477<br /><strong>Posted:</strong> 08-Oct-2007 at 4:49pm<br /><br /><P>Let me rephrase (for bumping purposes):</P><DIV>How do I update a&nbsp; view-only grid&nbsp;with recent changes in the database, without closing the app and opening it again?</DIV>]]>
   </description>
   <pubDate>Mon, 08 Oct 2007 16:49:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1491#1491</guid>
  </item> 
  <item>
   <title>[SOLVED] Refreshing Data on Grid : I have prepared a summary detail...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1477#1477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 477<br /><strong>Posted:</strong> 06-Oct-2007 at 9:12am<br /><br />I have prepared a summary detail page where in the summary section (nope, not the detail)&nbsp;I have a grid.&nbsp; I would like the grid to retrieve updates values from the database on a specified interval.&nbsp; I have tried resetbindings, refreshdatasource, and other obvious methods, but nothing seems to work.&nbsp; What is the command to get the grid to update its data without losing the current pointer? <span style="font-size:10px"><br /><br />Edited by Linguinut - 15-Oct-2007 at 10:40am</span>]]>
   </description>
   <pubDate>Sat, 06 Oct 2007 09:12:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=477&amp;PID=1477#1477</guid>
  </item> 
 </channel>
</rss>