# C1.Win.TrueDBGrid.C1TrueDBGrid.RefetchRow

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_TrueDBGrid_C1TrueDBGrid_RefetchRow_" data-uid="C1.Win.TrueDBGrid.C1TrueDBGrid.RefetchRow*">RefetchRow Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_TrueDBGrid_C1TrueDBGrid_RefetchRow_" data-uid="C1.Win.TrueDBGrid.C1TrueDBGrid.RefetchRow*"></a>
<h4 id="C1_Win_TrueDBGrid_C1TrueDBGrid_RefetchRow" data-uid="C1.Win.TrueDBGrid.C1TrueDBGrid.RefetchRow">RefetchRow()</h4>
<div class="markdown level1 summary"><p>Retreives data from the datasource for the current row and refreshes the row.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RefetchRow()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RefetchRow()</code></pre>
</div>
<h5 id="C1_Win_TrueDBGrid_C1TrueDBGrid_RefetchRow_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The RefetchRow method repopulates the specified row from a data source. It also repaints the row, firing all events necessary for redisplay.</p>
<p>By default, the grid retrieves data automatically as needed. In some circumstances, the underlying datasource may change without the grid receiving notification that a change has occurred.  The RefetchRow method is provided for this purpose.</p>
</div>


<a id="C1_Win_TrueDBGrid_C1TrueDBGrid_RefetchRow_" data-uid="C1.Win.TrueDBGrid.C1TrueDBGrid.RefetchRow*"></a>
<h4 id="C1_Win_TrueDBGrid_C1TrueDBGrid_RefetchRow_System_Int32_" data-uid="C1.Win.TrueDBGrid.C1TrueDBGrid.RefetchRow(System.Int32)">RefetchRow(int)</h4>
<div class="markdown level1 summary"><p>Retreives data from the datasource for the specified row and refreshes the row.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RefetchRow(int row)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RefetchRow(row As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>The row to refetch.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_TrueDBGrid_C1TrueDBGrid_RefetchRow_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The RefetchRow method repopulates the specified row from a data source. It also repaints the row, firing all events necessary for redisplay.</p>
<p>By default, the grid retrieves data automatically as needed. In some circumstances, the underlying datasource may change without the grid receiving notification that a change has occurred.  The RefetchRow method is provided for this purpose.</p>
</div>
</div>
