# C1.Web.Mvc.FlexGridBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_FlexGridBase_1" data-uid="C1.Web.Mvc.FlexGridBase`1" class="text-break">FlexGridBase&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The FlexGrid control provides a powerful and flexible way to display and edit data in a tabular format.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Control.html">Control</a></div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.html">ItemsBoundControl</a>&lt;T&gt;</div>
    <div class="level4"><span class="xref">FlexGridBase&lt;T&gt;</span></div>
      <div class="level5"><a class="xref" href="C1.Web.Mvc.FlexGrid-1.html">FlexGrid&lt;T&gt;</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
    <div><a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_FlexGridBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class FlexGridBase&lt;T&gt; : ItemsBoundControl&lt;T&gt;, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class FlexGridBase(Of T)
    Inherits ItemsBoundControl(Of T)
    Implements IHtmlContent, ITemplate</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.FlexGridBase`1.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.-ctor.html#C1_Web_Mvc_FlexGridBase_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">FlexGridBase(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.html">FlexGridBase&lt;T&gt;</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AllowAddNew" data-uid="C1.Web.Mvc.FlexGridBase`1.AllowAddNew">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AllowAddNew.html#C1_Web_Mvc_FlexGridBase_1_AllowAddNew">AllowAddNew</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the grid should provide a new row template so users can add items to the source collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AllowDelete" data-uid="C1.Web.Mvc.FlexGridBase`1.AllowDelete">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AllowDelete.html#C1_Web_Mvc_FlexGridBase_1_AllowDelete">AllowDelete</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the grid should delete selected rows when the user presses the Delete key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AllowDragging" data-uid="C1.Web.Mvc.FlexGridBase`1.AllowDragging">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AllowDragging.html#C1_Web_Mvc_FlexGridBase_1_AllowDragging">AllowDragging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether users are allowed to drag rows and/or columns with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AllowMerging" data-uid="C1.Web.Mvc.FlexGridBase`1.AllowMerging">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AllowMerging.html#C1_Web_Mvc_FlexGridBase_1_AllowMerging">AllowMerging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which parts of the grid provide cell merging.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AllowResizing" data-uid="C1.Web.Mvc.FlexGridBase`1.AllowResizing">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AllowResizing.html#C1_Web_Mvc_FlexGridBase_1_AllowResizing">AllowResizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether users are allowed to resize rows and/or columns with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AlternatingRowStep" data-uid="C1.Web.Mvc.FlexGridBase`1.AlternatingRowStep">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AlternatingRowStep.html#C1_Web_Mvc_FlexGridBase_1_AlternatingRowStep">AlternatingRowStep</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the number of regular rows between 'alternating' rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AnchorCursor" data-uid="C1.Web.Mvc.FlexGridBase`1.AnchorCursor">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AnchorCursor.html#C1_Web_Mvc_FlexGridBase_1_AnchorCursor">AnchorCursor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether extending selections with the mouse or keyboard should change the start (cursor) or the end of the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AriaLabel" data-uid="C1.Web.Mvc.FlexGridBase`1.AriaLabel">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AriaLabel.html#C1_Web_Mvc_FlexGridBase_1_AriaLabel">AriaLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the  aria label property of cells host.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AutoClipboard" data-uid="C1.Web.Mvc.FlexGridBase`1.AutoClipboard">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AutoClipboard.html#C1_Web_Mvc_FlexGridBase_1_AutoClipboard">AutoClipboard</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grid should handle clipboard shortcuts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AutoGenerateColumns" data-uid="C1.Web.Mvc.FlexGridBase`1.AutoGenerateColumns">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AutoGenerateColumns.html#C1_Web_Mvc_FlexGridBase_1_AutoGenerateColumns">AutoGenerateColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grid should generate columns automatically based on the itemsSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AutoRowHeights" data-uid="C1.Web.Mvc.FlexGridBase`1.AutoRowHeights">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AutoRowHeights.html#C1_Web_Mvc_FlexGridBase_1_AutoRowHeights">AutoRowHeights</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should automatically resize the rows when the data or grid layout change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AutoScroll" data-uid="C1.Web.Mvc.FlexGridBase`1.AutoScroll">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AutoScroll.html#C1_Web_Mvc_FlexGridBase_1_AutoScroll">AutoScroll</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should automatically scroll its contents while users drag rows or columns into new positions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AutoSearch" data-uid="C1.Web.Mvc.FlexGridBase`1.AutoSearch">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AutoSearch.html#C1_Web_Mvc_FlexGridBase_1_AutoSearch">AutoSearch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should search for cells as the users types into read-only cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_AutoSizeMode" data-uid="C1.Web.Mvc.FlexGridBase`1.AutoSizeMode">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.AutoSizeMode.html#C1_Web_Mvc_FlexGridBase_1_AutoSizeMode">AutoSizeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which cells should be taken into account when auto-sizing a row or column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_BigCheckboxes" data-uid="C1.Web.Mvc.FlexGridBase`1.BigCheckboxes">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.BigCheckboxes.html#C1_Web_Mvc_FlexGridBase_1_BigCheckboxes">BigCheckboxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the checkboxes used to edit boolean columns should extend to cover the whole cell width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_BottomLeftCellsTemplate" data-uid="C1.Web.Mvc.FlexGridBase`1.BottomLeftCellsTemplate">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.BottomLeftCellsTemplate.html#C1_Web_Mvc_FlexGridBase_1_BottomLeftCellsTemplate">BottomLeftCellsTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the templates applied in bottom left cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_CaseSensitiveSearch" data-uid="C1.Web.Mvc.FlexGridBase`1.CaseSensitiveSearch">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.CaseSensitiveSearch.html#C1_Web_Mvc_FlexGridBase_1_CaseSensitiveSearch">CaseSensitiveSearch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether searches performed while the user types should case-sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_CellsTemplate" data-uid="C1.Web.Mvc.FlexGridBase`1.CellsTemplate">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.CellsTemplate.html#C1_Web_Mvc_FlexGridBase_1_CellsTemplate">CellsTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the templates for the content cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ChildItemsPath" data-uid="C1.Web.Mvc.FlexGridBase`1.ChildItemsPath">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ChildItemsPath.html#C1_Web_Mvc_FlexGridBase_1_ChildItemsPath">ChildItemsPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property used to generate child rows in hierarchical grids.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_CloneFrozenCells" data-uid="C1.Web.Mvc.FlexGridBase`1.CloneFrozenCells">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.CloneFrozenCells.html#C1_Web_Mvc_FlexGridBase_1_CloneFrozenCells">CloneFrozenCells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the FlexGrid should clone frozen cells and show them in a separate element to improve perceived performance while scrolling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ColumnFootersRowHeaderText" data-uid="C1.Web.Mvc.FlexGridBase`1.ColumnFootersRowHeaderText">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ColumnFootersRowHeaderText.html#C1_Web_Mvc_FlexGridBase_1_ColumnFootersRowHeaderText">ColumnFootersRowHeaderText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the group row header in the column footers panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ColumnFootersTemplate" data-uid="C1.Web.Mvc.FlexGridBase`1.ColumnFootersTemplate">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ColumnFootersTemplate.html#C1_Web_Mvc_FlexGridBase_1_ColumnFootersTemplate">ColumnFootersTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the templates applied in column footers cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ColumnHeadersTemplate" data-uid="C1.Web.Mvc.FlexGridBase`1.ColumnHeadersTemplate">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ColumnHeadersTemplate.html#C1_Web_Mvc_FlexGridBase_1_ColumnHeadersTemplate">ColumnHeadersTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the templates applied in the column header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ColumnLayout" data-uid="C1.Web.Mvc.FlexGridBase`1.ColumnLayout">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ColumnLayout.html#C1_Web_Mvc_FlexGridBase_1_ColumnLayout">ColumnLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a JSON string that defines the current column layout.&quot; remarks=&quot;The column layout string represents an array with the columns and their properties. It can be used to persist column layouts defined by users so they are preserved across sessions, and can also be used to implement undo/redo functionality in applications that allow users to modify the column layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_Columns" data-uid="C1.Web.Mvc.FlexGridBase`1.Columns">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.Columns.html#C1_Web_Mvc_FlexGridBase_1_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the grid's column collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_CommitEmptyEdits" data-uid="C1.Web.Mvc.FlexGridBase`1.CommitEmptyEdits">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.CommitEmptyEdits.html#C1_Web_Mvc_FlexGridBase_1_CommitEmptyEdits">CommitEmptyEdits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates how the grid commit empty edits to cell values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_CopyHeaders" data-uid="C1.Web.Mvc.FlexGridBase`1.CopyHeaders">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.CopyHeaders.html#C1_Web_Mvc_FlexGridBase_1_CopyHeaders">CopyHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets copied header cells when copying the content to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_DefaultColumnSize" data-uid="C1.Web.Mvc.FlexGridBase`1.DefaultColumnSize">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.DefaultColumnSize.html#C1_Web_Mvc_FlexGridBase_1_DefaultColumnSize">DefaultColumnSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default size of columns in the column collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_DefaultRowSize" data-uid="C1.Web.Mvc.FlexGridBase`1.DefaultRowSize">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.DefaultRowSize.html#C1_Web_Mvc_FlexGridBase_1_DefaultRowSize">DefaultRowSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default size of rows in the row collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_DefaultTypeWidth" data-uid="C1.Web.Mvc.FlexGridBase`1.DefaultTypeWidth">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.DefaultTypeWidth.html#C1_Web_Mvc_FlexGridBase_1_DefaultTypeWidth">DefaultTypeWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the static object that defines the default width for auto-generated grid columns based on their types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_DeferResizing" data-uid="C1.Web.Mvc.FlexGridBase`1.DeferResizing">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.DeferResizing.html#C1_Web_Mvc_FlexGridBase_1_DeferResizing">DeferResizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether row and column resizing should be deferred until.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ErrorTip" data-uid="C1.Web.Mvc.FlexGridBase`1.ErrorTip">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ErrorTip.html#C1_Web_Mvc_FlexGridBase_1_ErrorTip">ErrorTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the error tooltip of FlexGrid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ExpandSelectionOnCopyPaste" data-uid="C1.Web.Mvc.FlexGridBase`1.ExpandSelectionOnCopyPaste">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ExpandSelectionOnCopyPaste.html#C1_Web_Mvc_FlexGridBase_1_ExpandSelectionOnCopyPaste">ExpandSelectionOnCopyPaste</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should automatically expand the selection to include cells in merged ranges when copying or pasting content to/from the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_Extenders" data-uid="C1.Web.Mvc.FlexGridBase`1.Extenders">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.Extenders.html#C1_Web_Mvc_FlexGridBase_1_Extenders">Extenders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the extender collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_FrozenCells" data-uid="C1.Web.Mvc.FlexGridBase`1.FrozenCells">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.FrozenCells.html#C1_Web_Mvc_FlexGridBase_1_FrozenCells">FrozenCells</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the frozen options for FlexGrid based controls.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_FrozenColumns" data-uid="C1.Web.Mvc.FlexGridBase`1.FrozenColumns">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.FrozenColumns.html#C1_Web_Mvc_FlexGridBase_1_FrozenColumns">FrozenColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of frozen columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_FrozenRows" data-uid="C1.Web.Mvc.FlexGridBase`1.FrozenRows">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.FrozenRows.html#C1_Web_Mvc_FlexGridBase_1_FrozenRows">FrozenRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of frozen columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_GroupHeaderFormat" data-uid="C1.Web.Mvc.FlexGridBase`1.GroupHeaderFormat">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.GroupHeaderFormat.html#C1_Web_Mvc_FlexGridBase_1_GroupHeaderFormat">GroupHeaderFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string used to create the group header content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_GroupSummaryPosition" data-uid="C1.Web.Mvc.FlexGridBase`1.GroupSummaryPosition">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.GroupSummaryPosition.html#C1_Web_Mvc_FlexGridBase_1_GroupSummaryPosition">GroupSummaryPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the position of group summary row in the group. This property does not work if ChildItemsPath property is set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_HeaderTemplate" data-uid="C1.Web.Mvc.FlexGridBase`1.HeaderTemplate">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.HeaderTemplate.html#C1_Web_Mvc_FlexGridBase_1_HeaderTemplate">HeaderTemplate</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_HeadersFocusability" data-uid="C1.Web.Mvc.FlexGridBase`1.HeadersFocusability">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.HeadersFocusability.html#C1_Web_Mvc_FlexGridBase_1_HeadersFocusability">HeadersFocusability</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the row and column headers are focusable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_HeadersVisibility" data-uid="C1.Web.Mvc.FlexGridBase`1.HeadersVisibility">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.HeadersVisibility.html#C1_Web_Mvc_FlexGridBase_1_HeadersVisibility">HeadersVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the row and column headers are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ImeEnabled" data-uid="C1.Web.Mvc.FlexGridBase`1.ImeEnabled">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ImeEnabled.html#C1_Web_Mvc_FlexGridBase_1_ImeEnabled">ImeEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should support Input Method Editors (IME) while not in edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_IsReadOnly" data-uid="C1.Web.Mvc.FlexGridBase`1.IsReadOnly">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.IsReadOnly.html#C1_Web_Mvc_FlexGridBase_1_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can edit the grid cells by typing into them.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ItemFormatter" data-uid="C1.Web.Mvc.FlexGridBase`1.ItemFormatter">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ItemFormatter.html#C1_Web_Mvc_FlexGridBase_1_ItemFormatter">ItemFormatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a formatter function used to customize cells on this grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ItemValidator" data-uid="C1.Web.Mvc.FlexGridBase`1.ItemValidator">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ItemValidator.html#C1_Web_Mvc_FlexGridBase_1_ItemValidator">ItemValidator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a validator function to determine whether cells contain valid data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_KeyActionEnter" data-uid="C1.Web.Mvc.FlexGridBase`1.KeyActionEnter">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.KeyActionEnter.html#C1_Web_Mvc_FlexGridBase_1_KeyActionEnter">KeyActionEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the action to perform when the ENTER key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_KeyActionTab" data-uid="C1.Web.Mvc.FlexGridBase`1.KeyActionTab">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.KeyActionTab.html#C1_Web_Mvc_FlexGridBase_1_KeyActionTab">KeyActionTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the action to perform when the TAB key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_LazyRender" data-uid="C1.Web.Mvc.FlexGridBase`1.LazyRender">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.LazyRender.html#C1_Web_Mvc_FlexGridBase_1_LazyRender">LazyRender</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grid should skip rendering cells that were updated in the last render cycle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_NewRowAtTop" data-uid="C1.Web.Mvc.FlexGridBase`1.NewRowAtTop">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.NewRowAtTop.html#C1_Web_Mvc_FlexGridBase_1_NewRowAtTop">NewRowAtTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the new row template should be located at the top of the grid or at the bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_NoDataOverlayContent" data-uid="C1.Web.Mvc.FlexGridBase`1.NoDataOverlayContent">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.NoDataOverlayContent.html#C1_Web_Mvc_FlexGridBase_1_NoDataOverlayContent">NoDataOverlayContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the HTML content displayed as an overlay when there is no data in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientAutoSizedColumn" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientAutoSizedColumn">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientAutoSizedColumn.html#C1_Web_Mvc_FlexGridBase_1_OnClientAutoSizedColumn">OnClientAutoSizedColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the user auto-sizes a column by double-clicking the right edge of a column header cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientAutoSizedRow" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientAutoSizedRow">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientAutoSizedRow.html#C1_Web_Mvc_FlexGridBase_1_OnClientAutoSizedRow">OnClientAutoSizedRow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the user auto-sizes a row by double-clicking the bottom edge of a row header cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientAutoSizingColumn" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientAutoSizingColumn">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientAutoSizingColumn.html#C1_Web_Mvc_FlexGridBase_1_OnClientAutoSizingColumn">OnClientAutoSizingColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the user auto-sizes a column by double-clicking the right edge of a column header cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientAutoSizingRow" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientAutoSizingRow">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientAutoSizingRow.html#C1_Web_Mvc_FlexGridBase_1_OnClientAutoSizingRow">OnClientAutoSizingRow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the user auto-sizes a row by double-clicking the bottom edge of a row header cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientBeginningEdit" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientBeginningEdit">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientBeginningEdit.html#C1_Web_Mvc_FlexGridBase_1_OnClientBeginningEdit">OnClientBeginningEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a cell enters edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientCellEditEnded" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientCellEditEnded">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientCellEditEnded.html#C1_Web_Mvc_FlexGridBase_1_OnClientCellEditEnded">OnClientCellEditEnded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a cell edit has been committed or canceled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientCellEditEnding" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientCellEditEnding">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientCellEditEnding.html#C1_Web_Mvc_FlexGridBase_1_OnClientCellEditEnding">OnClientCellEditEnding</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a cell edit is ending.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientCopied" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientCopied">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientCopied.html#C1_Web_Mvc_FlexGridBase_1_OnClientCopied">OnClientCopied</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the user has copied the selection content to the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientCopying" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientCopying">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientCopying.html#C1_Web_Mvc_FlexGridBase_1_OnClientCopying">OnClientCopying</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user is copying the selection content to the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientDeletedRow" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientDeletedRow">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientDeletedRow.html#C1_Web_Mvc_FlexGridBase_1_OnClientDeletedRow">OnClientDeletedRow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the user has deleted a row by pressing the Delete key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientDeletingRow" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientDeletingRow">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientDeletingRow.html#C1_Web_Mvc_FlexGridBase_1_OnClientDeletingRow">OnClientDeletingRow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientDraggedColumn" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientDraggedColumn">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientDraggedColumn.html#C1_Web_Mvc_FlexGridBase_1_OnClientDraggedColumn">OnClientDraggedColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user finishes dragging a column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientDraggedRow" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientDraggedRow">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientDraggedRow.html#C1_Web_Mvc_FlexGridBase_1_OnClientDraggedRow">OnClientDraggedRow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user finishes dragging a row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientDraggingColumn" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientDraggingColumn">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientDraggingColumn.html#C1_Web_Mvc_FlexGridBase_1_OnClientDraggingColumn">OnClientDraggingColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user starts dragging a column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientDraggingColumnOver" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientDraggingColumnOver">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientDraggingColumnOver.html#C1_Web_Mvc_FlexGridBase_1_OnClientDraggingColumnOver">OnClientDraggingColumnOver</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs as the user drags a column to a new position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientDraggingRow" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientDraggingRow">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientDraggingRow.html#C1_Web_Mvc_FlexGridBase_1_OnClientDraggingRow">OnClientDraggingRow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user starts dragging a row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientDraggingRowOver" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientDraggingRowOver">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientDraggingRowOver.html#C1_Web_Mvc_FlexGridBase_1_OnClientDraggingRowOver">OnClientDraggingRowOver</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs as the user drags a row to a new position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientFormatItem" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientFormatItem">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientFormatItem.html#C1_Web_Mvc_FlexGridBase_1_OnClientFormatItem">OnClientFormatItem</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an element representing a cell has been created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientGettingCellClipString" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientGettingCellClipString">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientGettingCellClipString.html#C1_Web_Mvc_FlexGridBase_1_OnClientGettingCellClipString">OnClientGettingCellClipString</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user is getting the content of a CellRange as a string suitable for copying to the clipboard or exporting to CSV files.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientGroupCollapsedChanged" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientGroupCollapsedChanged">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientGroupCollapsedChanged.html#C1_Web_Mvc_FlexGridBase_1_OnClientGroupCollapsedChanged">OnClientGroupCollapsedChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a group has been expanded or collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientGroupCollapsedChanging" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientGroupCollapsedChanging">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientGroupCollapsedChanging.html#C1_Web_Mvc_FlexGridBase_1_OnClientGroupCollapsedChanging">OnClientGroupCollapsedChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a group is about to be expanded or collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientItemsSourceChanged" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientItemsSourceChanged">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientItemsSourceChanged.html#C1_Web_Mvc_FlexGridBase_1_OnClientItemsSourceChanged">OnClientItemsSourceChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the grid has been bound to a new items source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientItemsSourceChanging" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientItemsSourceChanging">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientItemsSourceChanging.html#C1_Web_Mvc_FlexGridBase_1_OnClientItemsSourceChanging">OnClientItemsSourceChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the grid has been bound to a new items source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientLoadedRows" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientLoadedRows">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientLoadedRows.html#C1_Web_Mvc_FlexGridBase_1_OnClientLoadedRows">OnClientLoadedRows</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the grid rows have been bound to the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientLoadingRows" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientLoadingRows">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientLoadingRows.html#C1_Web_Mvc_FlexGridBase_1_OnClientLoadingRows">OnClientLoadingRows</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the grid rows are bound to the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientPasted" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientPasted">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientPasted.html#C1_Web_Mvc_FlexGridBase_1_OnClientPasted">OnClientPasted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the user has pasted content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientPastedCell" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientPastedCell">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientPastedCell.html#C1_Web_Mvc_FlexGridBase_1_OnClientPastedCell">OnClientPastedCell</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the user has pasted content from the clipboard into a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientPasting" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientPasting">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientPasting.html#C1_Web_Mvc_FlexGridBase_1_OnClientPasting">OnClientPasting</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user is pasting content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientPastingCell" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientPastingCell">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientPastingCell.html#C1_Web_Mvc_FlexGridBase_1_OnClientPastingCell">OnClientPastingCell</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user is pasting content from the clipboard into a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientPinnedColumn" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientPinnedColumn">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientPinnedColumn.html#C1_Web_Mvc_FlexGridBase_1_OnClientPinnedColumn">OnClientPinnedColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs as columns are pinned.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientPinningColumn" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientPinningColumn">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientPinningColumn.html#C1_Web_Mvc_FlexGridBase_1_OnClientPinningColumn">OnClientPinningColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs as columns are pinning.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientPrepareCellForEdit" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientPrepareCellForEdit">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientPrepareCellForEdit.html#C1_Web_Mvc_FlexGridBase_1_OnClientPrepareCellForEdit">OnClientPrepareCellForEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an editor cell is created and before it becomes active.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientResizedColumn" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientResizedColumn">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientResizedColumn.html#C1_Web_Mvc_FlexGridBase_1_OnClientResizedColumn">OnClientResizedColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user finishes resizing a column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientResizedRow" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientResizedRow">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientResizedRow.html#C1_Web_Mvc_FlexGridBase_1_OnClientResizedRow">OnClientResizedRow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user finishes resizing rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientResizingColumn" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientResizingColumn">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientResizingColumn.html#C1_Web_Mvc_FlexGridBase_1_OnClientResizingColumn">OnClientResizingColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs as columns are resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientResizingRow" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientResizingRow">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientResizingRow.html#C1_Web_Mvc_FlexGridBase_1_OnClientResizingRow">OnClientResizingRow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs as rows are resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientRowAdded" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientRowAdded">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientRowAdded.html#C1_Web_Mvc_FlexGridBase_1_OnClientRowAdded">OnClientRowAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user creates a new item by editing the new row template (see the allowAddNew property).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientRowEditEnded" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientRowEditEnded">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientRowEditEnded.html#C1_Web_Mvc_FlexGridBase_1_OnClientRowEditEnded">OnClientRowEditEnded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a row edit has been committed or canceled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientRowEditEnding" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientRowEditEnding">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientRowEditEnding.html#C1_Web_Mvc_FlexGridBase_1_OnClientRowEditEnding">OnClientRowEditEnding</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a row edit is ending, before the changes are committed or canceled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientRowEditStarted" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientRowEditStarted">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientRowEditStarted.html#C1_Web_Mvc_FlexGridBase_1_OnClientRowEditStarted">OnClientRowEditStarted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a row enters edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientRowEditStarting" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientRowEditStarting">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientRowEditStarting.html#C1_Web_Mvc_FlexGridBase_1_OnClientRowEditStarting">OnClientRowEditStarting</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a row enters edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientScrollPositionChanged" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientScrollPositionChanged">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientScrollPositionChanged.html#C1_Web_Mvc_FlexGridBase_1_OnClientScrollPositionChanged">OnClientScrollPositionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the control has scrolled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientSelectionChanged" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientSelectionChanged">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientSelectionChanged.html#C1_Web_Mvc_FlexGridBase_1_OnClientSelectionChanged">OnClientSelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after selection changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientSelectionChanging" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientSelectionChanging">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientSelectionChanging.html#C1_Web_Mvc_FlexGridBase_1_OnClientSelectionChanging">OnClientSelectionChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before selection changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientSortedColumn" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientSortedColumn">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientSortedColumn.html#C1_Web_Mvc_FlexGridBase_1_OnClientSortedColumn">OnClientSortedColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the user applies a sort by clicking on a column header or by using the sort buttons in the Filter dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientSortingColumn" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientSortingColumn">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientSortingColumn.html#C1_Web_Mvc_FlexGridBase_1_OnClientSortingColumn">OnClientSortingColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the user applies a sort by clicking on a column header or by using the sort buttons in the Filter dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientUpdatedLayout" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientUpdatedLayout">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientUpdatedLayout.html#C1_Web_Mvc_FlexGridBase_1_OnClientUpdatedLayout">OnClientUpdatedLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the grid has updated its internal layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientUpdatedView" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientUpdatedView">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientUpdatedView.html#C1_Web_Mvc_FlexGridBase_1_OnClientUpdatedView">OnClientUpdatedView</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the grid finishes creating/updating the elements that  make up the current view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientUpdatingLayout" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientUpdatingLayout">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientUpdatingLayout.html#C1_Web_Mvc_FlexGridBase_1_OnClientUpdatingLayout">OnClientUpdatingLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the grid updates its internal layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_OnClientUpdatingView" data-uid="C1.Web.Mvc.FlexGridBase`1.OnClientUpdatingView">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.OnClientUpdatingView.html#C1_Web_Mvc_FlexGridBase_1_OnClientUpdatingView">OnClientUpdatingView</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the grid starts creating/updating the elements that make up the current view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_PasteEmptyCells" data-uid="C1.Web.Mvc.FlexGridBase`1.PasteEmptyCells">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.PasteEmptyCells.html#C1_Web_Mvc_FlexGridBase_1_PasteEmptyCells">PasteEmptyCells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether when pasting, paste all cells or only not empty cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_PinningType" data-uid="C1.Web.Mvc.FlexGridBase`1.PinningType">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.PinningType.html#C1_Web_Mvc_FlexGridBase_1_PinningType">PinningType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the grid pins the column headers by clicking the icons toggles the column's frozen state</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_PreserveOutlineState" data-uid="C1.Web.Mvc.FlexGridBase`1.PreserveOutlineState">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.PreserveOutlineState.html#C1_Web_Mvc_FlexGridBase_1_PreserveOutlineState">PreserveOutlineState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should preserve the expanded/collapsed state of nodes when the data is refreshed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_PreserveSelectedState" data-uid="C1.Web.Mvc.FlexGridBase`1.PreserveSelectedState">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.PreserveSelectedState.html#C1_Web_Mvc_FlexGridBase_1_PreserveSelectedState">PreserveSelectedState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should preserve the selected state of rows when the data is refreshed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_PreserveWhiteSpace" data-uid="C1.Web.Mvc.FlexGridBase`1.PreserveWhiteSpace">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.PreserveWhiteSpace.html#C1_Web_Mvc_FlexGridBase_1_PreserveWhiteSpace">PreserveWhiteSpace</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should keep whitespace in cells as they appear in the data or whether it should collapse the whitespace into a single space character</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_QuickAutoSize" data-uid="C1.Web.Mvc.FlexGridBase`1.QuickAutoSize">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.QuickAutoSize.html#C1_Web_Mvc_FlexGridBase_1_QuickAutoSize">QuickAutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should optimize performance over precision when auto-sizing columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_RefreshOnEdit" data-uid="C1.Web.Mvc.FlexGridBase`1.RefreshOnEdit">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.RefreshOnEdit.html#C1_Web_Mvc_FlexGridBase_1_RefreshOnEdit">RefreshOnEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grid should refresh all cells after a cell is edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_RowHeaderPath" data-uid="C1.Web.Mvc.FlexGridBase`1.RowHeaderPath">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.RowHeaderPath.html#C1_Web_Mvc_FlexGridBase_1_RowHeaderPath">RowHeaderPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property used to create row header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_RowHeadersTemplate" data-uid="C1.Web.Mvc.FlexGridBase`1.RowHeadersTemplate">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.RowHeadersTemplate.html#C1_Web_Mvc_FlexGridBase_1_RowHeadersTemplate">RowHeadersTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the templates applied in row header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ScrollPosition" data-uid="C1.Web.Mvc.FlexGridBase`1.ScrollPosition">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ScrollPosition.html#C1_Web_Mvc_FlexGridBase_1_ScrollPosition">ScrollPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the grid's scrollbars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_Selection" data-uid="C1.Web.Mvc.FlexGridBase`1.Selection">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.Selection.html#C1_Web_Mvc_FlexGridBase_1_Selection">Selection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_SelectionMode" data-uid="C1.Web.Mvc.FlexGridBase`1.SelectionMode">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.SelectionMode.html#C1_Web_Mvc_FlexGridBase_1_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current selection mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ShowAlternatingRows" data-uid="C1.Web.Mvc.FlexGridBase`1.ShowAlternatingRows">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ShowAlternatingRows.html#C1_Web_Mvc_FlexGridBase_1_ShowAlternatingRows">ShowAlternatingRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ShowColumnFooters" data-uid="C1.Web.Mvc.FlexGridBase`1.ShowColumnFooters">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ShowColumnFooters.html#C1_Web_Mvc_FlexGridBase_1_ShowColumnFooters">ShowColumnFooters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a bool value which indicates whether to show a group row to display the aggregates in the column footers panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ShowDropDown" data-uid="C1.Web.Mvc.FlexGridBase`1.ShowDropDown">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ShowDropDown.html#C1_Web_Mvc_FlexGridBase_1_ShowDropDown">ShowDropDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the grid adds drop-down buttons to the cells in columns that have the ShowDropDown property set to true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ShowErrors" data-uid="C1.Web.Mvc.FlexGridBase`1.ShowErrors">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ShowErrors.html#C1_Web_Mvc_FlexGridBase_1_ShowErrors">ShowErrors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should add the 'wj-state-invalid' class to cells that contain validation errors, and tooltips with error descriptions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ShowGroups" data-uid="C1.Web.Mvc.FlexGridBase`1.ShowGroups">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ShowGroups.html#C1_Web_Mvc_FlexGridBase_1_ShowGroups">ShowGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grid should insert group rows to delimit data groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ShowMarquee" data-uid="C1.Web.Mvc.FlexGridBase`1.ShowMarquee">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ShowMarquee.html#C1_Web_Mvc_FlexGridBase_1_ShowMarquee">ShowMarquee</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the grid should display a marquee element around the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ShowPlaceholders" data-uid="C1.Web.Mvc.FlexGridBase`1.ShowPlaceholders">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ShowPlaceholders.html#C1_Web_Mvc_FlexGridBase_1_ShowPlaceholders">ShowPlaceholders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should use the column headers as placeholders when editing cells. This property only works with the grid's built-in editor. This property is not useful in IE.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ShowSelectedHeaders" data-uid="C1.Web.Mvc.FlexGridBase`1.ShowSelectedHeaders">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ShowSelectedHeaders.html#C1_Web_Mvc_FlexGridBase_1_ShowSelectedHeaders">ShowSelectedHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the grid should add class names to indicate selected header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ShowSort" data-uid="C1.Web.Mvc.FlexGridBase`1.ShowSort">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ShowSort.html#C1_Web_Mvc_FlexGridBase_1_ShowSort">ShowSort</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grid should display sort indicators in the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_SkipMerged" data-uid="C1.Web.Mvc.FlexGridBase`1.SkipMerged">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.SkipMerged.html#C1_Web_Mvc_FlexGridBase_1_SkipMerged">SkipMerged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether when copying, skip cells that have been merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_SortOrder" data-uid="C1.Web.Mvc.FlexGridBase`1.SortOrder">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.SortOrder.html#C1_Web_Mvc_FlexGridBase_1_SortOrder">SortOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the sort order of columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_SortRowIndex" data-uid="C1.Web.Mvc.FlexGridBase`1.SortRowIndex">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.SortRowIndex.html#C1_Web_Mvc_FlexGridBase_1_SortRowIndex">SortRowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of row in the column header panel that shows and changes the current sort.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_SortingType" data-uid="C1.Web.Mvc.FlexGridBase`1.SortingType">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.SortingType.html#C1_Web_Mvc_FlexGridBase_1_SortingType">SortingType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the grid sort columns by clicking the column header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_StickyHeaders" data-uid="C1.Web.Mvc.FlexGridBase`1.StickyHeaders">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.StickyHeaders.html#C1_Web_Mvc_FlexGridBase_1_StickyHeaders">StickyHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether column headers should remain when the user scrolls the window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_TopLeftCellsTemplate" data-uid="C1.Web.Mvc.FlexGridBase`1.TopLeftCellsTemplate">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.TopLeftCellsTemplate.html#C1_Web_Mvc_FlexGridBase_1_TopLeftCellsTemplate">TopLeftCellsTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the templates for the topleft cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_TreeIndent" data-uid="C1.Web.Mvc.FlexGridBase`1.TreeIndent">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.TreeIndent.html#C1_Web_Mvc_FlexGridBase_1_TreeIndent">TreeIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the indent used to offset row groups of different levels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_ValidateEdits" data-uid="C1.Web.Mvc.FlexGridBase`1.ValidateEdits">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.ValidateEdits.html#C1_Web_Mvc_FlexGridBase_1_ValidateEdits">ValidateEdits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should remain in edit mode when the user tries to commit edits that fail validation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_VirtualizationThresholds" data-uid="C1.Web.Mvc.FlexGridBase`1.VirtualizationThresholds">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.VirtualizationThresholds.html#C1_Web_Mvc_FlexGridBase_1_VirtualizationThresholds">VirtualizationThresholds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum number of rows and/or columns required to enable virtualization.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_FlexGridBase_1_RegisterStartupScript_System_IO_TextWriter_" data-uid="C1.Web.Mvc.FlexGridBase`1.RegisterStartupScript(System.IO.TextWriter)">
          <a class="xref" href="C1.Web.Mvc.FlexGridBase-1.RegisterStartupScript.html#C1_Web_Mvc_FlexGridBase_1_RegisterStartupScript_System_IO_TextWriter_">RegisterStartupScript(TextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Override to render the extender startup scripts.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
