# C1.Blazor.Grid.FlexGrid.RowEditEnding

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Blazor_Grid_FlexGrid_RowEditEnding_" data-uid="C1.Blazor.Grid.FlexGrid.RowEditEnding*">RowEditEnding Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Blazor_Grid_FlexGrid_RowEditEnding_" data-uid="C1.Blazor.Grid.FlexGrid.RowEditEnding*"></a>
<h4 id="C1_Blazor_Grid_FlexGrid_RowEditEnding" data-uid="C1.Blazor.Grid.FlexGrid.RowEditEnding">RowEditEnding</h4>
<div class="markdown level1 summary"><p>Occurs when a row edit is ending.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Parameter]
public EventHandler&lt;GridCellEditEventArgs&gt; RowEditEnding { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Parameter&gt;
Public Property RowEditEnding As EventHandler(Of GridCellEditEventArgs)</code></pre>
</div>
<h5 id="C1_Blazor_Grid_FlexGrid_RowEditEnding_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You can cancel this event by setting the <b>Cancel</b> property of the event argument 
to true in the event handler.</p>
<p>If this event is not canceled, the edits will be committed or canceled depending on the
setting of the <b>CancelEdits</b> property of the event argument.</p>
<p>Alternatively, you can set the <span class="xref">IsReadOnly</span> property to true to 
disable editing in the grid.</p>
</div>
</div>
