# Wijmo_Angular2_Grid.Wjflexgrid

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjFlexGrid Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Angular 2 component for the <a href="wijmo_grid.flexgrid.html">wijmo.grid.FlexGrid</a> control.</p>
								</div>
								<p>Use the <b>wj-flex-grid</b> component to add <b>FlexGrid</b> controls to your
									Angular 2 applications. For details about Angular 2 markup syntax, see
								<a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>. For example:</p>
								<pre>&lt;p&gt;Here is a data bound FlexGrid control with four columns:&lt;/p&gt;
&lt;wj-flex-grid [itemsSource]="data"&gt;
  &lt;wj-flex-grid-column
    [header]="'Country'"
    [binding]="'country'"&gt;
  &lt;/wj-flex-grid-column&gt;
  &lt;wj-flex-grid-column
    [header]="'Sales'"
    [binding]="'sales'"&gt;
  &lt;/wj-flex-grid-column&gt;
  &lt;wj-flex-grid-column
    [header]="'Expenses'"
    [binding]="'expenses'"&gt;
  &lt;/wj-flex-grid-column&gt;
  &lt;wj-flex-grid-column
    [header]="'Downloads'"
    [binding]="'downloads'"&gt;
  &lt;/wj-flex-grid-column&gt;
&lt;/wj-flex-grid&gt;</pre>
								<p>The <b>WjFlexGrid</b> component is derived from the <b>FlexGrid</b> control and
									inherits all its properties, events and methods.
									The following properties are not available for binding in templates:
								<b>scrollPosition</b>, <b>selection</b> and <b>columnLayout</b> properties.</p>
								<p>The <b>wj-flex-grid</b> component may contain the following child components:
									<a href="wijmo_angular2_grid_detail.wjflexgriddetail.html">wijmo.angular2.grid.detail.WjFlexGridDetail</a>
									, <a href="wijmo_angular2_grid_filter.wjflexgridfilter.html">wijmo.angular2.grid.filter.WjFlexGridFilter</a>
									, <a href="wijmo_angular2_grid.wjflexgridcolumn.html">wijmo.angular2.grid.WjFlexGridColumn</a>
									, <a href="wijmo_angular2_grid.wjflexgridcolumngroup.html">wijmo.angular2.grid.WjFlexGridColumnGroup</a>
								and <a href="wijmo_angular2_grid.wjflexgridcelltemplate.html">wijmo.angular2.grid.WjFlexGridCellTemplate</a>.</p>
							</div>
						</section>
						<section class="tsd-type-parameters">
							<h3>Type parameters</h3>
							<ul class="tsd-type-parameters">
								<li>
									<h4>T</h4>
								</li>
							</ul>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">WjFlexGrid</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#activecell" class="tsd-kind-icon">active<wbr>Cell</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#activeeditor" class="tsd-kind-icon">active<wbr>Editor</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#allowaddnew" class="tsd-kind-icon">allow<wbr>Add<wbr>New</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#allowdelete" class="tsd-kind-icon">allow<wbr>Delete</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#allowdragging" class="tsd-kind-icon">allow<wbr>Dragging</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#allowmerging" class="tsd-kind-icon">allow<wbr>Merging</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#allowpinning" class="tsd-kind-icon">allow<wbr>Pinning</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#allowresizing" class="tsd-kind-icon">allow<wbr>Resizing</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#allowsorting" class="tsd-kind-icon">allow<wbr>Sorting</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#alternatingrowstep" class="tsd-kind-icon">alternating<wbr>Row<wbr>Step</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#anchorcursor" class="tsd-kind-icon">anchor<wbr>Cursor</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#arialabel" class="tsd-kind-icon">aria<wbr>Label</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autoclipboard" class="tsd-kind-icon">auto<wbr>Clipboard</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autogeneratecolumns" class="tsd-kind-icon">auto<wbr>Generate<wbr>Columns</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autorowheights" class="tsd-kind-icon">auto<wbr>Row<wbr>Heights</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autoscroll" class="tsd-kind-icon">auto<wbr>Scroll</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autosearch" class="tsd-kind-icon">auto<wbr>Search</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizemode" class="tsd-kind-icon">auto<wbr>Size<wbr>Mode</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizedcolumnng" class="tsd-kind-icon">auto<wbr>Sized<wbr>Column<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizedrowng" class="tsd-kind-icon">auto<wbr>Sized<wbr>Row<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizingcolumnng" class="tsd-kind-icon">auto<wbr>Sizing<wbr>Column<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizingrowng" class="tsd-kind-icon">auto<wbr>Sizing<wbr>Row<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#beginningeditng" class="tsd-kind-icon">beginning<wbr>Edit<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#bigcheckboxes" class="tsd-kind-icon">big<wbr>Checkboxes</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#bottomleftcells" class="tsd-kind-icon">bottom<wbr>Left<wbr>Cells</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#casesensitivesearch" class="tsd-kind-icon">case<wbr>Sensitive<wbr>Search</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#celleditendedng" class="tsd-kind-icon">cell<wbr>Edit<wbr>Ended<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#celleditendingng" class="tsd-kind-icon">cell<wbr>Edit<wbr>Ending<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#cellfactory" class="tsd-kind-icon">cell<wbr>Factory</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#cells" class="tsd-kind-icon">cells</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#childitemspath" class="tsd-kind-icon">child<wbr>Items<wbr>Path</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#clientsize" class="tsd-kind-icon">client<wbr>Size</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#clonefrozencells" class="tsd-kind-icon">clone<wbr>Frozen<wbr>Cells</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#collectionview" class="tsd-kind-icon">collection<wbr>View</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#columnfooters" class="tsd-kind-icon">column<wbr>Footers</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#columngroupcollapsedchangedng" class="tsd-kind-icon">column<wbr>Group<wbr>Collapsed<wbr>Changed<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#columngroupcollapsedchangingng" class="tsd-kind-icon">column<wbr>Group<wbr>Collapsed<wbr>Changing<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#columngroups" class="tsd-kind-icon">column<wbr>Groups</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#columnheaders" class="tsd-kind-icon">column<wbr>Headers</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#columnlayout" class="tsd-kind-icon">column<wbr>Layout</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#columns" class="tsd-kind-icon">columns</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#commitemptyedits" class="tsd-kind-icon">commit<wbr>Empty<wbr>Edits</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#controlrect" class="tsd-kind-icon">control<wbr>Rect</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#copiedng" class="tsd-kind-icon">copied<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#copyheaders" class="tsd-kind-icon">copy<wbr>Headers</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#copyingng" class="tsd-kind-icon">copying<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#deferresizing" class="tsd-kind-icon">defer<wbr>Resizing</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#deletedrowng" class="tsd-kind-icon">deleted<wbr>Row<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#deletingrowng" class="tsd-kind-icon">deleting<wbr>Row<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#draggedcolumnng" class="tsd-kind-icon">dragged<wbr>Column<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#draggedrowng" class="tsd-kind-icon">dragged<wbr>Row<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#draggingcolumnng" class="tsd-kind-icon">dragging<wbr>Column<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#draggingcolumnoverng" class="tsd-kind-icon">dragging<wbr>Column<wbr>Over<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#draggingrowng" class="tsd-kind-icon">dragging<wbr>Row<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#draggingrowoverng" class="tsd-kind-icon">dragging<wbr>Row<wbr>Over<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#editcolumnindex" class="tsd-kind-icon">edit<wbr>Column<wbr>Index</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#editrange" class="tsd-kind-icon">edit<wbr>Range</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#editablecollectionview" class="tsd-kind-icon">editable<wbr>Collection<wbr>View</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#errortip" class="tsd-kind-icon">error<wbr>Tip</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#expandselectiononcopypaste" class="tsd-kind-icon">expand<wbr>Selection<wbr>OnCopy<wbr>Paste</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#formatitemng" class="tsd-kind-icon">format<wbr>Item<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#frozencells" class="tsd-kind-icon">frozen<wbr>Cells</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#frozencolumns" class="tsd-kind-icon">frozen<wbr>Columns</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#frozenrows" class="tsd-kind-icon">frozen<wbr>Rows</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#gettingcellclipstringng" class="tsd-kind-icon">getting<wbr>Cell<wbr>Clip<wbr>String<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#gotfocusng" class="tsd-kind-icon">got<wbr>Focus<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#groupcollapsedchangedng" class="tsd-kind-icon">group<wbr>Collapsed<wbr>Changed<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#groupcollapsedchangingng" class="tsd-kind-icon">group<wbr>Collapsed<wbr>Changing<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#groupheaderformat" class="tsd-kind-icon">group<wbr>Header<wbr>Format</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#groupsummaryposition" class="tsd-kind-icon">group<wbr>Summary<wbr>Position</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#headersfocusability" class="tsd-kind-icon">headers<wbr>Focusability</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#headersvisibility" class="tsd-kind-icon">headers<wbr>Visibility</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#hostelement" class="tsd-kind-icon">host<wbr>Element</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#imeenabled" class="tsd-kind-icon">ime<wbr>Enabled</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#initialized" class="tsd-kind-icon">initialized</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#invalidinputng" class="tsd-kind-icon">invalid<wbr>Input<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#isdisabled" class="tsd-kind-icon">is<wbr>Disabled</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#isinitialized" class="tsd-kind-icon">is<wbr>Initialized</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#isreadonly" class="tsd-kind-icon">is<wbr>Read<wbr>Only</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#istouching" class="tsd-kind-icon">is<wbr>Touching</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#isupdating" class="tsd-kind-icon">is<wbr>Updating</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#itemformatter" class="tsd-kind-icon">item<wbr>Formatter</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#itemvalidator" class="tsd-kind-icon">item<wbr>Validator</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#itemssource" class="tsd-kind-icon">items<wbr>Source</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#itemssourcechangedng" class="tsd-kind-icon">items<wbr>Source<wbr>Changed<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#itemssourcechangingng" class="tsd-kind-icon">items<wbr>Source<wbr>Changing<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#keyactionenter" class="tsd-kind-icon">key<wbr>Action<wbr>Enter</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#keyactiontab" class="tsd-kind-icon">key<wbr>Action<wbr>Tab</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#lazyrender" class="tsd-kind-icon">lazy<wbr>Render</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#loadedrowsng" class="tsd-kind-icon">loaded<wbr>Rows<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#loadingrowsng" class="tsd-kind-icon">loading<wbr>Rows<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#lostfocusng" class="tsd-kind-icon">lost<wbr>Focus<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#maxcontent" class="tsd-kind-icon">max<wbr>Content</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#mergemanager" class="tsd-kind-icon">merge<wbr>Manager</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#newrowattop" class="tsd-kind-icon">new<wbr>Row<wbr>AtTop</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#nodataoverlaycontent" class="tsd-kind-icon">no<wbr>Data<wbr>Overlay<wbr>Content</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#overlaymanager" class="tsd-kind-icon">overlay<wbr>Manager</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#pasteemptycells" class="tsd-kind-icon">paste<wbr>Empty<wbr>Cells</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#pastedcellng" class="tsd-kind-icon">pasted<wbr>Cell<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#pastedng" class="tsd-kind-icon">pasted<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#pastingcellng" class="tsd-kind-icon">pasting<wbr>Cell<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#pastingng" class="tsd-kind-icon">pasting<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#pinnedcolumnng" class="tsd-kind-icon">pinned<wbr>Column<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#pinningcolumnng" class="tsd-kind-icon">pinning<wbr>Column<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#preparecellforeditng" class="tsd-kind-icon">prepare<wbr>Cell<wbr>For<wbr>Edit<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#preserveoutlinestate" class="tsd-kind-icon">preserve<wbr>Outline<wbr>State</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#preserveselectedstate" class="tsd-kind-icon">preserve<wbr>Selected<wbr>State</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#preservewhitespace" class="tsd-kind-icon">preserve<wbr>White<wbr>Space</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#preventcut" class="tsd-kind-icon">prevent<wbr>Cut</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#quickautosize" class="tsd-kind-icon">quick<wbr>Auto<wbr>Size</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#refreshonedit" class="tsd-kind-icon">refresh<wbr>OnEdit</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#refreshedng" class="tsd-kind-icon">refreshed<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#refreshingng" class="tsd-kind-icon">refreshing<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#resizedcolumnng" class="tsd-kind-icon">resized<wbr>Column<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#resizedrowng" class="tsd-kind-icon">resized<wbr>Row<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#resizingcolumnng" class="tsd-kind-icon">resizing<wbr>Column<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#resizingrowng" class="tsd-kind-icon">resizing<wbr>Row<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#righttoleft" class="tsd-kind-icon">right<wbr>ToLeft</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#rowaddedng" class="tsd-kind-icon">row<wbr>Added<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#roweditendedng" class="tsd-kind-icon">row<wbr>Edit<wbr>Ended<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#roweditendingng" class="tsd-kind-icon">row<wbr>Edit<wbr>Ending<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#roweditstartedng" class="tsd-kind-icon">row<wbr>Edit<wbr>Started<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#roweditstartingng" class="tsd-kind-icon">row<wbr>Edit<wbr>Starting<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#rowheaderpath" class="tsd-kind-icon">row<wbr>Header<wbr>Path</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#rowheaders" class="tsd-kind-icon">row<wbr>Headers</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#rows" class="tsd-kind-icon">rows</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#scrollposition" class="tsd-kind-icon">scroll<wbr>Position</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#scrollpositionchangedng" class="tsd-kind-icon">scroll<wbr>Position<wbr>Changed<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#scrollsize" class="tsd-kind-icon">scroll<wbr>Size</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#selecteditems" class="tsd-kind-icon">selected<wbr>Items</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#selectedranges" class="tsd-kind-icon">selected<wbr>Ranges</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#selectedrows" class="tsd-kind-icon">selected<wbr>Rows</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#selection" class="tsd-kind-icon">selection</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#selectionchangedng" class="tsd-kind-icon">selection<wbr>Changed<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#selectionchangingng" class="tsd-kind-icon">selection<wbr>Changing<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#selectionmode" class="tsd-kind-icon">selection<wbr>Mode</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#showdropdown" class="tsd-kind-icon">show<wbr>Drop<wbr>Down</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#showerrors" class="tsd-kind-icon">show<wbr>Errors</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#showgroups" class="tsd-kind-icon">show<wbr>Groups</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#showmarquee" class="tsd-kind-icon">show<wbr>Marquee</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#showplaceholders" class="tsd-kind-icon">show<wbr>Placeholders</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#showselectedheaders" class="tsd-kind-icon">show<wbr>Selected<wbr>Headers</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#showsort" class="tsd-kind-icon">show<wbr>Sort</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#skipmerged" class="tsd-kind-icon">skip<wbr>Merged</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#sortorder" class="tsd-kind-icon">sort<wbr>Order</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#sortrowindex" class="tsd-kind-icon">sort<wbr>Row<wbr>Index</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#sortedcolumnng" class="tsd-kind-icon">sorted<wbr>Column<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#sortingcolumnng" class="tsd-kind-icon">sorting<wbr>Column<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#stickygroupheaders" class="tsd-kind-icon">sticky<wbr>Group<wbr>Headers</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#stickyheaders" class="tsd-kind-icon">sticky<wbr>Headers</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#taborder" class="tsd-kind-icon">tab<wbr>Order</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#topleftcells" class="tsd-kind-icon">top<wbr>Left<wbr>Cells</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#treecolumnindex" class="tsd-kind-icon">tree<wbr>Column<wbr>Index</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#treeindent" class="tsd-kind-icon">tree<wbr>Indent</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#updatedlayoutng" class="tsd-kind-icon">updated<wbr>Layout<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#updatedviewng" class="tsd-kind-icon">updated<wbr>View<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#updatinglayoutng" class="tsd-kind-icon">updating<wbr>Layout<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#updatingviewng" class="tsd-kind-icon">updating<wbr>View<wbr>Ng</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#validateedits" class="tsd-kind-icon">validate<wbr>Edits</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#viewrange" class="tsd-kind-icon">view<wbr>Range</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#virtualizationthreshold" class="tsd-kind-icon">virtualization<wbr>Threshold</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#wjmodelproperty" class="tsd-kind-icon">wj<wbr>Model<wbr>Property</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_angular2_grid.wjflexgrid.html#shortcut_key_resize_gap" class="tsd-kind-icon">SHORTCUT_<wbr>KEY_<wbr>RESIZE_<wbr>GAP</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_angular2_grid.wjflexgrid.html#controltemplate" class="tsd-kind-icon">control<wbr>Template</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_angular2_grid.wjflexgrid.html#defaulttypewidth" class="tsd-kind-icon">default<wbr>Type<wbr>Width</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Methods
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#adjustfrozenrowcolsize" class="tsd-kind-icon">adjust<wbr>Frozen<wbr>Row<wbr>Col<wbr>Size</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#applytemplate" class="tsd-kind-icon">apply<wbr>Template</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizecolumn" class="tsd-kind-icon">auto<wbr>Size<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizecolumns" class="tsd-kind-icon">auto<wbr>Size<wbr>Columns</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizerow" class="tsd-kind-icon">auto<wbr>Size<wbr>Row</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizerows" class="tsd-kind-icon">auto<wbr>Size<wbr>Rows</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#beginupdate" class="tsd-kind-icon">begin<wbr>Update</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#caneditcell" class="tsd-kind-icon">can<wbr>Edit<wbr>Cell</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#collapsegroupstolevel" class="tsd-kind-icon">collapse<wbr>Groups<wbr>ToLevel</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#containsfocus" class="tsd-kind-icon">contains<wbr>Focus</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_angular2_grid.wjflexgrid.html#created" class="tsd-kind-icon">created</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#deferupdate" class="tsd-kind-icon">defer<wbr>Update</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#dispose" class="tsd-kind-icon">dispose</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#endupdate" class="tsd-kind-icon">end<wbr>Update</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#finishediting" class="tsd-kind-icon">finish<wbr>Editing</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#focus" class="tsd-kind-icon">focus</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#getcellboundingrect" class="tsd-kind-icon">get<wbr>Cell<wbr>Bounding<wbr>Rect</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#getcelldata" class="tsd-kind-icon">get<wbr>Cell<wbr>Data</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#getclipstring" class="tsd-kind-icon">get<wbr>Clip<wbr>String</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#getcolumn" class="tsd-kind-icon">get<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#getcolumngroups" class="tsd-kind-icon">get<wbr>Column<wbr>Groups</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#getmergedrange" class="tsd-kind-icon">get<wbr>Merged<wbr>Range</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#getselectedstate" class="tsd-kind-icon">get<wbr>Selected<wbr>State</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#gettemplate" class="tsd-kind-icon">get<wbr>Template</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#hasownproperty" class="tsd-kind-icon">has<wbr>Own<wbr>Property</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#hittest" class="tsd-kind-icon">hit<wbr>Test</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#initialize" class="tsd-kind-icon">initialize</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#invalidate" class="tsd-kind-icon">invalidate</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#isprototypeof" class="tsd-kind-icon">is<wbr>Prototype<wbr>Of</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#israngevalid" class="tsd-kind-icon">is<wbr>Range<wbr>Valid</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onautosizedcolumn" class="tsd-kind-icon">on<wbr>Auto<wbr>Sized<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onautosizedrow" class="tsd-kind-icon">on<wbr>Auto<wbr>Sized<wbr>Row</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onautosizingcolumn" class="tsd-kind-icon">on<wbr>Auto<wbr>Sizing<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onautosizingrow" class="tsd-kind-icon">on<wbr>Auto<wbr>Sizing<wbr>Row</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onbeginningedit" class="tsd-kind-icon">on<wbr>Beginning<wbr>Edit</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#oncelleditended" class="tsd-kind-icon">on<wbr>Cell<wbr>Edit<wbr>Ended</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#oncolumngroupcollapsedchanged" class="tsd-kind-icon">on<wbr>Column<wbr>Group<wbr>Collapsed<wbr>Changed</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#oncolumngroupcollapsedchanging" class="tsd-kind-icon">on<wbr>Column<wbr>Group<wbr>Collapsed<wbr>Changing</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#oncopied" class="tsd-kind-icon">on<wbr>Copied</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#oncopying" class="tsd-kind-icon">on<wbr>Copying</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ondeletedrow" class="tsd-kind-icon">on<wbr>Deleted<wbr>Row</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ondeletingrow" class="tsd-kind-icon">on<wbr>Deleting<wbr>Row</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ondraggedcolumn" class="tsd-kind-icon">on<wbr>Dragged<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ondraggedrow" class="tsd-kind-icon">on<wbr>Dragged<wbr>Row</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ondraggingcolumn" class="tsd-kind-icon">on<wbr>Dragging<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ondraggingcolumnover" class="tsd-kind-icon">on<wbr>Dragging<wbr>Column<wbr>Over</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ondraggingrow" class="tsd-kind-icon">on<wbr>Dragging<wbr>Row</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ondraggingrowover" class="tsd-kind-icon">on<wbr>Dragging<wbr>Row<wbr>Over</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onformatitem" class="tsd-kind-icon">on<wbr>Format<wbr>Item</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ongettingcellclipstring" class="tsd-kind-icon">on<wbr>Getting<wbr>Cell<wbr>Clip<wbr>String</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ongotfocus" class="tsd-kind-icon">on<wbr>Got<wbr>Focus</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ongroupcollapsedchanged" class="tsd-kind-icon">on<wbr>Group<wbr>Collapsed<wbr>Changed</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#ongroupcollapsedchanging" class="tsd-kind-icon">on<wbr>Group<wbr>Collapsed<wbr>Changing</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#oninvalidinput" class="tsd-kind-icon">on<wbr>Invalid<wbr>Input</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onitemssourcechanged" class="tsd-kind-icon">on<wbr>Items<wbr>Source<wbr>Changed</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onitemssourcechanging" class="tsd-kind-icon">on<wbr>Items<wbr>Source<wbr>Changing</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onloadedrows" class="tsd-kind-icon">on<wbr>Loaded<wbr>Rows</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onloadingrows" class="tsd-kind-icon">on<wbr>Loading<wbr>Rows</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onlostfocus" class="tsd-kind-icon">on<wbr>Lost<wbr>Focus</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onpasted" class="tsd-kind-icon">on<wbr>Pasted</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onpastedcell" class="tsd-kind-icon">on<wbr>Pasted<wbr>Cell</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onpasting" class="tsd-kind-icon">on<wbr>Pasting</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onpastingcell" class="tsd-kind-icon">on<wbr>Pasting<wbr>Cell</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onpinnedcolumn" class="tsd-kind-icon">on<wbr>Pinned<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onpinningcolumn" class="tsd-kind-icon">on<wbr>Pinning<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onpreparecellforedit" class="tsd-kind-icon">on<wbr>Prepare<wbr>Cell<wbr>For<wbr>Edit</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onrefreshed" class="tsd-kind-icon">on<wbr>Refreshed</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onrefreshing" class="tsd-kind-icon">on<wbr>Refreshing</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onresizedcolumn" class="tsd-kind-icon">on<wbr>Resized<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onresizedrow" class="tsd-kind-icon">on<wbr>Resized<wbr>Row</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onresizingcolumn" class="tsd-kind-icon">on<wbr>Resizing<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onresizingrow" class="tsd-kind-icon">on<wbr>Resizing<wbr>Row</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onrowadded" class="tsd-kind-icon">on<wbr>Row<wbr>Added</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onroweditended" class="tsd-kind-icon">on<wbr>Row<wbr>Edit<wbr>Ended</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onroweditending" class="tsd-kind-icon">on<wbr>Row<wbr>Edit<wbr>Ending</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onroweditstarted" class="tsd-kind-icon">on<wbr>Row<wbr>Edit<wbr>Started</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onroweditstarting" class="tsd-kind-icon">on<wbr>Row<wbr>Edit<wbr>Starting</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onscrollpositionchanged" class="tsd-kind-icon">on<wbr>Scroll<wbr>Position<wbr>Changed</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onselectionchanged" class="tsd-kind-icon">on<wbr>Selection<wbr>Changed</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onselectionchanging" class="tsd-kind-icon">on<wbr>Selection<wbr>Changing</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onsortedcolumn" class="tsd-kind-icon">on<wbr>Sorted<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onsortingcolumn" class="tsd-kind-icon">on<wbr>Sorting<wbr>Column</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onstarsizedcolumns" class="tsd-kind-icon">on<wbr>Star<wbr>Sized<wbr>Columns</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onupdatedlayout" class="tsd-kind-icon">on<wbr>Updated<wbr>Layout</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onupdatedview" class="tsd-kind-icon">on<wbr>Updated<wbr>View</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onupdatinglayout" class="tsd-kind-icon">on<wbr>Updating<wbr>Layout</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#onupdatingview" class="tsd-kind-icon">on<wbr>Updating<wbr>View</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#propertyisenumerable" class="tsd-kind-icon">property<wbr>IsEnumerable</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#refresh" class="tsd-kind-icon">refresh</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#refreshcells" class="tsd-kind-icon">refresh<wbr>Cells</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#refreshrange" class="tsd-kind-icon">refresh<wbr>Range</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#removeeventlistener" class="tsd-kind-icon">remove<wbr>Event<wbr>Listener</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#scrollintoview" class="tsd-kind-icon">scroll<wbr>Into<wbr>View</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#select" class="tsd-kind-icon">select</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#selectall" class="tsd-kind-icon">select<wbr>All</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#setcelldata" class="tsd-kind-icon">set<wbr>Cell<wbr>Data</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#setclipstring" class="tsd-kind-icon">set<wbr>Clip<wbr>String</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#tolocalestring" class="tsd-kind-icon">to<wbr>Locale<wbr>String</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#tostring" class="tsd-kind-icon">to<wbr>String</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#toggledropdownlist" class="tsd-kind-icon">toggle<wbr>Drop<wbr>Down<wbr>List</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#valueof" class="tsd-kind-icon">value<wbr>Of</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_angular2_grid.wjflexgrid.html#disposeall" class="tsd-kind-icon">dispose<wbr>All</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_angular2_grid.wjflexgrid.html#getcontrol" class="tsd-kind-icon">get<wbr>Control</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_angular2_grid.wjflexgrid.html#invalidateall" class="tsd-kind-icon">invalidate<wbr>All</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_angular2_grid.wjflexgrid.html#refreshall" class="tsd-kind-icon">refresh<wbr>All</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Events
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizedcolumn" class="tsd-kind-icon">auto<wbr>Sized<wbr>Column</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizedrow" class="tsd-kind-icon">auto<wbr>Sized<wbr>Row</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizingcolumn" class="tsd-kind-icon">auto<wbr>Sizing<wbr>Column</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#autosizingrow" class="tsd-kind-icon">auto<wbr>Sizing<wbr>Row</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#beginningedit" class="tsd-kind-icon">beginning<wbr>Edit</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#celleditended" class="tsd-kind-icon">cell<wbr>Edit<wbr>Ended</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#celleditending" class="tsd-kind-icon">cell<wbr>Edit<wbr>Ending</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#columngroupcollapsedchanged" class="tsd-kind-icon">column<wbr>Group<wbr>Collapsed<wbr>Changed</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#columngroupcollapsedchanging" class="tsd-kind-icon">column<wbr>Group<wbr>Collapsed<wbr>Changing</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#copied" class="tsd-kind-icon">copied</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#copying" class="tsd-kind-icon">copying</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#deletedrow" class="tsd-kind-icon">deleted<wbr>Row</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#deletingrow" class="tsd-kind-icon">deleting<wbr>Row</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#draggedcolumn" class="tsd-kind-icon">dragged<wbr>Column</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#draggedrow" class="tsd-kind-icon">dragged<wbr>Row</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#draggingcolumn" class="tsd-kind-icon">dragging<wbr>Column</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#draggingcolumnover" class="tsd-kind-icon">dragging<wbr>Column<wbr>Over</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#draggingrow" class="tsd-kind-icon">dragging<wbr>Row</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#draggingrowover" class="tsd-kind-icon">dragging<wbr>Row<wbr>Over</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#formatitem" class="tsd-kind-icon">format<wbr>Item</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#gettingcellclipstring" class="tsd-kind-icon">getting<wbr>Cell<wbr>Clip<wbr>String</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#gotfocus" class="tsd-kind-icon">got<wbr>Focus</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#groupcollapsedchanged" class="tsd-kind-icon">group<wbr>Collapsed<wbr>Changed</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#groupcollapsedchanging" class="tsd-kind-icon">group<wbr>Collapsed<wbr>Changing</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#invalidinput" class="tsd-kind-icon">invalid<wbr>Input</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#itemssourcechanged" class="tsd-kind-icon">items<wbr>Source<wbr>Changed</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#itemssourcechanging" class="tsd-kind-icon">items<wbr>Source<wbr>Changing</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#loadedrows" class="tsd-kind-icon">loaded<wbr>Rows</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#loadingrows" class="tsd-kind-icon">loading<wbr>Rows</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#lostfocus" class="tsd-kind-icon">lost<wbr>Focus</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#pasted" class="tsd-kind-icon">pasted</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#pastedcell" class="tsd-kind-icon">pasted<wbr>Cell</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#pasting" class="tsd-kind-icon">pasting</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#pastingcell" class="tsd-kind-icon">pasting<wbr>Cell</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#pinnedcolumn" class="tsd-kind-icon">pinned<wbr>Column</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#pinningcolumn" class="tsd-kind-icon">pinning<wbr>Column</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#preparecellforedit" class="tsd-kind-icon">prepare<wbr>Cell<wbr>For<wbr>Edit</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#refreshed" class="tsd-kind-icon">refreshed</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#refreshing" class="tsd-kind-icon">refreshing</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#resizedcolumn" class="tsd-kind-icon">resized<wbr>Column</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#resizedrow" class="tsd-kind-icon">resized<wbr>Row</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#resizingcolumn" class="tsd-kind-icon">resizing<wbr>Column</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#resizingrow" class="tsd-kind-icon">resizing<wbr>Row</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#rowadded" class="tsd-kind-icon">row<wbr>Added</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#roweditended" class="tsd-kind-icon">row<wbr>Edit<wbr>Ended</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#roweditending" class="tsd-kind-icon">row<wbr>Edit<wbr>Ending</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#roweditstarted" class="tsd-kind-icon">row<wbr>Edit<wbr>Started</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#roweditstarting" class="tsd-kind-icon">row<wbr>Edit<wbr>Starting</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#scrollpositionchanged" class="tsd-kind-icon">scroll<wbr>Position<wbr>Changed</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#selectionchanged" class="tsd-kind-icon">selection<wbr>Changed</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#selectionchanging" class="tsd-kind-icon">selection<wbr>Changing</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#sortedcolumn" class="tsd-kind-icon">sorted<wbr>Column</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#sortingcolumn" class="tsd-kind-icon">sorting<wbr>Column</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#starsizedcolumns" class="tsd-kind-icon">star<wbr>Sized<wbr>Columns</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#updatedlayout" class="tsd-kind-icon">updated<wbr>Layout</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#updatedview" class="tsd-kind-icon">updated<wbr>View</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#updatinglayout" class="tsd-kind-icon">updating<wbr>Layout</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_angular2_grid.wjflexgrid.html#updatingview" class="tsd-kind-icon">updating<wbr>View</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="activecell" class="tsd-anchor"></a>
								<h3>activeCell</h3>
								<div class="tsd-signature tsd-kind-icon">active<wbr>Cell<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">HTMLElement</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#activecell">activeCell</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <strong>HTMLElement</strong> that represents the currently active cell element.</p>
									</div>
									<p>If no cell is currently selected, or if the selected cell is not currently
									within view, this property returns null.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="activeeditor" class="tsd-anchor"></a>
								<h3>activeEditor</h3>
								<div class="tsd-signature tsd-kind-icon">active<wbr>Editor<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">HTMLInputElement</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#activeeditor">activeEditor</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <strong>HTMLInputElement</strong> that represents the currently active cell editor.</p>
									</div>
									<p>If no cell is currently being edited, this property returns null.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="allowaddnew" class="tsd-anchor"></a>
								<h3>allowAddNew</h3>
								<div class="tsd-signature tsd-kind-icon">allow<wbr>Add<wbr>New<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#allowaddnew">allowAddNew</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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>
									</div>
									<p>The new row template will not be displayed if the <a href="wijmo_angular2_grid.wjflexgrid.html#isreadonly">isReadOnly</a> property
									is set to true.</p>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="allowdelete" class="tsd-anchor"></a>
								<h3>allowDelete</h3>
								<div class="tsd-signature tsd-kind-icon">allow<wbr>Delete<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#allowdelete">allowDelete</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that indicates whether the grid should delete
										selected rows when the user presses the Delete key.</p>
									</div>
									<p>Selected rows will not be deleted if the <a href="wijmo_angular2_grid.wjflexgrid.html#isreadonly">isReadOnly</a> property
									is set to true.</p>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="allowdragging" class="tsd-anchor"></a>
								<h3>allowDragging</h3>
								<div class="tsd-signature tsd-kind-icon">allow<wbr>Dragging<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.allowdragging.html" class="tsd-signature-type">AllowDragging</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#allowdragging">allowDragging</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether users are allowed to drag
										rows and/or columns with the mouse.</p>
									</div>
									<p>If the <a href="wijmo_angular2_grid.wjflexgrid.html#autoscroll">autoScroll</a> property is set to true, the grid will automatically
									scroll its contents while the user drags rows or columns into new positions.</p>
									<p>The grid allows dragging columns by default.</p>
									<p>Dragging rows requires special considerations in bound scenarios.</p>
									<p>When you drag rows on bound grids, the rows will get out of sync with the
										data source (row 4 may refer to item 6 for example).
										To avoid this, you should handle the <a href="wijmo_angular2_grid.wjflexgrid.html#draggedrow">draggedRow</a> event and
									synchronize the data with the new row positions.</p>
									<p>Also, remember to set the <a href="wijmo_angular2_grid.wjflexgrid.html#allowsorting">allowSorting</a> property to false or you
										the row order will be determined by the data, and dragging rows will be
									pointless.</p>
									<p>This fiddle demonstrates row dragging with a bound grid:
									<a href="https://jsfiddle.net/Wijmo5/kyg0qsda/" target="_blank">Bound Row Dragging</a>.</p>
									<p>The default value for this property is <strong>AllowDragging.Columns</strong>
										for the <a href="wijmo_grid.flexgrid.html">FlexGrid</a> control and <strong>AllowDragging.None</strong>
									for the <strong>PivotGrid</strong> control.</p>
									<p>This property does not apply to the <strong>MultiRow</strong> control.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="allowmerging" class="tsd-anchor"></a>
								<h3>allowMerging</h3>
								<div class="tsd-signature tsd-kind-icon">allow<wbr>Merging<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.allowmerging.html" class="tsd-signature-type">AllowMerging</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#allowmerging">allowMerging</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets which parts of the grid provide cell merging.</p>
									</div>
									<p>The default value for this property is <strong>AllowMerging.None</strong>
										for the <a href="wijmo_grid.flexgrid.html">FlexGrid</a> control and <strong>AllowMerging.All</strong>
									for the <strong>PivotGrid</strong> control.</p>
									<p>This property does not apply to the <strong>MultiRow</strong> control.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="allowpinning" class="tsd-anchor"></a>
								<h3>allowPinning</h3>
								<div class="tsd-signature tsd-kind-icon">allow<wbr>Pinning<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.allowpinning.html" class="tsd-signature-type">AllowPinning</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#allowpinning">allowPinning</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should add pin
										buttons to the column headers and how the pin buttons behave.</p>
									</div>
									<p>The pin buttons allow users to pin (freeze) columns so they remain
									in view as the user scrolls the grid horizontally.</p>
									<p>The default value for this property is <strong>AllowPinning.None</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="allowresizing" class="tsd-anchor"></a>
								<h3>allowResizing</h3>
								<div class="tsd-signature tsd-kind-icon">allow<wbr>Resizing<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.allowresizing.html" class="tsd-signature-type">AllowResizing</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#allowresizing">allowResizing</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether users may resize
										rows and/or columns with the mouse.</p>
									</div>
									<p>If resizing is enabled, users can resize columns by dragging
										the right edge of column header cells, or rows by dragging the
									bottom edge of row header cells.</p>
									<p>Users may also double-click the edge of the header cells to
										automatically resize rows and columns to fit their content.
										The auto-size behavior can be customized using the <a href="wijmo_angular2_grid.wjflexgrid.html#autosizemode">autoSizeMode</a>
									property.</p>
									<p>The default value for this property is <strong>AllowResizing.Columns</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="allowsorting" class="tsd-anchor"></a>
								<h3>allowSorting</h3>
								<div class="tsd-signature tsd-kind-icon">allow<wbr>Sorting<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.allowsorting.html" class="tsd-signature-type">AllowSorting</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#allowsorting">allowSorting</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether users are allowed to sort columns
										by clicking the column header cells.</p>
									</div>
									<p>The default value for this property is <strong>AllowSorting.SingleColumn</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="alternatingrowstep" class="tsd-anchor"></a>
								<h3>alternatingRowStep</h3>
								<div class="tsd-signature tsd-kind-icon">alternating<wbr>Row<wbr>Step<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#alternatingrowstep">alternatingRowStep</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines the number of regular rows
										between 'alternating' rows.</p>
									</div>
									<p>The default value for this property is <strong>1</strong> for the <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.
										Set it to zero to disable alternating rows, or to a number greater than
									one to insert multiple regular rows between alternating rows.</p>
									<p>The default value for this property is <strong>1</strong> for the <a href="wijmo_grid.flexgrid.html">FlexGrid</a>
									control and <strong>0</strong> for the <strong>PivotGrid</strong> control.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="anchorcursor" class="tsd-anchor"></a>
								<h3>anchorCursor</h3>
								<div class="tsd-signature tsd-kind-icon">anchor<wbr>Cursor<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#anchorcursor">anchorCursor</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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>
									</div>
									<p>The default value for this property is <strong>false</strong>, which causes
									the grid to move the cursor and keep the selection end anchored.</p>
									<p>Setting this property to <strong>true</strong> causes the grid to move the
									selection end and keep the cursor anchored. This is Excel's behavior.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="arialabel" class="tsd-anchor"></a>
								<h3>ariaLabel</h3>
								<div class="tsd-signature tsd-kind-icon">aria<wbr>Label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#arialabel">ariaLabel</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the  aria label property of cells host.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="autoclipboard" class="tsd-anchor"></a>
								<h3>autoClipboard</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Clipboard<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autoclipboard">autoClipboard</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should handle
										clipboard shortcuts.</p>
									</div>
									<p>The clipboard shortcuts are as follows:</p>
									<dl class="dl-horizontal">
										<dt>ctrl+C, ctrl+Ins</dt>    <dd>Copy grid selection to clipboard.</dd>
										<dt>ctrl+X</dt>              <dd>Cut grid selection to clipboard.</dd>
										<dt>ctrl+V, shift+Ins</dt>   <dd>Paste clipboard text to grid selection.</dd>
									</dl>
									<p>Only visible rows and columns are included in clipboard operations.</p>
									<p>Read-only cells are not affected by paste operations.</p>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="autogeneratecolumns" class="tsd-anchor"></a>
								<h3>autoGenerateColumns</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Generate<wbr>Columns<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autogeneratecolumns">autoGenerateColumns</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should generate
										columns automatically based on the <a href="wijmo_angular2_grid.wjflexgrid.html#itemssource">itemsSource</a>.</p>
									</div>
									<p>The column generation depends on the <a href="wijmo_angular2_grid.wjflexgrid.html#itemssource">itemsSource</a> property containing
										at least one item. This data item is inspected and a column is created and
										bound to each property that contains a primitive value (number, string,
									Boolean, or Date).</p>
									<p>Properties set to null do not generate columns, because the grid would
										have no way of guessing the appropriate type. In this type of scenario,
										you should set the <a href="wijmo_angular2_grid.wjflexgrid.html#autogeneratecolumns">autoGenerateColumns</a> property to false and create
									the columns explicitly. For example:</p>
									<pre><code class="language-typescript"><span class="hljs-keyword">import</span> { FlexGrid } <span class="hljs-keyword">from</span> <span class="hljs-string">'@mescius/wijmo.grid'</span>;
<span class="hljs-keyword">let</span> grid = <span class="hljs-keyword">new</span> FlexGrid(<span class="hljs-string">'#theGrid'</span>, {
  autoGenerateColumns: <span class="hljs-literal">false</span>, <span class="hljs-comment">// data items may contain null values</span>
  columns: [                  <span class="hljs-comment">// so define columns explicitly</span>
    { binding: <span class="hljs-string">'name'</span>, header: <span class="hljs-string">'Name'</span>, dataType: <span class="hljs-string">'String'</span> },
    { binding: <span class="hljs-string">'amount'</span>, header: <span class="hljs-string">'Amount'</span>, dataType: <span class="hljs-string">'Number'</span> },
    { binding: <span class="hljs-string">'date'</span>, header: <span class="hljs-string">'Date'</span>, dataType: <span class="hljs-string">'Date'</span> },
    { binding: <span class="hljs-string">'active'</span>, header: <span class="hljs-string">'Active'</span>, dataType: <span class="hljs-string">'Boolean'</span> }
  ],
  itemsSource: customers
});</code></pre>
									<p>The default value for this property is <strong>true</strong> for the <a href="wijmo_grid.flexgrid.html">FlexGrid</a>
									control and <strong>false</strong> for the <strong>PivotGrid</strong> control.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="autorowheights" class="tsd-anchor"></a>
								<h3>autoRowHeights</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Row<wbr>Heights<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autorowheights">autoRowHeights</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should automatically
										resize the rows when the data or grid layout change.</p>
									</div>
									<p>This property is especially useful when the grid has columns configured
										to word-wrap their content (see <a href="wijmo_grid.column.html#wordwrap">Column.wordWrap</a>), and when the grid
									has a relatively small number of rows (auto-sizing is an expensive operation).</p>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="autoscroll" class="tsd-anchor"></a>
								<h3>autoScroll</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Scroll<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autoscroll">autoScroll</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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>
									</div>
									<p>Row and column dragging are controlled by the <a href="wijmo_angular2_grid.wjflexgrid.html#allowdragging">allowDragging</a> property.</p>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="autosearch" class="tsd-anchor"></a>
								<h3>autoSearch</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autosearch">autoSearch</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should search for
										cells as the users types into read-only cells.</p>
									</div>
									<p>The search happens on the column that is currently selected, if it is
										not editable. The search starts at the currently selected row and is
									case-insensitive.</p>
									<p>See also the <a href="wijmo_angular2_grid.wjflexgrid.html#casesensitivesearch">caseSensitiveSearch</a> property.</p>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="autosizemode" class="tsd-anchor"></a>
								<h3>autoSizeMode</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Size<wbr>Mode<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.autosizemode.html" class="tsd-signature-type">AutoSizeMode</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autosizemode">autoSizeMode</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets which cells should be taken into account when auto-sizing a
										row or column.</p>
									</div>
									<p>This property controls what happens when users double-click the edge of
									a column header.</p>
									<p>By default, the grid will automatically set the column width based on the
										content of the header and data cells in the column. This property allows
									you to change that to include only the headers or only the data.</p>
									<p>The default value for this property is <strong>AutoSizeMode.Both</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="autosizedcolumnng" class="tsd-anchor"></a>
								<h3>autoSizedColumnNg</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Sized<wbr>Column<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>autoSizedColumn</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>autoSizedColumn</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="autosizedrowng" class="tsd-anchor"></a>
								<h3>autoSizedRowNg</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Sized<wbr>Row<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>autoSizedRow</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>autoSizedRow</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="autosizingcolumnng" class="tsd-anchor"></a>
								<h3>autoSizingColumnNg</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Sizing<wbr>Column<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>autoSizingColumn</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>autoSizingColumn</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="autosizingrowng" class="tsd-anchor"></a>
								<h3>autoSizingRowNg</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Sizing<wbr>Row<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>autoSizingRow</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>autoSizingRow</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="beginningeditng" class="tsd-anchor"></a>
								<h3>beginningEditNg</h3>
								<div class="tsd-signature tsd-kind-icon">beginning<wbr>Edit<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>beginningEdit</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>beginningEdit</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="bigcheckboxes" class="tsd-anchor"></a>
								<h3>bigCheckboxes</h3>
								<div class="tsd-signature tsd-kind-icon">big<wbr>Checkboxes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#bigcheckboxes">bigCheckboxes</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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>
									</div>
									<p>Big checkboxes are easier to toggle with the mouse, since the user may
									click anywhere in the cell to toggle them.</p>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="bottomleftcells" class="tsd-anchor"></a>
								<h3>bottomLeftCells</h3>
								<div class="tsd-signature tsd-kind-icon">bottom<wbr>Left<wbr>Cells<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#bottomleftcells">bottomLeftCells</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <a href="wijmo_grid.gridpanel.html">GridPanel</a> that contains the bottom left cells.</p>
									</div>
									<p>The <a href="wijmo_angular2_grid.wjflexgrid.html#bottomleftcells">bottomLeftCells</a> panel appears below the row headers, to the
									left of the <a href="wijmo_angular2_grid.wjflexgrid.html#columnfooters">columnFooters</a> panel.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="casesensitivesearch" class="tsd-anchor"></a>
								<h3>caseSensitiveSearch</h3>
								<div class="tsd-signature tsd-kind-icon">case<wbr>Sensitive<wbr>Search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#casesensitivesearch">caseSensitiveSearch</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether searches performed
										while the user types should case-sensitive.</p>
									</div>
									<p>The searches include searching for regular text
										(see the <a href="wijmo_angular2_grid.wjflexgrid.html#autosearch">autoSearch</a> property)
										as well as searching for items while editing data-mapped cells
									(see the <a href="wijmo_grid.column.html#datamap">Column.dataMap</a> property).</p>
									<p>The default value for this property is <strong>false</strong>
									(searches are not case-sensitive by default).</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="celleditendedng" class="tsd-anchor"></a>
								<h3>cellEditEndedNg</h3>
								<div class="tsd-signature tsd-kind-icon">cell<wbr>Edit<wbr>Ended<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>cellEditEnded</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>cellEditEnded</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="celleditendingng" class="tsd-anchor"></a>
								<h3>cellEditEndingNg</h3>
								<div class="tsd-signature tsd-kind-icon">cell<wbr>Edit<wbr>Ending<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>cellEditEnding</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>cellEditEnding</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="cellfactory" class="tsd-anchor"></a>
								<h3>cellFactory</h3>
								<div class="tsd-signature tsd-kind-icon">cell<wbr>Factory<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.cellfactory.html" class="tsd-signature-type">CellFactory</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#cellfactory">cellFactory</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the <a href="wijmo_grid.cellfactory.html">CellFactory</a> that creates and updates cells for this grid.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="cells" class="tsd-anchor"></a>
								<h3>cells</h3>
								<div class="tsd-signature tsd-kind-icon">cells<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#cells">cells</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <a href="wijmo_grid.gridpanel.html">GridPanel</a> that contains the data cells.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="childitemspath" class="tsd-anchor"></a>
								<h3>childItemsPath</h3>
								<div class="tsd-signature tsd-kind-icon">child<wbr>Items<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#childitemspath">childItemsPath</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the name of the property (or properties) used to generate
										child rows in hierarchical grids.</p>
									</div>
									<p>Set this property to a string to specify the name of the property that
										contains an item's child items
									(e.g. <code>childItemsPath = 'items';</code>).</p>
									<p>If items at different levels have child items with different names,
										set this property to an array containing the names of the properties
										that contain child items et each level
									(e.g. <code>childItemsPath = ['checks','earnings'];</code>).</p>
									<p><a href="/wijmo/demos/Grid/TreeGrid/ChildItems/purejs" target="_blank">Example</a></p>
									<p>The default value for this property is <strong>null</strong>.</p>
									<p>This property does not apply to the <strong>MultiRow</strong> control.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="clientsize" class="tsd-anchor"></a>
								<h3>clientSize</h3>
								<div class="tsd-signature tsd-kind-icon">client<wbr>Size<span class="tsd-signature-symbol">:</span> <a href="wijmo.size.html" class="tsd-signature-type">Size</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#clientsize">clientSize</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the client size of the control (control size minus headers and scrollbars).</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="clonefrozencells" class="tsd-anchor"></a>
								<h3>cloneFrozenCells</h3>
								<div class="tsd-signature tsd-kind-icon">clone<wbr>Frozen<wbr>Cells<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#clonefrozencells">cloneFrozenCells</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the FlexGrid should
											clone frozen cells and show then in a separate element to reduce
										flicker while scrolling.</p>
									</div>
									<p>The default value for this property is <strong>null</strong>, which causes
									the grid to select the best setting depending on the browser.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="collectionview" class="tsd-anchor"></a>
								<h3>collectionView</h3>
								<div class="tsd-signature tsd-kind-icon">collection<wbr>View<span class="tsd-signature-symbol">:</span> <a href="../interfaces/wijmo.icollectionview.html" class="tsd-signature-type">ICollectionView</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#collectionview">collectionView</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> that contains the grid data.</p>
									</div>
									<p>If the <a href="wijmo_angular2_grid.wjflexgrid.html#itemssource">itemsSource</a> property was set to an <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a>,
									this property returns that value.</p>
									<p>If the <a href="wijmo_angular2_grid.wjflexgrid.html#itemssource">itemsSource</a> property was set to an array of data items,
										this property returns the internal <a href="wijmo.collectionview.html">CollectionView</a> created
									by the grid to support currency, editing, and sorting.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="columnfooters" class="tsd-anchor"></a>
								<h3>columnFooters</h3>
								<div class="tsd-signature tsd-kind-icon">column<wbr>Footers<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#columnfooters">columnFooters</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <a href="wijmo_grid.gridpanel.html">GridPanel</a> that contains the column footer cells.</p>
									</div>
									<p>The <a href="wijmo_angular2_grid.wjflexgrid.html#columnfooters">columnFooters</a> panel appears below the grid cells, to the
										right of the <a href="wijmo_angular2_grid.wjflexgrid.html#bottomleftcells">bottomLeftCells</a> panel. It can be used to display
									summary information below the grid data.</p>
									<p>The example below shows how you can add a row to the <a href="wijmo_angular2_grid.wjflexgrid.html#columnfooters">columnFooters</a>
										panel to display summary data for columns that have the
									<a href="wijmo_grid.column.html#aggregate">Column.aggregate</a> property set:</p>
									<pre><code class="language-typescript"><span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">addFooterRow</span>(<span class="hljs-params">flex</span>) </span>{

  <span class="hljs-comment">// create a GroupRow to show aggregates</span>
  <span class="hljs-keyword">let</span> row = <span class="hljs-keyword">new</span> wijmo.grid.GroupRow();

  <span class="hljs-comment">// add the row to the column footer panel</span>
  flex.columnFooters.rows.push(row);

  <span class="hljs-comment">// show a sigma on the header</span>
  flex.bottomLeftCells.setCellData(<span class="hljs-number">0</span>, <span class="hljs-number">0</span>, <span class="hljs-string">'\u03A3'</span>);
}</code></pre>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="columngroupcollapsedchangedng" class="tsd-anchor"></a>
								<h3>columnGroupCollapsedChangedNg</h3>
								<div class="tsd-signature tsd-kind-icon">column<wbr>Group<wbr>Collapsed<wbr>Changed<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>columnGroupCollapsedChanged</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>columnGroupCollapsedChanged</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="columngroupcollapsedchangingng" class="tsd-anchor"></a>
								<h3>columnGroupCollapsedChangingNg</h3>
								<div class="tsd-signature tsd-kind-icon">column<wbr>Group<wbr>Collapsed<wbr>Changing<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>columnGroupCollapsedChanging</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>columnGroupCollapsedChanging</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="columngroups" class="tsd-anchor"></a>
								<h3>columnGroups</h3>
								<div class="tsd-signature tsd-kind-icon">column<wbr>Groups<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#columngroups">columnGroups</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets an array used to define hierarchical column groups.</p>
									</div>
									<p>The items in the array should be JSON objects with properties of
									<a href="wijmo_grid.column.html">Column</a> objects, plus three optional members:</p>
									<ul>
										<li>'columns' array containing an array of child columns,</li>
										<li>'collapseTo' string containing the binding(s) of the child column(s)
										that should remain visible when the group is collapsed.</li>
										<li>'isCollapsed' boolean that determines if the group should be
										initially collapsed.</li>
									</ul>
									<p>For example, the code below generates a grid with two column groups,
									both initially collapsed:</p>
									<pre><code class="language-typescript"><span class="hljs-keyword">new</span> FlexGrid(<span class="hljs-string">'#theGrid'</span>, {
    autoGenerateColumns: <span class="hljs-literal">false</span>,
    columnGroups: [
        { header: <span class="hljs-string">'Group 1'</span>, align: <span class="hljs-string">'center'</span>, collapseTo: [<span class="hljs-string">'id'</span>, <span class="hljs-string">'country'</span>], isCollapsed: <span class="hljs-literal">true</span>, columns: [
            { binding: <span class="hljs-string">'id'</span>, header: <span class="hljs-string">'ID'</span> },
            { binding: <span class="hljs-string">'date'</span>, header: <span class="hljs-string">'Date'</span>, dataType: <span class="hljs-string">'Date'</span> },
            { binding: <span class="hljs-string">'country'</span>, header: <span class="hljs-string">'Country'</span>, dataType: <span class="hljs-string">'String'</span> },
            { binding: <span class="hljs-string">'active'</span>, header: <span class="hljs-string">'Active'</span>, dataType: <span class="hljs-string">'Boolean'</span> },
        ]},
        { header: <span class="hljs-string">'Group 2'</span>, align: <span class="hljs-string">'center'</span>, collapseTo: <span class="hljs-string">'sales'</span>, isCollapsed: <span class="hljs-literal">true</span>, columns: [
            { binding: <span class="hljs-string">'sales'</span>, header: <span class="hljs-string">'Sales'</span>, dataType: <span class="hljs-string">'Number'</span> },
            { binding: <span class="hljs-string">'expenses'</span>, header: <span class="hljs-string">'Expenses'</span>, dataType: <span class="hljs-string">'Number'</span> },
        ]}
    ],
    itemsSource: getData(<span class="hljs-number">20</span>)
});</code></pre>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="columnheaders" class="tsd-anchor"></a>
								<h3>columnHeaders</h3>
								<div class="tsd-signature tsd-kind-icon">column<wbr>Headers<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#columnheaders">columnHeaders</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <a href="wijmo_grid.gridpanel.html">GridPanel</a> that contains the column header cells.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="columnlayout" class="tsd-anchor"></a>
								<h3>columnLayout</h3>
								<div class="tsd-signature tsd-kind-icon">column<wbr>Layout<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#columnlayout">columnLayout</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a JSON string that defines the current column layout.</p>
									</div>
									<p>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>
									<p>The column layout string does not include properties that cannot be
									converted to JSON, such as <a href="wijmo_grid.rowcol.html#datamap">dataMap</a> and <a href="wijmo_grid.column.html#editor">editor</a>.</p>
									<p>If you want to save and restore column layouts and don't require
										the layouts to be serializable, you can clone the content of the
										<a href="wijmo_angular2_grid.wjflexgrid.html#columns">columns</a> property and restore it later using array methods.
										This is not as convenient as using the <a href="wijmo_angular2_grid.wjflexgrid.html#columnlayout">columnLayout</a> property,
									but it does allow you to save and restore data maps and editors.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="columns" class="tsd-anchor"></a>
								<h3>columns</h3>
								<div class="tsd-signature tsd-kind-icon">columns<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.columncollection.html" class="tsd-signature-type">ColumnCollection</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#columns">columns</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the grid's column collection.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="commitemptyedits" class="tsd-anchor"></a>
								<h3>commitEmptyEdits</h3>
								<div class="tsd-signature tsd-kind-icon">commit<wbr>Empty<wbr>Edits<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#commitemptyedits">commitEmptyEdits</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that indicates how the grid commit empty edits to cell values.</p>
									</div>
									<p>The default value for this property is <strong>true</strong>.</p>
									<p>If you choose to ignore commit empty edits, the Grid will not commit
									empty edits to cell values if the original value is null.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="controlrect" class="tsd-anchor"></a>
								<h3>controlRect</h3>
								<div class="tsd-signature tsd-kind-icon">control<wbr>Rect<span class="tsd-signature-symbol">:</span> <a href="wijmo.rect.html" class="tsd-signature-type">Rect</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#controlrect">controlRect</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the bounding rectangle of the control in page coordinates.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="copiedng" class="tsd-anchor"></a>
								<h3>copiedNg</h3>
								<div class="tsd-signature tsd-kind-icon">copied<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>copied</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>copied</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="copyheaders" class="tsd-anchor"></a>
								<h3>copyHeaders</h3>
								<div class="tsd-signature tsd-kind-icon">copy<wbr>Headers<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.headersvisibility.html" class="tsd-signature-type">HeadersVisibility</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#copyheaders">copyHeaders</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should
											include the content of header cells when copying data to the
										clipboard.</p>
									</div>
									<p>This property is especially useful in read-only grids, because
										the header information typically should not be included when
									pasting data into the grid.</p>
									<p>The default value for this property is <strong>HeadersVisibility.None</strong>
										for the <a href="wijmo_grid.flexgrid.html">FlexGrid</a> control and <strong>HeadersVisibility.All</strong>
									for the <strong>PivotGrid</strong> control.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="copyingng" class="tsd-anchor"></a>
								<h3>copyingNg</h3>
								<div class="tsd-signature tsd-kind-icon">copying<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>copying</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>copying</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="deferresizing" class="tsd-anchor"></a>
								<h3>deferResizing</h3>
								<div class="tsd-signature tsd-kind-icon">defer<wbr>Resizing<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#deferresizing">deferResizing</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether row and column resizing
										should be deferred until the user releases the mouse button.</p>
									</div>
									<p>By default, <a href="wijmo_angular2_grid.wjflexgrid.html#deferresizing">deferResizing</a> is set to false, causing rows and columns
										to be resized as the user drags the mouse. Setting this property to true
										causes the grid to show a resizing marker and to resize the row or column
									only when the user releases the mouse button.</p>
									<p>The default value for this property is <strong>false</strong> for the <a href="wijmo_grid.flexgrid.html">FlexGrid</a> control
									and <strong>true</strong> for the <strong>PivotGrid</strong> control.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="deletedrowng" class="tsd-anchor"></a>
								<h3>deletedRowNg</h3>
								<div class="tsd-signature tsd-kind-icon">deleted<wbr>Row<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>deletedRow</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>deletedRow</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="deletingrowng" class="tsd-anchor"></a>
								<h3>deletingRowNg</h3>
								<div class="tsd-signature tsd-kind-icon">deleting<wbr>Row<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>deletingRow</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>deletingRow</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="draggedcolumnng" class="tsd-anchor"></a>
								<h3>draggedColumnNg</h3>
								<div class="tsd-signature tsd-kind-icon">dragged<wbr>Column<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>draggedColumn</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>draggedColumn</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="draggedrowng" class="tsd-anchor"></a>
								<h3>draggedRowNg</h3>
								<div class="tsd-signature tsd-kind-icon">dragged<wbr>Row<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>draggedRow</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>draggedRow</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="draggingcolumnng" class="tsd-anchor"></a>
								<h3>draggingColumnNg</h3>
								<div class="tsd-signature tsd-kind-icon">dragging<wbr>Column<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>draggingColumn</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>draggingColumn</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="draggingcolumnoverng" class="tsd-anchor"></a>
								<h3>draggingColumnOverNg</h3>
								<div class="tsd-signature tsd-kind-icon">dragging<wbr>Column<wbr>Over<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>draggingColumnOver</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>draggingColumnOver</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="draggingrowng" class="tsd-anchor"></a>
								<h3>draggingRowNg</h3>
								<div class="tsd-signature tsd-kind-icon">dragging<wbr>Row<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>draggingRow</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>draggingRow</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="draggingrowoverng" class="tsd-anchor"></a>
								<h3>draggingRowOverNg</h3>
								<div class="tsd-signature tsd-kind-icon">dragging<wbr>Row<wbr>Over<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>draggingRowOver</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>draggingRowOver</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="editcolumnindex" class="tsd-anchor"></a>
								<h3>editColumnIndex</h3>
								<div class="tsd-signature tsd-kind-icon">edit<wbr>Column<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#editcolumnindex">editColumnIndex</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the index of column in the row header panel that
										shows whether items are being edited.</p>
									</div>
									<p>The default value for this property is <strong>null</strong>, which causes
										the grid to show the edit glyph on the last column of the
									<a href="wijmo_angular2_grid.wjflexgrid.html#rowheaders">rowHeaders</a> panel.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="editrange" class="tsd-anchor"></a>
								<h3>editRange</h3>
								<div class="tsd-signature tsd-kind-icon">edit<wbr>Range<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#editrange">editRange</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a <a href="wijmo_grid.cellrange.html">CellRange</a> that identifies the cell currently being edited.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="editablecollectionview" class="tsd-anchor"></a>
								<h3>editableCollectionView</h3>
								<div class="tsd-signature tsd-kind-icon">editable<wbr>Collection<wbr>View<span class="tsd-signature-symbol">:</span> <a href="../interfaces/wijmo.ieditablecollectionview.html" class="tsd-signature-type">IEditableCollectionView</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#editablecollectionview">editableCollectionView</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <a href="../interfaces/wijmo.ieditablecollectionview.html">IEditableCollectionView</a> that contains the grid data.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="errortip" class="tsd-anchor"></a>
								<h3>errorTip</h3>
								<div class="tsd-signature tsd-kind-icon">error<wbr>Tip<span class="tsd-signature-symbol">:</span> <a href="wijmo.tooltip.html" class="tsd-signature-type">Tooltip</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#errortip">errorTip</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the <a href="wijmo.tooltip.html">Tooltip</a> object used to show validation
											errors detected by the grid when the <a href="wijmo_angular2_grid.wjflexgrid.html#showerrors">showErrors</a> property
										is set to true.</p>
									</div>
									<p>By default, this property is set to a tooltip with zero show delay
										(so it appears immediately when hovering over invalid cells),
										no HTML content, and a "wj-error-tip" class which can be used to
									customize the tooltip's appearance.</p>
									<p>Setting this property to <strong>null</strong> causes the control to use the cell's
									"title" attribute to show validation errors.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="expandselectiononcopypaste" class="tsd-anchor"></a>
								<h3>expandSelectionOnCopyPaste</h3>
								<div class="tsd-signature tsd-kind-icon">expand<wbr>Selection<wbr>OnCopy<wbr>Paste<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#expandselectiononcopypaste">expandSelectionOnCopyPaste</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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>
									</div>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="formatitemng" class="tsd-anchor"></a>
								<h3>formatItemNg</h3>
								<div class="tsd-signature tsd-kind-icon">format<wbr>Item<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>formatItem</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>formatItem</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="frozencells" class="tsd-anchor"></a>
								<h3>frozenCells</h3>
								<div class="tsd-signature tsd-kind-icon">frozen<wbr>Cells<span class="tsd-signature-symbol">:</span> <a href="../interfaces/wijmo_grid.igridfreezeoptions.html" class="tsd-signature-type">IGridFreezeOptions</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#frozencells">frozenCells</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the number of frozen rows/columns in grid.</p>
									</div>
									<p>Frozen rows/columns do not scroll vertically/horizontally, but the cells they contain
									may be selected and edited.</p>
									<p>Frozen panes are not supported together with <a href="wijmo_angular2_grid.wjflexgrid.html#stickygroupheaders">stickyGroupHeaders</a>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="frozencolumns" class="tsd-anchor"></a>
								<h3>frozenColumns</h3>
								<div class="tsd-signature tsd-kind-icon">frozen<wbr>Columns<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#frozencolumns">frozenColumns</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the number of frozen columns.</p>
									</div>
									<p>Frozen columns do not scroll horizontally, but the cells they contain
									may be selected and edited.</p>
									<p>Frozen panes are not supported together with <a href="wijmo_angular2_grid.wjflexgrid.html#stickygroupheaders">stickyGroupHeaders</a>.</p>
									<p>The default value for this property is <strong>0</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="frozenrows" class="tsd-anchor"></a>
								<h3>frozenRows</h3>
								<div class="tsd-signature tsd-kind-icon">frozen<wbr>Rows<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#frozenrows">frozenRows</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the number of frozen rows.</p>
									</div>
									<p>Frozen rows do not scroll vertically, but the cells they contain
									may be selected and edited.</p>
									<p>Frozen panes are not supported together with <a href="wijmo_angular2_grid.wjflexgrid.html#stickygroupheaders">stickyGroupHeaders</a>.</p>
									<p>The default value for this property is <strong>0</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="gettingcellclipstringng" class="tsd-anchor"></a>
								<h3>gettingCellClipStringNg</h3>
								<div class="tsd-signature tsd-kind-icon">getting<wbr>Cell<wbr>Clip<wbr>String<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>gettingCellClipString</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>gettingCellClipString</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="gotfocusng" class="tsd-anchor"></a>
								<h3>gotFocusNg</h3>
								<div class="tsd-signature tsd-kind-icon">got<wbr>Focus<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>gotFocus</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="groupcollapsedchangedng" class="tsd-anchor"></a>
								<h3>groupCollapsedChangedNg</h3>
								<div class="tsd-signature tsd-kind-icon">group<wbr>Collapsed<wbr>Changed<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>groupCollapsedChanged</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>groupCollapsedChanged</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="groupcollapsedchangingng" class="tsd-anchor"></a>
								<h3>groupCollapsedChangingNg</h3>
								<div class="tsd-signature tsd-kind-icon">group<wbr>Collapsed<wbr>Changing<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>groupCollapsedChanging</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>groupCollapsedChanging</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="groupheaderformat" class="tsd-anchor"></a>
								<h3>groupHeaderFormat</h3>
								<div class="tsd-signature tsd-kind-icon">group<wbr>Header<wbr>Format<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#groupheaderformat">groupHeaderFormat</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the format string used to create the group header content.</p>
									</div>
									<p>The string may contain any text, plus the following replacement strings:</p>
									<ul>
										<li><b>{name}</b>: The name of the property being grouped on.</li>
										<li><b>{value}</b>: The value of the property being grouped on.</li>
										<li><b>{level}</b>: The group level.</li>
										<li><b>{count}</b>: The total number of items in this group.</li>
									</ul>
									<p>If a column is bound to the grouping property, the column header is used
										to replace the <code>{name}</code> parameter, and the column's format and
										data maps are used to calculate the <code>{value}</code> parameter.
									If no column is available, the group information is used instead.</p>
									<p>You may add invisible columns bound to the group properties in order to
									customize the formatting of the group header cells.</p>
									<p>The default value for this property is <strong>null</strong>, which causes the grid
									to use a culture-specific version of the string</p>
									<pre><code class="language-typescript"><span class="hljs-string">'{name}: &amp;lt;b&amp;gt;{value}&amp;lt;/b&amp;gt;({count:n0} items)'</span></code></pre>
									<p>This default format string creates group headers similar to</p>
									<pre><code class="language-typescript"><span class="hljs-string">'Country: &amp;lt;b&amp;gt;UK&amp;lt;/b&amp;gt; (12 items)'</span>
<span class="hljs-string">'Country: &amp;lt;b&amp;gt;Japan&amp;lt;/b&amp;gt; (8 items)'</span></code></pre>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="groupsummaryposition" class="tsd-anchor"></a>
								<h3>groupSummaryPosition</h3>
								<div class="tsd-signature tsd-kind-icon">group<wbr>Summary<wbr>Position<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.groupsummaryposition.html" class="tsd-signature-type">GroupSummaryPosition</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#groupsummaryposition">groupSummaryPosition</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines the position of
											group summary row in the group.
										This property does not work if <a href="wijmo_angular2_grid.wjflexgrid.html#childitemspath">childItemsPath</a> property is set</p>
									</div>
									<p>The default value for this property is <strong>GroupSummaryPosition.Top</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="headersfocusability" class="tsd-anchor"></a>
								<h3>headersFocusability</h3>
								<div class="tsd-signature tsd-kind-icon">headers<wbr>Focusability<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.headersfocusability.html" class="tsd-signature-type">HeadersFocusability</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#headersfocusability">headersFocusability</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the row and column headers
										are focusable.</p>
									</div>
									<p>The default value for this property is <strong>HeadersFocusability.None</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="headersvisibility" class="tsd-anchor"></a>
								<h3>headersVisibility</h3>
								<div class="tsd-signature tsd-kind-icon">headers<wbr>Visibility<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.headersvisibility.html" class="tsd-signature-type">HeadersVisibility</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#headersvisibility">headersVisibility</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the row and column headers
										are visible.</p>
									</div>
									<p>The default value for this property is <strong>HeadersVisibility.All</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="hostelement" class="tsd-anchor"></a>
								<h3>hostElement</h3>
								<div class="tsd-signature tsd-kind-icon">host<wbr>Element<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">HTMLElement</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#hostelement">hostElement</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the DOM element that is hosting the control.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="imeenabled" class="tsd-anchor"></a>
								<h3>imeEnabled</h3>
								<div class="tsd-signature tsd-kind-icon">ime<wbr>Enabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#imeenabled">imeEnabled</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should support
										Input Method Editors (IME) while not in edit mode.</p>
									</div>
									<p>This property is relevant only for sites/applications in Japanese,
									Chinese, Korean, and other languages that require IME support.</p>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="initialized" class="tsd-anchor"></a>
								<h3>initialized</h3>
								<div class="tsd-signature tsd-kind-icon">initialized<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>This event is triggered after the component has been initialized by Angular, that is
										all bound properties have been assigned and child components (if any) have been initialized.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="invalidinputng" class="tsd-anchor"></a>
								<h3>invalidInputNg</h3>
								<div class="tsd-signature tsd-kind-icon">invalid<wbr>Input<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>invalidInput</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
								<a name="isdisabled" class="tsd-anchor"></a>
								<h3>isDisabled</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Disabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#isdisabled">isDisabled</a></p>
									<p>Overrides <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#isdisabled">isDisabled</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the control is disabled.</p>
									</div>
									<p>Disabled controls cannot get mouse or keyboard events.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="isinitialized" class="tsd-anchor"></a>
								<h3>isInitialized</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Initialized<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether the component has been initialized by Angular.
										Changes its value from false to true right before triggering the <b>initialized</b> event.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="isreadonly" class="tsd-anchor"></a>
								<h3>isReadOnly</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Read<wbr>Only<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#isreadonly">isReadOnly</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the user can modify
										cell values using the mouse and keyboard.</p>
									</div>
									<p>The default value for this property is <strong>false</strong> for the <a href="wijmo_grid.flexgrid.html">FlexGrid</a>
									control and <strong>true</strong> for the <strong>PivotGrid</strong> control.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="istouching" class="tsd-anchor"></a>
								<h3>isTouching</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Touching<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#istouching">isTouching</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a value that indicates whether the control is currently handling
										a touch event.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="isupdating" class="tsd-anchor"></a>
								<h3>isUpdating</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Updating<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#isupdating">isUpdating</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a value that indicates whether the control is currently being updated.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="itemformatter" class="tsd-anchor"></a>
								<h3>itemFormatter</h3>
								<div class="tsd-signature tsd-kind-icon">item<wbr>Formatter<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IItemFormatter</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#itemformatter">itemFormatter</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a formatter function used to customize cells on this grid.</p>
									</div>
									<p>The formatter function can add any content to any cell. It provides
									complete flexibility over the appearance and behavior of grid cells.</p>
									<p>If specified, the function should take four parameters: the <a href="wijmo_grid.gridpanel.html">GridPanel</a>
										that contains the cell, the row and column indices of the cell, and the
										HTML element that represents the cell. The function will typically change
									the <strong>innerHTML</strong> property of the cell element.</p>
									<p>For example:</p>
									<pre><code class="language-typescript">flex.itemFormatter = <span class="hljs-function">(<span class="hljs-params">panel, r, c, cell</span>) =&gt;</span> {
  <span class="hljs-keyword">if</span> (panel.cellType == CellType.Cell) {

    <span class="hljs-comment">// draw sparklines in the cell</span>
    <span class="hljs-keyword">let</span> col = panel.columns[c];
    <span class="hljs-keyword">if</span> (col.name == <span class="hljs-string">'sparklines'</span>) {
      cell.innerHTML = getSparkline(panel, r, c);
    }
  }
}</code></pre>
									<p>Note that the FlexGrid recycles cells, so if your <a href="wijmo_angular2_grid.wjflexgrid.html#itemformatter">itemFormatter</a>
										modifies the cell's style attributes, you must make sure that it resets
									these attributes for cells that should not have them. For example:</p>
									<pre><code class="language-typescript">flex.itemFormatter = <span class="hljs-function">(<span class="hljs-params">panel, r, c, cell</span>) =&gt;</span> {

  <span class="hljs-comment">// reset attributes we are about to customize</span>
  <span class="hljs-keyword">let</span> s = cell.style;
  s.color = <span class="hljs-string">''</span>;
  s.backgroundColor = <span class="hljs-string">''</span>;
  <span class="hljs-comment">// customize color and backgroundColor attributes for this cell</span>
  ...
}</code></pre>
									<p>If you have a scenario where multiple clients may want to customize the
										grid rendering (for example when creating directives or re-usable libraries),
										consider using the <a href="wijmo_angular2_grid.wjflexgrid.html#formatitem">formatItem</a> event instead. The event allows multiple
									clients to attach their own handlers.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="itemvalidator" class="tsd-anchor"></a>
								<h3>itemValidator</h3>
								<div class="tsd-signature tsd-kind-icon">item<wbr>Validator<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IItemValidator</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#itemvalidator">itemValidator</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a validator function to determine whether cells contain
										valid data.</p>
									</div>
									<p>If specified, the validator function should take parameters containing
										the cell's row and column indices and a parsing parameter that describes
										whether the data has already been parsed and applied to the data item
										(parsing == false), or whether the user was trying to edit the value and
										entered a value that could not be parsed into the data type expected
									(parsing == true).</p>
									<p>The method returns a string containing an error message, or null if no
									errors were detected.</p>
									<p>For example,</p>
									<pre><code class="language-typescript">grid.itemValidator = <span class="hljs-function">(<span class="hljs-params">row: <span class="hljs-built_in">number</span>, col: <span class="hljs-built_in">number</span>, parsing: <span class="hljs-built_in">boolean</span></span>) =&gt;</span> {
    <span class="hljs-keyword">let</span> item = grid.rows[row].dataItem,
        prop = grid.columns[col].binding;

    <span class="hljs-comment">// parsing failed, show message</span>
    <span class="hljs-keyword">if</span> (parsing) {
        <span class="hljs-keyword">if</span> (prop == <span class="hljs-string">'date'</span>) {
            <span class="hljs-keyword">return</span> <span class="hljs-string">'Please enter a valid date in the format "MM/dd/yyyy"'</span>;
        } <span class="hljs-keyword">else</span> <span class="hljs-keyword">if</span> (prop == <span class="hljs-string">'id'</span>) {
            <span class="hljs-keyword">return</span> <span class="hljs-string">'Please enter a positive number'</span>;
        }
    }

    <span class="hljs-comment">// check that stored (parsed) data is valid</span>
    <span class="hljs-keyword">if</span> (prop == <span class="hljs-string">'date'</span> &amp;&amp; item.date &lt; minDate) {
        <span class="hljs-keyword">return</span> <span class="hljs-string">'Please enter a date after '</span> + Globalize.formatDate(minDate, <span class="hljs-string">'d'</span>);
    } <span class="hljs-keyword">else</span> <span class="hljs-keyword">if</span> (prop == <span class="hljs-string">'id'</span> &amp;&amp; item.id &lt; <span class="hljs-number">0</span>) {
        <span class="hljs-keyword">return</span> <span class="hljs-string">'Please enter a positive number'</span>;
    }
});</code></pre>
									<p>See also the <a href="wijmo.collectionview.html#geterror">CollectionView.getError</a> method.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="itemssource" class="tsd-anchor"></a>
								<h3>itemsSource</h3>
								<div class="tsd-signature tsd-kind-icon">items<wbr>Source<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#itemssource">itemsSource</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the array or <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> that contains items
										shown on the grid.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="itemssourcechangedng" class="tsd-anchor"></a>
								<h3>itemsSourceChangedNg</h3>
								<div class="tsd-signature tsd-kind-icon">items<wbr>Source<wbr>Changed<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>itemsSourceChanged</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>itemsSourceChanged</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="itemssourcechangingng" class="tsd-anchor"></a>
								<h3>itemsSourceChangingNg</h3>
								<div class="tsd-signature tsd-kind-icon">items<wbr>Source<wbr>Changing<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>itemsSourceChanging</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>itemsSourceChanging</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="keyactionenter" class="tsd-anchor"></a>
								<h3>keyActionEnter</h3>
								<div class="tsd-signature tsd-kind-icon">key<wbr>Action<wbr>Enter<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.keyaction.html" class="tsd-signature-type">KeyAction</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#keyactionenter">keyActionEnter</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the action to perform when the ENTER key is pressed.</p>
									</div>
									<p>The default setting for this property is <a href="../enums/wijmo_grid.keyaction.html#movedown">KeyAction.MoveDown</a>,
										which causes the control to move the selection to the next row.
									This is the standard Excel behavior.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="keyactiontab" class="tsd-anchor"></a>
								<h3>keyActionTab</h3>
								<div class="tsd-signature tsd-kind-icon">key<wbr>Action<wbr>Tab<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.keyaction.html" class="tsd-signature-type">KeyAction</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#keyactiontab">keyActionTab</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the action to perform when the TAB key is pressed.</p>
									</div>
									<p>The default setting for this property is <a href="../enums/wijmo_grid.keyaction.html#none">KeyAction.None</a>,
										which causes the browser to select the next or previous controls
										on the page when the TAB key is pressed. This is the recommended
									setting to improve page accessibility.</p>
									<p>Note that the default setting for the inherited <a href="wijmo_grid_sheet.flexsheet.html">FlexSheet</a>
									control is <a href="../enums/wijmo_grid.keyaction.html#cycleout">KeyAction.CycleOut</a> (see below).</p>
									<p>In previous versions, the default was set to <a href="../enums/wijmo_grid.keyaction.html#cycle">KeyAction.Cycle</a>,
										which caused the control to move the selection across and down
										the grid. This is the standard Excel behavior, but is not good
									for accessibility.</p>
									<p>There is also a <a href="../enums/wijmo_grid.keyaction.html#cycleout">KeyAction.CycleOut</a> setting that causes the
										selection to move through the cells (as <a href="../enums/wijmo_grid.keyaction.html#cycle">KeyAction.Cycle</a>),
										and then on to the next/previous control on the page when the
									last or first cells are selected.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="lazyrender" class="tsd-anchor"></a>
								<h3>lazyRender</h3>
								<div class="tsd-signature tsd-kind-icon">lazy<wbr>Render<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#lazyrender">lazyRender</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should skip
										rendering cells that were updated in the last render cycle.</p>
									</div>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="loadedrowsng" class="tsd-anchor"></a>
								<h3>loadedRowsNg</h3>
								<div class="tsd-signature tsd-kind-icon">loaded<wbr>Rows<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>loadedRows</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>loadedRows</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="loadingrowsng" class="tsd-anchor"></a>
								<h3>loadingRowsNg</h3>
								<div class="tsd-signature tsd-kind-icon">loading<wbr>Rows<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>loadingRows</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>loadingRows</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="lostfocusng" class="tsd-anchor"></a>
								<h3>lostFocusNg</h3>
								<div class="tsd-signature tsd-kind-icon">lost<wbr>Focus<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>lostFocus</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="maxcontent" class="tsd-anchor"></a>
								<h3>maxContent</h3>
								<div class="tsd-signature tsd-kind-icon">max<wbr>Content<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#maxcontent">maxContent</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should adjust its size
										to fit the maximum content width and available height.</p>
									</div>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="mergemanager" class="tsd-anchor"></a>
								<h3>mergeManager</h3>
								<div class="tsd-signature tsd-kind-icon">merge<wbr>Manager<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.mergemanager.html" class="tsd-signature-type">MergeManager</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#mergemanager">mergeManager</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the <a href="wijmo_grid.mergemanager.html">MergeManager</a> object responsible for determining how cells
										should be merged.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="newrowattop" class="tsd-anchor"></a>
								<h3>newRowAtTop</h3>
								<div class="tsd-signature tsd-kind-icon">new<wbr>Row<wbr>AtTop<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#newrowattop">newRowAtTop</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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>
									</div>
									<p>If you set the <a href="wijmo_angular2_grid.wjflexgrid.html#newrowattop">newRowAtTop</a> property to true, and you want the new
										row template to remain visible at all times, set the <a href="wijmo_angular2_grid.wjflexgrid.html#frozenrows">frozenRows</a>
										property to one. This will freeze the new row template at the top so
									it won't scroll off the view.</p>
									<p>The new row template will be displayed only if the <a href="wijmo_angular2_grid.wjflexgrid.html#allowaddnew">allowAddNew</a> property
									is set to true and if the <a href="wijmo_angular2_grid.wjflexgrid.html#itemssource">itemsSource</a> object supports adding new items.</p>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="nodataoverlaycontent" class="tsd-anchor"></a>
								<h3>noDataOverlayContent</h3>
								<div class="tsd-signature tsd-kind-icon">no<wbr>Data<wbr>Overlay<wbr>Content<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#nodataoverlaycontent">noDataOverlayContent</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a HTML string that is displayed as fallback content when
										there is no data in the grid.</p>
									</div>
									<p>The default value for this property is empty string, which hides the
									no data row from the grid.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="overlaymanager" class="tsd-anchor"></a>
								<h3>overlayManager</h3>
								<div class="tsd-signature tsd-kind-icon">overlay<wbr>Manager<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.overlaymanager.html" class="tsd-signature-type">OverlayManager</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#overlaymanager">overlayManager</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the <a href="wijmo_grid.overlaymanager.html">OverlayManager</a> object responsible for updating
										overlays</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="pasteemptycells" class="tsd-anchor"></a>
								<h3>pasteEmptyCells</h3>
								<div class="tsd-signature tsd-kind-icon">paste<wbr>Empty<wbr>Cells<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#pasteemptycells">pasteEmptyCells</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether when pasting,
											paste all cells or only not empty cells
										The default value for this property is <strong>true</strong>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="pastedcellng" class="tsd-anchor"></a>
								<h3>pastedCellNg</h3>
								<div class="tsd-signature tsd-kind-icon">pasted<wbr>Cell<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>pastedCell</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>pastedCell</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="pastedng" class="tsd-anchor"></a>
								<h3>pastedNg</h3>
								<div class="tsd-signature tsd-kind-icon">pasted<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>pasted</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>pasted</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="pastingcellng" class="tsd-anchor"></a>
								<h3>pastingCellNg</h3>
								<div class="tsd-signature tsd-kind-icon">pasting<wbr>Cell<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>pastingCell</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>pastingCell</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="pastingng" class="tsd-anchor"></a>
								<h3>pastingNg</h3>
								<div class="tsd-signature tsd-kind-icon">pasting<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>pasting</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>pasting</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="pinnedcolumnng" class="tsd-anchor"></a>
								<h3>pinnedColumnNg</h3>
								<div class="tsd-signature tsd-kind-icon">pinned<wbr>Column<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>pinnedColumn</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>pinnedColumn</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="pinningcolumnng" class="tsd-anchor"></a>
								<h3>pinningColumnNg</h3>
								<div class="tsd-signature tsd-kind-icon">pinning<wbr>Column<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>pinningColumn</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>pinningColumn</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="preparecellforeditng" class="tsd-anchor"></a>
								<h3>prepareCellForEditNg</h3>
								<div class="tsd-signature tsd-kind-icon">prepare<wbr>Cell<wbr>For<wbr>Edit<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>prepareCellForEdit</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>prepareCellForEdit</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="preserveoutlinestate" class="tsd-anchor"></a>
								<h3>preserveOutlineState</h3>
								<div class="tsd-signature tsd-kind-icon">preserve<wbr>Outline<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#preserveoutlinestate">preserveOutlineState</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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>
									</div>
									<p>The <a href="wijmo_angular2_grid.wjflexgrid.html#preserveoutlinestate">preserveOutlineState</a> property implementation is based on
										JavaScript's
										<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map" target="_blank">Map</a>
									object, which is not available in IE 9 or 10.</p>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="preserveselectedstate" class="tsd-anchor"></a>
								<h3>preserveSelectedState</h3>
								<div class="tsd-signature tsd-kind-icon">preserve<wbr>Selected<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#preserveselectedstate">preserveSelectedState</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should preserve
										the selected state of rows when the data is refreshed.</p>
									</div>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="preservewhitespace" class="tsd-anchor"></a>
								<h3>preserveWhiteSpace</h3>
								<div class="tsd-signature tsd-kind-icon">preserve<wbr>White<wbr>Space<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#preservewhitespace">preserveWhiteSpace</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should keep
											whitespace in cells as they appear in the data
											<code>(white-space: pre)</code> or whether it should collapse the
											whitespace into a single space character
										<code>(white-space: normal)</code>.</p>
									</div>
									<p>This property allows you to specify how the grid should handle
										white space without changing any CSS rules. You choose to use
										CSS rules instead, however, since they provide better control
									over scope.</p>
									<p>For example, you could create CSS rules that apply to all grids
									in the application, to specific grids, or to specific columns.</p>
									<p>Be aware that setting this property to <strong>true</strong> may have
										undesired effects in applications that use interop cell templates
									(Vue templates especially).</p>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="preventcut" class="tsd-anchor"></a>
								<h3>preventCut</h3>
								<div class="tsd-signature tsd-kind-icon">prevent<wbr>Cut<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#preventcut">preventCut</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid disables its
										built-in handling for the standard clipboard cut shortcut key.</p>
									</div>
									<p>When this property is set to true, the grid will not copy, clear,
										or delete selected content in response to the cut shortcut.
										The keyboard event is left untouched so the browser and any external
									event listeners may continue to handle it.</p>
									<p>This value is a boolean value; you need to pass in a boolean value. The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="quickautosize" class="tsd-anchor"></a>
								<h3>quickAutoSize</h3>
								<div class="tsd-signature tsd-kind-icon">quick<wbr>Auto<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#quickautosize">quickAutoSize</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should optimize
										performance over precision when auto-sizing columns.</p>
									</div>
									<p>Setting this property to <strong>false</strong> disables quick auto-sizing.
										Setting it to <strong>true</strong> enables the feature, subject to the value of each
									column's <a href="wijmo_grid.column.html#quickautosize">wijmo.grid.Column.quickAutoSize</a> property.</p>
									<p>The default value for this property is <strong>null</strong>, which enables quick
										auto-sizing for grids that don't have a custom <a href="wijmo_angular2_grid.wjflexgrid.html#itemformatter">itemFormatter</a>
									or handlers attached to the <a href="wijmo_angular2_grid.wjflexgrid.html#formatitem">formatItem</a> event.</p>
									<p>Quick auto-sizing uses different strategies when auto-sizing rows or
									columns.</p>
									<p>When auto-sizing columns, it uses a temporary canvas element to locate
										the row with the widest entry for a column. When the row is located, its
										contents are measured precisely. The limitation with this approach is
										that the canvas only renders plain text, so if cells contain HTML the
									auto-sizing may miss the widest column.</p>
									<p>When auto-sizing rows, it uses a cache to store the row heights based
										on the cell content, and skips measuring numeric cells. The limitation
										with this approach is that it only improves performance if many cells
									have the same content, or if many columns are numeric.</p>
									<p>If you find that auto-sizing is slowing down your application, it is
										probably worth setting <a href="wijmo_angular2_grid.wjflexgrid.html#quickautosize">quickAutoSize</a> to true and checking the
										results to see if it works correctly and improves performance for your
									app.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="refreshonedit" class="tsd-anchor"></a>
								<h3>refreshOnEdit</h3>
								<div class="tsd-signature tsd-kind-icon">refresh<wbr>OnEdit<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#refreshonedit">refreshOnEdit</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should
										refresh all cells after a cell is edited.</p>
									</div>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="refreshedng" class="tsd-anchor"></a>
								<h3>refreshedNg</h3>
								<div class="tsd-signature tsd-kind-icon">refreshed<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>refreshed</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="refreshingng" class="tsd-anchor"></a>
								<h3>refreshingNg</h3>
								<div class="tsd-signature tsd-kind-icon">refreshing<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>refreshing</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="resizedcolumnng" class="tsd-anchor"></a>
								<h3>resizedColumnNg</h3>
								<div class="tsd-signature tsd-kind-icon">resized<wbr>Column<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>resizedColumn</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>resizedColumn</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="resizedrowng" class="tsd-anchor"></a>
								<h3>resizedRowNg</h3>
								<div class="tsd-signature tsd-kind-icon">resized<wbr>Row<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>resizedRow</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>resizedRow</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="resizingcolumnng" class="tsd-anchor"></a>
								<h3>resizingColumnNg</h3>
								<div class="tsd-signature tsd-kind-icon">resizing<wbr>Column<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>resizingColumn</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>resizingColumn</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="resizingrowng" class="tsd-anchor"></a>
								<h3>resizingRowNg</h3>
								<div class="tsd-signature tsd-kind-icon">resizing<wbr>Row<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>resizingRow</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>resizingRow</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="righttoleft" class="tsd-anchor"></a>
								<h3>rightToLeft</h3>
								<div class="tsd-signature tsd-kind-icon">right<wbr>ToLeft<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#righttoleft">rightToLeft</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a value indicating whether the control is hosted in an element
										with right-to-left layout.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="rowaddedng" class="tsd-anchor"></a>
								<h3>rowAddedNg</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Added<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>rowAdded</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>rowAdded</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="roweditendedng" class="tsd-anchor"></a>
								<h3>rowEditEndedNg</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Edit<wbr>Ended<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>rowEditEnded</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>rowEditEnded</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="roweditendingng" class="tsd-anchor"></a>
								<h3>rowEditEndingNg</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Edit<wbr>Ending<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>rowEditEnding</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>rowEditEnding</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="roweditstartedng" class="tsd-anchor"></a>
								<h3>rowEditStartedNg</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Edit<wbr>Started<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>rowEditStarted</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>rowEditStarted</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="roweditstartingng" class="tsd-anchor"></a>
								<h3>rowEditStartingNg</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Edit<wbr>Starting<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>rowEditStarting</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>rowEditStarting</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="rowheaderpath" class="tsd-anchor"></a>
								<h3>rowHeaderPath</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Header<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#rowheaderpath">rowHeaderPath</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the name of the property used to create row header
										cells.</p>
									</div>
									<p>Row header cells are not visible or selectable. They are meant
									for use with accessibility tools.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="rowheaders" class="tsd-anchor"></a>
								<h3>rowHeaders</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Headers<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#rowheaders">rowHeaders</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <a href="wijmo_grid.gridpanel.html">GridPanel</a> that contains the row header cells.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="rows" class="tsd-anchor"></a>
								<h3>rows</h3>
								<div class="tsd-signature tsd-kind-icon">rows<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.rowcollection.html" class="tsd-signature-type">RowCollection</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#rows">rows</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the grid's row collection.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="scrollposition" class="tsd-anchor"></a>
								<h3>scrollPosition</h3>
								<div class="tsd-signature tsd-kind-icon">scroll<wbr>Position<span class="tsd-signature-symbol">:</span> <a href="wijmo.point.html" class="tsd-signature-type">Point</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#scrollposition">scrollPosition</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a <a href="wijmo.point.html">Point</a> that represents the value of the grid's scrollbars.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="scrollpositionchangedng" class="tsd-anchor"></a>
								<h3>scrollPositionChangedNg</h3>
								<div class="tsd-signature tsd-kind-icon">scroll<wbr>Position<wbr>Changed<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>scrollPositionChanged</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>scrollPositionChanged</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="scrollsize" class="tsd-anchor"></a>
								<h3>scrollSize</h3>
								<div class="tsd-signature tsd-kind-icon">scroll<wbr>Size<span class="tsd-signature-symbol">:</span> <a href="wijmo.size.html" class="tsd-signature-type">Size</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#scrollsize">scrollSize</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the size of the grid content in pixels.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="selecteditems" class="tsd-anchor"></a>
								<h3>selectedItems</h3>
								<div class="tsd-signature tsd-kind-icon">selected<wbr>Items<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#selecteditems">selectedItems</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets an array containing the data items that are currently selected.</p>
									</div>
									<p>Note: this property can be read in all selection modes, but it can be
									set only when <a href="wijmo_angular2_grid.wjflexgrid.html#selectionmode">selectionMode</a> is set to <strong>SelectionMode.ListBox</strong>.</p>
									<p>In unbound mode, there are no data items associated with the rows,
									property always returns empty array.</p>
									<p>You can get the index of the selected row in bound and unbound modes using the
									<a href="wijmo_angular2_grid.wjflexgrid.html#selection">selection</a> property</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="selectedranges" class="tsd-anchor"></a>
								<h3>selectedRanges</h3>
								<div class="tsd-signature tsd-kind-icon">selected<wbr>Ranges<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#selectedranges">selectedRanges</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets an array with <a href="wijmo_grid.cellrange.html">CellRange</a> objects that represent
										the current selection.</p>
									</div>
									<p>The first element in the array is the current <a href="wijmo_angular2_grid.wjflexgrid.html#selection">selection</a>.
										If the grid's <a href="wijmo_angular2_grid.wjflexgrid.html#selectionmode">selectionMode</a> property is set to
										<a href="../enums/wijmo_grid.selectionmode.html#multirange">SelectionMode.MultiRange</a>, the array may contain additional
									ranges that represent the extended selection.</p>
									<p>Note that ranges in the <a href="wijmo_angular2_grid.wjflexgrid.html#selectedranges">selectedRanges</a> array may contain
										overlapping areas, which may be important when performing actions
									like aggregating over the extended selection.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="selectedrows" class="tsd-anchor"></a>
								<h3>selectedRows</h3>
								<div class="tsd-signature tsd-kind-icon">selected<wbr>Rows<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.row.html" class="tsd-signature-type">Row</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#selectedrows">selectedRows</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets an array containing the rows that are currently selected.</p>
									</div>
									<p>Note: this property can be read in all selection modes, but it can be
									set only when <a href="wijmo_angular2_grid.wjflexgrid.html#selectionmode">selectionMode</a> is set to <strong>SelectionMode.ListBox</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="selection" class="tsd-anchor"></a>
								<h3>selection</h3>
								<div class="tsd-signature tsd-kind-icon">selection<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#selection">selection</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the current selection.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="selectionchangedng" class="tsd-anchor"></a>
								<h3>selectionChangedNg</h3>
								<div class="tsd-signature tsd-kind-icon">selection<wbr>Changed<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>selectionChanged</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>selectionChanged</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="selectionchangingng" class="tsd-anchor"></a>
								<h3>selectionChangingNg</h3>
								<div class="tsd-signature tsd-kind-icon">selection<wbr>Changing<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>selectionChanging</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>selectionChanging</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="selectionmode" class="tsd-anchor"></a>
								<h3>selectionMode</h3>
								<div class="tsd-signature tsd-kind-icon">selection<wbr>Mode<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.selectionmode.html" class="tsd-signature-type">SelectionMode</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#selectionmode">selectionMode</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the current selection mode.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="showdropdown" class="tsd-anchor"></a>
								<h3>showDropDown</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Drop<wbr>Down<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#showdropdown">showDropDown</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that indicates whether the grid should add
										drop-down buttons to data-mapped cells.</p>
									</div>
									<p>The drop-down buttons are shown on columns that have a <a href="wijmo_grid.column.html#datamap">Column.dataMap</a>
									and are editable.</p>
									<p>Clicking on the drop-down buttons causes the grid to show a
									drop-down list from which users can select the cell value.</p>
									<p>This setting may be overridden on specific columns using the
									column's <a href="wijmo_grid.column.html#datamapeditor">Column.dataMapEditor</a> property.</p>
									<p>Cell drop-downs require the <strong>wijmo.input module</strong> to be loaded.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="showerrors" class="tsd-anchor"></a>
								<h3>showErrors</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Errors<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#showerrors">showErrors</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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>
									</div>
									<p>The grid detects validation errors using the <a href="wijmo_angular2_grid.wjflexgrid.html#itemvalidator">itemValidator</a>
										property and the <a href="wijmo.collectionview.html#geterror">CollectionView.getError</a> property on the grid's
									<a href="wijmo_angular2_grid.wjflexgrid.html#itemssource">itemsSource</a>.</p>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="showgroups" class="tsd-anchor"></a>
								<h3>showGroups</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Groups<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#showgroups">showGroups</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the <a href="wijmo_grid.flexgrid.html">FlexGrid</a> should insert
										group rows to delimit data groups.</p>
									</div>
									<p>Data groups are created by modifying the <a href="../interfaces/wijmo.icollectionview.html#groupdescriptions">ICollectionView.groupDescriptions</a>
									property of the <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> object used as an <a href="wijmo_angular2_grid.wjflexgrid.html#itemssource">itemsSource</a>.</p>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="showmarquee" class="tsd-anchor"></a>
								<h3>showMarquee</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Marquee<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#showmarquee">showMarquee</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that indicates whether the grid should
										display an Excel-style marquee around the current selection.</p>
									</div>
									<p>The default value for this property is <strong>false</strong>.</p>
									<p>If you choose to show the marquee, you may want to improve
										accessibility by using some simple CSS to make the marquee
									fully opaque only when the grid has the focus:</p>
									<pre><code class="language-css"><span class="hljs-selector-class">.wj-flexgrid</span><span class="hljs-selector-pseudo">:not(.wj-state-focused)</span> <span class="hljs-selector-class">.wj-marquee</span> {
    <span class="hljs-attribute">opacity</span>: <span class="hljs-number">0.2</span>;
}</code></pre>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="showplaceholders" class="tsd-anchor"></a>
								<h3>showPlaceholders</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Placeholders<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#showplaceholders">showPlaceholders</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should
										use the column headers as placeholders when editing cells.</p>
									</div>
									<p>The default value for this property is <strong>false</strong>.</p>
									<p>This property is especially useful in grids that have multiple
										rows per data item (like the <a href="wijmo_grid_multirow.multirow.html">MultiRow</a> grid) and in
										grids that allow adding new items (see the <a href="wijmo_angular2_grid.wjflexgrid.html#allowaddnew">allowAddNew</a>
									property).</p>
									<p>This property only works with the grid's built-in editor.
										If you are using custom editors (see the <a href="wijmo_grid.column.html#editor">Column.editor</a>
										property), then you are responsible for setting the placeholder
									property on those.</p>
									<p>The Internet Explorer browser does not show input placeholders
										on focused input elements, so this property is not useful in
									IE.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="showselectedheaders" class="tsd-anchor"></a>
								<h3>showSelectedHeaders</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Selected<wbr>Headers<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.headersvisibility.html" class="tsd-signature-type">HeadersVisibility</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#showselectedheaders">showSelectedHeaders</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that indicates whether the grid should
										add class names to indicate selected header cells.</p>
									</div>
									<p>The default value for this property is <strong>HeadersVisibility.None</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="showsort" class="tsd-anchor"></a>
								<h3>showSort</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Sort<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#showsort">showSort</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether the grid should display
										sort indicators in the column headers.</p>
									</div>
									<p>Sorting is controlled by the <a href="../interfaces/wijmo.icollectionview.html#sortdescriptions">ICollectionView.sortDescriptions</a>
										property of the <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> object used as a the grid's
									<a href="wijmo_angular2_grid.wjflexgrid.html#itemssource">itemsSource</a>.</p>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="skipmerged" class="tsd-anchor"></a>
								<h3>skipMerged</h3>
								<div class="tsd-signature tsd-kind-icon">skip<wbr>Merged<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#skipmerged">skipMerged</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether when copying,
											skip cells that have been merged
										The default value for this property is <strong>false</strong>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="sortorder" class="tsd-anchor"></a>
								<h3>sortOrder</h3>
								<div class="tsd-signature tsd-kind-icon">sort<wbr>Order<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid.sortorder.html" class="tsd-signature-type">SortOrder</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#sortorder">sortOrder</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines the sort order of columns</p>
									</div>
									<p>The default value for this property is <strong>SortOrder.AscDesc</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="sortrowindex" class="tsd-anchor"></a>
								<h3>sortRowIndex</h3>
								<div class="tsd-signature tsd-kind-icon">sort<wbr>Row<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#sortrowindex">sortRowIndex</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the index of row in the column header panel that
										shows and changes the current sort.</p>
									</div>
									<p>The default value for this property is <strong>null</strong>,
										which causes the bottom row in the <a href="wijmo_angular2_grid.wjflexgrid.html#columnheaders">columnHeaders</a>
									panel to act as the sort row.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="sortedcolumnng" class="tsd-anchor"></a>
								<h3>sortedColumnNg</h3>
								<div class="tsd-signature tsd-kind-icon">sorted<wbr>Column<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>sortedColumn</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>sortedColumn</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="sortingcolumnng" class="tsd-anchor"></a>
								<h3>sortingColumnNg</h3>
								<div class="tsd-signature tsd-kind-icon">sorting<wbr>Column<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>sortingColumn</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>sortingColumn</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="stickygroupheaders" class="tsd-anchor"></a>
								<h3>stickyGroupHeaders</h3>
								<div class="tsd-signature tsd-kind-icon">sticky<wbr>Group<wbr>Headers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#stickygroupheaders">stickyGroupHeaders</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether row group headers should remain
										visible when the user scrolls the flexgrid.</p>
									</div>
									<p>This feature is not supported together with frozen rows or columns.
										Keep <a href="wijmo_angular2_grid.wjflexgrid.html#frozenrows">frozenRows</a>, <a href="wijmo_angular2_grid.wjflexgrid.html#frozencolumns">frozenColumns</a>, and <a href="wijmo_angular2_grid.wjflexgrid.html#frozencells">frozenCells</a>
									disabled when using sticky group headers.</p>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="stickyheaders" class="tsd-anchor"></a>
								<h3>stickyHeaders</h3>
								<div class="tsd-signature tsd-kind-icon">sticky<wbr>Headers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#stickyheaders">stickyHeaders</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether column headers should remain
										visible when the user scrolls the document.</p>
									</div>
									<p>The default value for this property is <strong>false</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="taborder" class="tsd-anchor"></a>
								<h3>tabOrder</h3>
								<div class="tsd-signature tsd-kind-icon">tab<wbr>Order<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#taborder">tabOrder</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value of the <strong>tabindex</strong> attribute associated with the control.</p>
									</div>
									<p><strong>tabindex</strong> attribute value can be defined statically for a Wijmo control by specifying it
										on the control's host HTML element. But this value can't be changed later during application
										lifecycle, because Wijmo controls have complex structure, and the control may need to propagate
									this attribute value to its internal element to work properly.</p>
									<p>Because of this, to read or change control's <strong>tabindex</strong> dynamically, you should do it using
									this property.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="topleftcells" class="tsd-anchor"></a>
								<h3>topLeftCells</h3>
								<div class="tsd-signature tsd-kind-icon">top<wbr>Left<wbr>Cells<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#topleftcells">topLeftCells</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <a href="wijmo_grid.gridpanel.html">GridPanel</a> that contains the top left cells
										(to the left of the column headers).</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="treecolumnindex" class="tsd-anchor"></a>
								<h3>treeColumnIndex</h3>
								<div class="tsd-signature tsd-kind-icon">tree<wbr>Column<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#treecolumnindex">treeColumnIndex</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the index of the column that displays the tree outline
										(expand/collapse buttons and indentation) in Treegrid.</p>
									</div>
									<p>By default (value = -1), the tree outline is shown in the first visible column.
									Set this property to display the tree outline in a specific column.</p>
									<p>Example:</p>
									<pre>// show tree buttons and indentation in the second column (index 1)
grid.treeColumnIndex = 1;
</pre>
									<p>The default value for this property is <strong>-1</strong> (first visible column).
									This API only works in TreeGrid, not in Group.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="treeindent" class="tsd-anchor"></a>
								<h3>treeIndent</h3>
								<div class="tsd-signature tsd-kind-icon">tree<wbr>Indent<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#treeindent">treeIndent</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the indent used to offset row groups of different levels.</p>
									</div>
									<p>The default value for this property is <strong>14</strong> pixels for the
									<a href="wijmo_grid.flexgrid.html">FlexGrid</a> control, and <strong>32</strong> pixels for the <strong>PivotGrid</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="updatedlayoutng" class="tsd-anchor"></a>
								<h3>updatedLayoutNg</h3>
								<div class="tsd-signature tsd-kind-icon">updated<wbr>Layout<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>updatedLayout</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>updatedLayout</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="updatedviewng" class="tsd-anchor"></a>
								<h3>updatedViewNg</h3>
								<div class="tsd-signature tsd-kind-icon">updated<wbr>View<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>updatedView</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>updatedView</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="updatinglayoutng" class="tsd-anchor"></a>
								<h3>updatingLayoutNg</h3>
								<div class="tsd-signature tsd-kind-icon">updating<wbr>Layout<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>updatingLayout</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>updatingLayout</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="updatingviewng" class="tsd-anchor"></a>
								<h3>updatingViewNg</h3>
								<div class="tsd-signature tsd-kind-icon">updating<wbr>View<wbr>Ng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Angular (EventEmitter) version of the Wijmo <b>updatingView</b> event for programmatic access.
											Use this event name if you want to subscribe to the Angular version of the event in code.
										In template bindings use the conventional <b>updatingView</b> Wijmo event name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="validateedits" class="tsd-anchor"></a>
								<h3>validateEdits</h3>
								<div class="tsd-signature tsd-kind-icon">validate<wbr>Edits<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#validateedits">validateEdits</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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>
									</div>
									<p>The grid detects validation errors by calling the <a href="wijmo.collectionview.html#geterror">CollectionView.getError</a>
									method on the grid's <a href="wijmo_angular2_grid.wjflexgrid.html#itemssource">itemsSource</a>.</p>
									<p>The default value for this property is <strong>true</strong>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="viewrange" class="tsd-anchor"></a>
								<h3>viewRange</h3>
								<div class="tsd-signature tsd-kind-icon">view<wbr>Range<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#viewrange">viewRange</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the range of cells currently in view.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="virtualizationthreshold" class="tsd-anchor"></a>
								<h3>virtualizationThreshold</h3>
								<div class="tsd-signature tsd-kind-icon">virtualization<wbr>Threshold<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#virtualizationthreshold">virtualizationThreshold</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the minimum number of rows and/or columns required to enable
										virtualization.</p>
									</div>
									<p>This property is set to zero by default, meaning virtualization is always
										enabled. This improves binding performance and memory requirements, at the
									expense of a small performance decrease while scrolling.</p>
									<p>If your grid has a small number of rows (about 50 to 100), you may be able to
										improve scrolling performance by setting this property to a slightly higher
										value (like 150). This will disable virtualization and will slow down binding,
										but may improve perceived scroll performance. For example, the code below sets
									causes the grid to virtualize cells when the data source has more than 150 items:</p>
									<pre><code class="language-typescript"><span class="hljs-comment">// virtualize grid when there are more than 150 items</span>
theGrid.virtualizationThreshold = <span class="hljs-number">150</span>;</code></pre>
									<p>Setting this property to values higher than 200 is not recommended. Loading
										times will become too long; the grid will freeze for a few seconds while
										creating cells for all rows, and the browser will become slow because of
									the large number of elements on the page.</p>
									<p>If you want to set separate virtualization thresholds for rows and columns,
										you may set the <a href="wijmo_angular2_grid.wjflexgrid.html#virtualizationthreshold">virtualizationThreshold</a> property to an array with two
										numbers. In this case, the first number will be used as the row threshold
										and the second as the column threshold. For example, the code below sets
									causes the grid to virtualize rows but not columns:</p>
									<pre><code class="language-typescript"><span class="hljs-comment">// virtualize rows (threshold 0) but not columns (threshold 10,000)</span>
theGrid.virtualizationThreshold = [<span class="hljs-number">0</span>, <span class="hljs-number">10000</span>];</code></pre>
									<p>The default value for this property is <strong>0</strong>, which causes the grid to
									virtualize all rows and columns.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="wjmodelproperty" class="tsd-anchor"></a>
								<h3>wjModelProperty</h3>
								<div class="tsd-signature tsd-kind-icon">wj<wbr>Model<wbr>Property<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Defines a name of a property represented by [(ngModel)] directive (if specified).
										Default value is ''.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="shortcut_key_resize_gap" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> SHORTCUT_KEY_RESIZE_GAP</h3>
								<div class="tsd-signature tsd-kind-icon">SHORTCUT_<wbr>KEY_<wbr>RESIZE_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#shortcut_key_resize_gap">SHORTCUT_KEY_RESIZE_GAP</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the pixel increment used when resizing rows or columns with keyboard shortcuts.</p>
									</div>
									<p>This is a static property shared by all <a href="wijmo_grid.flexgrid.html">FlexGrid</a> instances. You can customize it
										to control how fast rows and columns resize per keypress. For example, setting it to a
										larger value (e.g. 5 or 10) makes each keypress resize by more pixels, while a smaller
									value (e.g. 1) provides finer-grained control.</p>
									<p>The value should be a positive integer. Decimal values (e.g. 0.5) will be rounded to
									the nearest integer.</p>
									<p>This property defines the amount (in pixels) by which row height or column width changes
									when using the following keyboard shortcuts:</p>
									<ul>
										<li>Alt + Left Arrow: Decrease column width</li>
										<li>Alt + Right Arrow: Increase column width</li>
										<li>Alt + Up Arrow: Decrease row height</li>
										<li>Alt + Down Arrow: Increase row height</li>
									</ul>
									<p>This feature was added to meet WCAG 2.2 AA Success Criteria 2.5.7 (Dragging Movements),
									ensuring that all dragging operations have keyboard alternatives.</p>
									<p>The default value is 2.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="controltemplate" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> controlTemplate</h3>
								<div class="tsd-signature tsd-kind-icon">control<wbr>Template<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#controltemplate">controlTemplate</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the template used to instantiate <a href="wijmo_grid.flexgrid.html">FlexGrid</a> controls.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="defaulttypewidth" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> defaultTypeWidth</h3>
								<div class="tsd-signature tsd-kind-icon">default<wbr>Type<wbr>Width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#defaulttypewidth">defaultTypeWidth</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a reference to a static object that defines the default width for
										auto-generated grid columns based on their types.</p>
									</div>
									<p>The object keys are <a href="../enums/wijmo.datatype.html">DataType</a> values. The object values are either
										numbers (widths in pixels) or star-size strings (multiples of the default
									width defined by the columns defaultSize property).</p>
									<p>For example:</p>
									<pre><code class="language-typescript"><span class="hljs-keyword">import</span> { FlexGrid } <span class="hljs-keyword">from</span> <span class="hljs-string">'@mescius/wijmo.grid'</span>;
<span class="hljs-keyword">import</span> { DataType } <span class="hljs-keyword">from</span> <span class="hljs-string">'@mescius/wijmo'</span>;

<span class="hljs-comment">// make boolean columns on all grids 100px wide by default</span>
FlexGrid.defaultTypeWidth[DataType.Boolean] = <span class="hljs-number">100</span>;

<span class="hljs-comment">// make numeric columns on all grids 75% as wide as the columns defaultSize</span>
FlexGrid.defaultTypeWidth[DataType.Number] = <span class="hljs-string">'0.75*'</span>;</code></pre>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Methods</h2>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="adjustfrozenrowcolsize" class="tsd-anchor"></a>
								<h3>adjustFrozenRowColSize</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">adjust<wbr>Frozen<wbr>Row<wbr>Col<wbr>Size<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, type<span class="tsd-signature-symbol">: </span><a href="../enums/wijmo_grid.frozenrowcol.html" class="tsd-signature-type">FrozenRowCol</a>, delta<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#adjustfrozenrowcolsize">adjustFrozenRowColSize</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Adjusts the size of a column/row ensuring the total size of frozen elements does not exceed the grid size.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>index: <span class="tsd-signature-type">number</span></h5>
											</li>
											<li>
												<h5>type: <a href="../enums/wijmo_grid.frozenrowcol.html" class="tsd-signature-type">FrozenRowCol</a></h5>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> delta: <span class="tsd-signature-type">number</span></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="applytemplate" class="tsd-anchor"></a>
								<h3>applyTemplate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">apply<wbr>Template<span class="tsd-signature-symbol">(</span>classNames<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, template<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, parts<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span>, namePart<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HTMLElement</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#applytemplate">applyTemplate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Applies the template to a new instance of a control, and returns the root element.</p>
											</div>
											<p>This method should be called by constructors of templated controls. Therefore,
												this method is not available.
												It is responsible for binding the template parts to the corresponding control
											members.</p>
											<p>For example, the code below applies a template to an instance of an
												<a href="wijmo_input.inputnumber.html">InputNumber</a> control. The template must contain elements with the
												'wj-part' attribute set to 'input', 'btn-inc', and 'btn-dec'.
												The control members '_tbx', '_btnUp', and '_btnDn' will be assigned
											references to these elements.</p>
											<pre><code class="language-typescript"><span class="hljs-keyword">this</span>.applyTemplate(<span class="hljs-string">'wj-control wj-inputnumber'</span>, templateString, {
  _tbx: <span class="hljs-string">'input'</span>,
  _btnUp: <span class="hljs-string">'btn-inc'</span>,
  _btnDn: <span class="hljs-string">'btn-dec'</span>
}, <span class="hljs-string">'input'</span>);</code></pre>
											<p>@param classNames Names of classes to add to the control's host element.
												@param template An HTML string that defines the control template.
												@param parts A dictionary of part variables and their names.
												@param namePart Name of the part to be named after the host element. This
											determines how the control submits data when used in forms.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>classNames: <span class="tsd-signature-type">string</span></h5>
											</li>
											<li>
												<h5>template: <span class="tsd-signature-type">string</span></h5>
											</li>
											<li>
												<h5>parts: <span class="tsd-signature-type">Object</span></h5>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> namePart: <span class="tsd-signature-type">string</span></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">HTMLElement</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="autosizecolumn" class="tsd-anchor"></a>
								<h3>autoSizeColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">auto<wbr>Size<wbr>Column<span class="tsd-signature-symbol">(</span>c<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, header<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, extra<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autosizecolumn">autoSizeColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Resizes a column to fit its content.</p>
											</div>
											<p>This method only works if the grid is visible. If its host element
												has not been added to the DOM, or if any of the grid's ancestor
												elements is hidden, the grid will not be able to measure the cells
											and therefore will not be able to auto-size the columns.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>c: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the column to resize.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> header: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether the column index refers to a regular or a header row.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> extra: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Extra spacing, in pixels.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="autosizecolumns" class="tsd-anchor"></a>
								<h3>autoSizeColumns</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">auto<wbr>Size<wbr>Columns<span class="tsd-signature-symbol">(</span>firstColumn<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, lastColumn<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, header<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, extra<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autosizecolumns">autoSizeColumns</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Resizes a range of columns to fit their content.</p>
											</div>
											<p>The grid will always measure all rows in the current view range, plus up
												to 2,000 rows not currently in view. If the grid contains a large amount
												of data (say 50,000 rows),  then not all rows will be measured since that
											could take a long time.</p>
											<p>This method only works if the grid is visible. If its host element has not
												been added to the DOM, or if any of the grid's ancestor elements is hidden,
												the grid will not be able to measure the cells and therefore will not be
											able to auto-size the columns.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> firstColumn: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the first column to resize (defaults to the first column).</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> lastColumn: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the last column to resize (defaults to the last column).</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> header: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether the column indices refer to regular or header columns.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> extra: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Extra spacing, in pixels.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="autosizerow" class="tsd-anchor"></a>
								<h3>autoSizeRow</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">auto<wbr>Size<wbr>Row<span class="tsd-signature-symbol">(</span>r<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, header<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, extra<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autosizerow">autoSizeRow</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Resizes a row to fit its content.</p>
											</div>
											<p>This method only works if the grid is visible. If its host element
												has not been added to the DOM, or if any of the grid's ancestor
												elements are hidden, the grid will not be able to measure the cells
											and therefore will not be able to auto-size the rows.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>r: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the row to resize.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> header: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>True to indicate the row index refers to a header row,
														false to indicate it refers to a regular data row, or null to indicate
													it refers to a footer row.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> extra: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Extra spacing, in pixels.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="autosizerows" class="tsd-anchor"></a>
								<h3>autoSizeRows</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">auto<wbr>Size<wbr>Rows<span class="tsd-signature-symbol">(</span>firstRow<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, lastRow<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, header<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, extra<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autosizerows">autoSizeRows</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Resizes a range of rows to fit their content.</p>
											</div>
											<p>This method only works if the grid is visible. If its host element
												has not been added to the DOM, or if any of the grid's ancestor
												elements is hidden, the grid will not be able to measure the cells
											and therefore will not be able to auto-size the rows.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> firstRow: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the first row to resize.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> lastRow: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the last row to resize.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> header: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether the row indices refer to regular or header rows.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> extra: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Extra spacing, in pixels.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="beginupdate" class="tsd-anchor"></a>
								<h3>beginUpdate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">begin<wbr>Update<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#beginupdate">beginUpdate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Suspends notifications until the next call to <a href="wijmo_angular2_grid.wjflexgrid.html#endupdate">endUpdate</a>.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="caneditcell" class="tsd-anchor"></a>
								<h3>canEditCell</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">can<wbr>Edit<wbr>Cell<span class="tsd-signature-symbol">(</span>r<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, c<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#caneditcell">canEditCell</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets a value that indicates whether a given cell can be edited.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>r: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the row that contains the cell.</p>
												</div>
											</li>
											<li>
												<h5>c: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the column that contains the cell.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="collapsegroupstolevel" class="tsd-anchor"></a>
								<h3>collapseGroupsToLevel</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">collapse<wbr>Groups<wbr>ToLevel<span class="tsd-signature-symbol">(</span>level<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#collapsegroupstolevel">collapseGroupsToLevel</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Collapses all the group rows to a given level.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>level: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Maximum group level to show.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="containsfocus" class="tsd-anchor"></a>
								<h3>containsFocus</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">contains<wbr>Focus<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#containsfocus">containsFocus</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Checks whether this control contains the focused element.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="created" class="tsd-anchor"></a>
								<h3>created</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">created<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>If you create a custom component inherited from a Wijmo component, you can override this
													method and perform necessary initializations that you usually do in a class constructor.
													This method is called in the last line of a Wijmo component constructor and allows you
													to not declare your custom component's constructor at all, thus preventing you from a necessity
												to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="deferupdate" class="tsd-anchor"></a>
								<h3>deferUpdate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">defer<wbr>Update<span class="tsd-signature-symbol">(</span>fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#deferupdate">deferUpdate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Executes a function within a <a href="wijmo_angular2_grid.wjflexgrid.html#beginupdate">beginUpdate</a>/<a href="wijmo_angular2_grid.wjflexgrid.html#endupdate">endUpdate</a> block.</p>
											</div>
											<p>The control will not be updated until the function has been executed.
												This method ensures <a href="wijmo_angular2_grid.wjflexgrid.html#endupdate">endUpdate</a> is called even if the function throws
											an exception.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>fn: <span class="tsd-signature-type">Function</span></h5>
												<div class="tsd-comment">
													<p>Function to be executed.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
								<a name="dispose" class="tsd-anchor"></a>
								<h3>dispose</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#dispose">dispose</a></p>
											<p>Overrides <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#dispose">dispose</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Disposes of the control by removing its association with the host element.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="endupdate" class="tsd-anchor"></a>
								<h3>endUpdate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">end<wbr>Update<span class="tsd-signature-symbol">(</span>shouldInvalidate<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#endupdate">endUpdate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Resumes notifications suspended by calls to <a href="wijmo_angular2_grid.wjflexgrid.html#beginupdate">beginUpdate</a>.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> shouldInvalidate: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>should invalidate the control. Default value for this parameter is true.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="finishediting" class="tsd-anchor"></a>
								<h3>finishEditing</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">finish<wbr>Editing<span class="tsd-signature-symbol">(</span>cancel<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#finishediting">finishEditing</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Commits any pending edits and exits edit mode.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> cancel: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether pending edits should be canceled or committed.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the edit operation finished successfully.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
								<a name="focus" class="tsd-anchor"></a>
								<h3>focus</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">focus<span class="tsd-signature-symbol">(</span>force<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#focus">focus</a></p>
											<p>Overrides <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#focus">focus</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Overridden to set the focus to the grid without scrolling the  whole grid
												into view.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> force: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to perform the focus operation even if the grid
													already contains the focus.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="getcellboundingrect" class="tsd-anchor"></a>
								<h3>getCellBoundingRect</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Cell<wbr>Bounding<wbr>Rect<span class="tsd-signature-symbol">(</span>r<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, c<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span>, raw<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo.rect.html" class="tsd-signature-type">Rect</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#getcellboundingrect">getCellBoundingRect</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets a the bounds of a cell element in viewport coordinates.</p>
											</div>
											<p>This method returns the bounds of cells in the <a href="wijmo_angular2_grid.wjflexgrid.html#cells">cells</a>
												panel (scrollable data cells). To get the bounds of cells
												in other panels, use the <a href="wijmo_angular2_grid.wjflexgrid.html#getcellboundingrect">getCellBoundingRect</a> method
											in the appropriate <a href="wijmo_grid.gridpanel.html">GridPanel</a> object.</p>
											<p>The returned value is a <a href="wijmo.rect.html">Rect</a> object which contains the
												position and dimensions of the cell in viewport coordinates.
												The viewport coordinates are the same used by the
												<a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect">getBoundingClientRect</a>
											method.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>r: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the row that contains the cell.</p>
												</div>
											</li>
											<li>
												<h5>c: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<p>Index, name, or binding of the column that contains the cell.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> raw: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to return the rectangle in raw panel coordinates
													as opposed to viewport coordinates.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo.rect.html" class="tsd-signature-type">Rect</a></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="getcelldata" class="tsd-anchor"></a>
								<h3>getCellData</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Cell<wbr>Data<span class="tsd-signature-symbol">(</span>r<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, c<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span>, formatted<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#getcelldata">getCellData</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the value stored in a cell in the scrollable area of the grid.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>r: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the row that contains the cell.</p>
												</div>
											</li>
											<li>
												<h5>c: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<p>Index, name, or binding of the column that contains the cell.</p>
												</div>
											</li>
											<li>
												<h5>formatted: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to format the value for display.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="getclipstring" class="tsd-anchor"></a>
								<h3>getClipString</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Clip<wbr>String<span class="tsd-signature-symbol">(</span>rng<span class="tsd-signature-symbol">?: </span><a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><a href="../enums/wijmo_grid.clipstringoptions.html" class="tsd-signature-type">ClipStringOptions</a>, colHeaders<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, rowHeaders<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#getclipstring">getClipString</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the content of a <a href="wijmo_grid.cellrange.html">CellRange</a> as a string suitable for
													copying to the clipboard or exporting to CSV (comma-separated values)
												files.</p>
											</div>
											<p>Hidden rows and columns are not included in the clip string.</p>
											<p>Invalid (with negative indexes) row or column ranges can be specified in CellRange,
												which indicates that data rows or columns are not included in the result.
												In conjunction with <strong>colHeaders</strong> or <strong>rowHeaders</strong> parameters set to true, this makes
											it possible to export colum or row headers only, without the corresponding data cells.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> rng: <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrange.html">CellRange</a> to copy. If omitted, the current selection is used.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><a href="../enums/wijmo_grid.clipstringoptions.html" class="tsd-signature-type">ClipStringOptions</a></h5>
												<div class="tsd-comment">
													<p>A boolean value that specifies the clip string should be a CSV string
													or a <a href="../enums/wijmo_grid.clipstringoptions.html">ClipStringOptions</a> value that specifies options for the clip string.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> colHeaders: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to include the column headers.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> rowHeaders: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to include the row headers.</p>
													<p>To export the current selection, set the <strong>rng</strong> parameter to null.
														This will include not only the primary selection but also extended
														selections such as selected rows (in <a href="../enums/wijmo_grid.selectionmode.html#listbox">SelectionMode.ListBox</a> mode)
													and multiple selected ranges (in <a href="../enums/wijmo_grid.selectionmode.html#multirange">SelectionMode.MultiRange</a> mode).</p>
													<p>Note that multiple selected ranges are included only if all selected ranges
													refer to the same column range or row range.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="getcolumn" class="tsd-anchor"></a>
								<h3>getColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Column<span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span>, header<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_grid.column.html" class="tsd-signature-type">Column</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#getcolumn">getColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets a column by name or by binding.</p>
											</div>
											<p>The method searches the column by name. If a column with the given name
											is not found, it searches by binding. The searches are case-sensitive.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>name: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>The column name, binding, or index.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> header: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to include column groups in search.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_grid.column.html" class="tsd-signature-type">Column</a></h4>
										<p>The column with the specified name or binding, or null if not found.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="getcolumngroups" class="tsd-anchor"></a>
								<h3>getColumnGroups</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Column<wbr>Groups<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_grid.columngroupcollection.html" class="tsd-signature-type">ColumnGroupCollection</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#getcolumngroups">getColumnGroups</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Get the collection of column groups.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_grid.columngroupcollection.html" class="tsd-signature-type">ColumnGroupCollection</a></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="getmergedrange" class="tsd-anchor"></a>
								<h3>getMergedRange</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Merged<wbr>Range<span class="tsd-signature-symbol">(</span>p<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a>, r<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, c<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, clip<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#getmergedrange">getMergedRange</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets a <a href="wijmo_grid.cellrange.html">CellRange</a> that specifies the merged extent of a cell
												in a <a href="wijmo_grid.gridpanel.html">GridPanel</a>.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>p: <a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a></h5>
												<div class="tsd-comment">
													<p>The <a href="wijmo_grid.gridpanel.html">GridPanel</a> that contains the range.</p>
												</div>
											</li>
											<li>
												<h5>r: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the row that contains the cell.</p>
												</div>
											</li>
											<li>
												<h5>c: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the column that contains the cell.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> clip: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to clip the merged range to the grid's current view range.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a></h4>
										<p>A <a href="wijmo_grid.cellrange.html">CellRange</a> that specifies the merged range, or null if the cell is not merged.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="getselectedstate" class="tsd-anchor"></a>
								<h3>getSelectedState</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Selected<wbr>State<span class="tsd-signature-symbol">(</span>r<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, c<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/wijmo_grid.selectedstate.html" class="tsd-signature-type">SelectedState</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#getselectedstate">getSelectedState</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets a <a href="../enums/wijmo_grid.selectedstate.html">SelectedState</a> value that indicates the selected state of a cell.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>r: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Row index of the cell to inspect.</p>
												</div>
											</li>
											<li>
												<h5>c: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Column index of the cell to inspect.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="../enums/wijmo_grid.selectedstate.html" class="tsd-signature-type">SelectedState</a></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="gettemplate" class="tsd-anchor"></a>
								<h3>getTemplate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Template<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#gettemplate">getTemplate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the HTML template used to create instances of the control.</p>
											</div>
											<p>This method traverses up the class hierarchy to find the nearest
												ancestor that specifies a control template. For example, if you
												specify a prototype for the <a href="wijmo_input.combobox.html">ComboBox</a> control, which does
												not specify a template, it will override the template defined
												by the <a href="wijmo_input.dropdown.html">DropDown</a> base class (the nearest ancestor that does
											specify a template).</p>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="hasownproperty" class="tsd-anchor"></a>
								<h3>hasOwnProperty</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">has<wbr>Own<wbr>Property<span class="tsd-signature-symbol">(</span>v<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PropertyKey</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.hasOwnProperty</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Determines whether an object has a property with the specified name.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>v: <span class="tsd-signature-type">PropertyKey</span></h5>
												<div class="tsd-comment">
													<p>A property name.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="hittest" class="tsd-anchor"></a>
								<h3>hitTest</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">hit<wbr>Test<span class="tsd-signature-symbol">(</span>pt<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><a href="wijmo.point.html" class="tsd-signature-type">Point</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">MouseEvent</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLElement</span>, y<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_grid.hittestinfo.html" class="tsd-signature-type">HitTestInfo</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#hittest">hitTest</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets a <a href="wijmo_grid.hittestinfo.html">wijmo.grid.HitTestInfo</a> object with information about a given point.</p>
											</div>
											<p>For example:</p>
											<pre><code class="language-typescript"><span class="hljs-comment">// hit test a point when the user clicks on the grid</span>
flex.hostElement.addEventListener(<span class="hljs-string">'click'</span>, <span class="hljs-function">(<span class="hljs-params">e</span>) =&gt;</span> {
  <span class="hljs-keyword">let</span> ht = flex.hitTest(e.pageX, e.pageY);
  <span class="hljs-built_in">console</span>.log(<span class="hljs-string">'you clicked a cell of type "'</span> +
    wijmo.grid.CellType[ht.cellType] + <span class="hljs-string">'".'</span>);
});</code></pre>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>pt: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><a href="wijmo.point.html" class="tsd-signature-type">Point</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">MouseEvent</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLElement</span></h5>
												<div class="tsd-comment">
													<p><a href="wijmo.point.html">Point</a> to investigate, in page coordinates, or a MouseEvent object, or x coordinate of the point.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> y: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Y coordinate of the point in page coordinates (if the first parameter is a number).</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_grid.hittestinfo.html" class="tsd-signature-type">HitTestInfo</a></h4>
										<p>A <a href="wijmo_grid.hittestinfo.html">wijmo.grid.HitTestInfo</a> object with information about the point.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="initialize" class="tsd-anchor"></a>
								<h3>initialize</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">initialize<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#initialize">initialize</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Initializes the control by copying the properties from a given object.</p>
											</div>
											<p>This method allows you to initialize controls using plain data objects
											instead of setting the value of each property in code.</p>
											<p>For example:</p>
											<pre><code class="language-typescript">grid.initialize({
  itemsSource: myList,
  autoGenerateColumns: <span class="hljs-literal">false</span>,
  columns: [
    { binding: <span class="hljs-string">'id'</span>, header: <span class="hljs-string">'Code'</span>, width: <span class="hljs-number">130</span> },
    { binding: <span class="hljs-string">'name'</span>, header: <span class="hljs-string">'Name'</span>, width: <span class="hljs-number">60</span> }
  ]
});

<span class="hljs-comment">// is equivalent to</span>
grid.itemsSource = myList;
grid.autoGenerateColumns = <span class="hljs-literal">false</span>;
<span class="hljs-comment">// etc.</span></code></pre>
											<p>The initialization data is type-checked as it is applied. If the
												initialization object contains unknown property names or invalid
											data types, this method will throw.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>options: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>Object that contains the initialization data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="invalidate" class="tsd-anchor"></a>
								<h3>invalidate</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">invalidate<span class="tsd-signature-symbol">(</span>fullUpdate<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#invalidate">invalidate</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Invalidates the control causing an asynchronous refresh.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> fullUpdate: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to update the control layout as well as the content.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="isprototypeof" class="tsd-anchor"></a>
								<h3>isPrototypeOf</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">is<wbr>Prototype<wbr>Of<span class="tsd-signature-symbol">(</span>v<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.isPrototypeOf</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Determines whether an object exists in another object's prototype chain.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>v: <span class="tsd-signature-type">Object</span></h5>
												<div class="tsd-comment">
													<p>Another object whose prototype chain is to be checked.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="israngevalid" class="tsd-anchor"></a>
								<h3>isRangeValid</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">is<wbr>Range<wbr>Valid<span class="tsd-signature-symbol">(</span>rng<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#israngevalid">isRangeValid</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Checks whether a given CellRange is valid for this grid's row and column collections.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>rng: <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a></h5>
												<div class="tsd-comment">
													<p>Range to check.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onautosizedcolumn" class="tsd-anchor"></a>
								<h3>onAutoSizedColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Auto<wbr>Sized<wbr>Column<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onautosizedcolumn">onAutoSizedColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#autosizedcolumn">autoSizedColumn</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onautosizedrow" class="tsd-anchor"></a>
								<h3>onAutoSizedRow</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Auto<wbr>Sized<wbr>Row<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onautosizedrow">onAutoSizedRow</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#autosizedrow">autoSizedRow</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onautosizingcolumn" class="tsd-anchor"></a>
								<h3>onAutoSizingColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Auto<wbr>Sizing<wbr>Column<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onautosizingcolumn">onAutoSizingColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#autosizingcolumn">autoSizingColumn</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onautosizingrow" class="tsd-anchor"></a>
								<h3>onAutoSizingRow</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Auto<wbr>Sizing<wbr>Row<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onautosizingrow">onAutoSizingRow</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#autosizingrow">autoSizingRow</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onbeginningedit" class="tsd-anchor"></a>
								<h3>onBeginningEdit</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Beginning<wbr>Edit<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onbeginningedit">onBeginningEdit</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#beginningedit">beginningEdit</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="oncelleditended" class="tsd-anchor"></a>
								<h3>onCellEditEnded</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Cell<wbr>Edit<wbr>Ended<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#oncelleditended">onCellEditEnded</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#celleditended">cellEditEnded</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="oncolumngroupcollapsedchanged" class="tsd-anchor"></a>
								<h3>onColumnGroupCollapsedChanged</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Column<wbr>Group<wbr>Collapsed<wbr>Changed<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#oncolumngroupcollapsedchanged">onColumnGroupCollapsedChanged</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#columngroupcollapsedchanged">columnGroupCollapsedChanged</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="oncolumngroupcollapsedchanging" class="tsd-anchor"></a>
								<h3>onColumnGroupCollapsedChanging</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Column<wbr>Group<wbr>Collapsed<wbr>Changing<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#oncolumngroupcollapsedchanging">onColumnGroupCollapsedChanging</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#columngroupcollapsedchanging">columnGroupCollapsedChanging</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="oncopied" class="tsd-anchor"></a>
								<h3>onCopied</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Copied<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#oncopied">onCopied</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#copied">copied</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="oncopying" class="tsd-anchor"></a>
								<h3>onCopying</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Copying<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#oncopying">onCopying</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#copying">copying</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ondeletedrow" class="tsd-anchor"></a>
								<h3>onDeletedRow</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Deleted<wbr>Row<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ondeletedrow">onDeletedRow</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#deletedrow">deletedRow</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ondeletingrow" class="tsd-anchor"></a>
								<h3>onDeletingRow</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Deleting<wbr>Row<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ondeletingrow">onDeletingRow</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#deletingrow">deletingRow</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ondraggedcolumn" class="tsd-anchor"></a>
								<h3>onDraggedColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Dragged<wbr>Column<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ondraggedcolumn">onDraggedColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#draggedcolumn">draggedColumn</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ondraggedrow" class="tsd-anchor"></a>
								<h3>onDraggedRow</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Dragged<wbr>Row<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ondraggedrow">onDraggedRow</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#draggedrow">draggedRow</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ondraggingcolumn" class="tsd-anchor"></a>
								<h3>onDraggingColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Dragging<wbr>Column<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ondraggingcolumn">onDraggingColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#draggingcolumn">draggingColumn</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ondraggingcolumnover" class="tsd-anchor"></a>
								<h3>onDraggingColumnOver</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Dragging<wbr>Column<wbr>Over<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ondraggingcolumnover">onDraggingColumnOver</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#draggingcolumnover">draggingColumnOver</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ondraggingrow" class="tsd-anchor"></a>
								<h3>onDraggingRow</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Dragging<wbr>Row<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ondraggingrow">onDraggingRow</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#draggingrow">draggingRow</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ondraggingrowover" class="tsd-anchor"></a>
								<h3>onDraggingRowOver</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Dragging<wbr>Row<wbr>Over<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ondraggingrowover">onDraggingRowOver</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#draggingrowover">draggingRowOver</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onformatitem" class="tsd-anchor"></a>
								<h3>onFormatItem</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Format<wbr>Item<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.formatitemeventargs.html" class="tsd-signature-type">FormatItemEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onformatitem">onFormatItem</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#formatitem">formatItem</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.formatitemeventargs.html" class="tsd-signature-type">FormatItemEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_input.formatitemeventargs.html">FormatItemEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ongettingcellclipstring" class="tsd-anchor"></a>
								<h3>onGettingCellClipString</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Getting<wbr>Cell<wbr>Clip<wbr>String<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ongettingcellclipstring">onGettingCellClipString</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#gettingcellclipstring">gettingCellClipString</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ongotfocus" class="tsd-anchor"></a>
								<h3>onGotFocus</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Got<wbr>Focus<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#ongotfocus">onGotFocus</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#gotfocus">gotFocus</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ongroupcollapsedchanged" class="tsd-anchor"></a>
								<h3>onGroupCollapsedChanged</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Group<wbr>Collapsed<wbr>Changed<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ongroupcollapsedchanged">onGroupCollapsedChanged</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#groupcollapsedchanged">groupCollapsedChanged</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="ongroupcollapsedchanging" class="tsd-anchor"></a>
								<h3>onGroupCollapsedChanging</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Group<wbr>Collapsed<wbr>Changing<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#ongroupcollapsedchanging">onGroupCollapsedChanging</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#groupcollapsedchanging">groupCollapsedChanging</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="oninvalidinput" class="tsd-anchor"></a>
								<h3>onInvalidInput</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Invalid<wbr>Input<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#oninvalidinput">onInvalidInput</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#invalidinput">invalidInput</a> event.</p>
											</div>
											<p>If the event handler cancels the event, the control will keep
											the invalid input and the focus.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onitemssourcechanged" class="tsd-anchor"></a>
								<h3>onItemsSourceChanged</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Items<wbr>Source<wbr>Changed<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onitemssourcechanged">onItemsSourceChanged</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#itemssourcechanged">itemsSourceChanged</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onitemssourcechanging" class="tsd-anchor"></a>
								<h3>onItemsSourceChanging</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Items<wbr>Source<wbr>Changing<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onitemssourcechanging">onItemsSourceChanging</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#itemssourcechanging">itemsSourceChanging</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo.canceleventargs.html">CancelEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onloadedrows" class="tsd-anchor"></a>
								<h3>onLoadedRows</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Loaded<wbr>Rows<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onloadedrows">onLoadedRows</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#loadedrows">loadedRows</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onloadingrows" class="tsd-anchor"></a>
								<h3>onLoadingRows</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Loading<wbr>Rows<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onloadingrows">onLoadingRows</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#loadingrows">loadingRows</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo.canceleventargs.html">CancelEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onlostfocus" class="tsd-anchor"></a>
								<h3>onLostFocus</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Lost<wbr>Focus<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#onlostfocus">onLostFocus</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#lostfocus">lostFocus</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onpasted" class="tsd-anchor"></a>
								<h3>onPasted</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Pasted<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onpasted">onPasted</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#pasted">pasted</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onpastedcell" class="tsd-anchor"></a>
								<h3>onPastedCell</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Pasted<wbr>Cell<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onpastedcell">onPastedCell</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#pastedcell">pastedCell</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onpasting" class="tsd-anchor"></a>
								<h3>onPasting</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Pasting<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onpasting">onPasting</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#pasting">pasting</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onpastingcell" class="tsd-anchor"></a>
								<h3>onPastingCell</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Pasting<wbr>Cell<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onpastingcell">onPastingCell</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#pastingcell">pastingCell</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onpinnedcolumn" class="tsd-anchor"></a>
								<h3>onPinnedColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Pinned<wbr>Column<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onpinnedcolumn">onPinnedColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#pinnedcolumn">pinnedColumn</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onpinningcolumn" class="tsd-anchor"></a>
								<h3>onPinningColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Pinning<wbr>Column<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onpinningcolumn">onPinningColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#pinningcolumn">pinningColumn</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onpreparecellforedit" class="tsd-anchor"></a>
								<h3>onPrepareCellForEdit</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Prepare<wbr>Cell<wbr>For<wbr>Edit<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onpreparecellforedit">onPrepareCellForEdit</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#preparecellforedit">prepareCellForEdit</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onrefreshed" class="tsd-anchor"></a>
								<h3>onRefreshed</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Refreshed<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#onrefreshed">onRefreshed</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#refreshed">refreshed</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onrefreshing" class="tsd-anchor"></a>
								<h3>onRefreshing</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Refreshing<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#onrefreshing">onRefreshing</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#refreshing">refreshing</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onresizedcolumn" class="tsd-anchor"></a>
								<h3>onResizedColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Resized<wbr>Column<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onresizedcolumn">onResizedColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#resizedcolumn">resizedColumn</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onresizedrow" class="tsd-anchor"></a>
								<h3>onResizedRow</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Resized<wbr>Row<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onresizedrow">onResizedRow</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#resizedrow">resizedRow</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onresizingcolumn" class="tsd-anchor"></a>
								<h3>onResizingColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Resizing<wbr>Column<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onresizingcolumn">onResizingColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#resizingcolumn">resizingColumn</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onresizingrow" class="tsd-anchor"></a>
								<h3>onResizingRow</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Resizing<wbr>Row<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onresizingrow">onResizingRow</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#resizingrow">resizingRow</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onrowadded" class="tsd-anchor"></a>
								<h3>onRowAdded</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Row<wbr>Added<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onrowadded">onRowAdded</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#rowadded">rowAdded</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled and the new row should be kept.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onroweditended" class="tsd-anchor"></a>
								<h3>onRowEditEnded</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Row<wbr>Edit<wbr>Ended<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onroweditended">onRowEditEnded</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#roweditended">rowEditEnded</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onroweditending" class="tsd-anchor"></a>
								<h3>onRowEditEnding</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Row<wbr>Edit<wbr>Ending<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onroweditending">onRowEditEnding</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#roweditending">rowEditEnding</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onroweditstarted" class="tsd-anchor"></a>
								<h3>onRowEditStarted</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Row<wbr>Edit<wbr>Started<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onroweditstarted">onRowEditStarted</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#roweditstarted">rowEditStarted</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onroweditstarting" class="tsd-anchor"></a>
								<h3>onRowEditStarting</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Row<wbr>Edit<wbr>Starting<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onroweditstarting">onRowEditStarting</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#roweditstarting">rowEditStarting</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onscrollpositionchanged" class="tsd-anchor"></a>
								<h3>onScrollPositionChanged</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Scroll<wbr>Position<wbr>Changed<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onscrollpositionchanged">onScrollPositionChanged</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#scrollpositionchanged">scrollPositionChanged</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onselectionchanged" class="tsd-anchor"></a>
								<h3>onSelectionChanged</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Selection<wbr>Changed<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onselectionchanged">onSelectionChanged</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#selectionchanged">selectionChanged</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onselectionchanging" class="tsd-anchor"></a>
								<h3>onSelectionChanging</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Selection<wbr>Changing<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onselectionchanging">onSelectionChanging</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#selectionchanging">selectionChanging</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onsortedcolumn" class="tsd-anchor"></a>
								<h3>onSortedColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Sorted<wbr>Column<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onsortedcolumn">onSortedColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#sortedcolumn">sortedColumn</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onsortingcolumn" class="tsd-anchor"></a>
								<h3>onSortingColumn</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Sorting<wbr>Column<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onsortingcolumn">onSortingColumn</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#sortingcolumn">sortingColumn</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrangeeventargs.html">CellRangeEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onstarsizedcolumns" class="tsd-anchor"></a>
								<h3>onStarSizedColumns</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Star<wbr>Sized<wbr>Columns<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onstarsizedcolumns">onStarSizedColumns</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#starsizedcolumns">starSizedColumns</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onupdatedlayout" class="tsd-anchor"></a>
								<h3>onUpdatedLayout</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Updated<wbr>Layout<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onupdatedlayout">onUpdatedLayout</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#updatedlayout">updatedLayout</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onupdatedview" class="tsd-anchor"></a>
								<h3>onUpdatedView</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Updated<wbr>View<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onupdatedview">onUpdatedView</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#updatedview">updatedView</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></h5>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onupdatinglayout" class="tsd-anchor"></a>
								<h3>onUpdatingLayout</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Updating<wbr>Layout<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onupdatinglayout">onUpdatingLayout</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#updatinglayout">updatingLayout</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo.canceleventargs.html">CancelEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="onupdatingview" class="tsd-anchor"></a>
								<h3>onUpdatingView</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">on<wbr>Updating<wbr>View<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#onupdatingview">onUpdatingView</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Raises the <a href="wijmo_angular2_grid.wjflexgrid.html#updatingview">updatingView</a> event.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo.canceleventargs.html">CancelEventArgs</a> that contains the event data.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the event was not canceled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="propertyisenumerable" class="tsd-anchor"></a>
								<h3>propertyIsEnumerable</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">property<wbr>IsEnumerable<span class="tsd-signature-symbol">(</span>v<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PropertyKey</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.propertyIsEnumerable</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Determines whether a specified property is enumerable.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>v: <span class="tsd-signature-type">PropertyKey</span></h5>
												<div class="tsd-comment">
													<p>A property name.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
								<a name="refresh" class="tsd-anchor"></a>
								<h3>refresh</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">refresh<span class="tsd-signature-symbol">(</span>fullUpdate<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#refresh">refresh</a></p>
											<p>Overrides <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#refresh">refresh</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Refreshes the grid display.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> fullUpdate: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to update the grid layout and content, or just the content.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="refreshcells" class="tsd-anchor"></a>
								<h3>refreshCells</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">refresh<wbr>Cells<span class="tsd-signature-symbol">(</span>fullUpdate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span>, recycle<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, state<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#refreshcells">refreshCells</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Refreshes the grid display.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>fullUpdate: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to update the grid layout and content, or just the content.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> recycle: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to recycle existing elements.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> state: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to keep existing elements and update their state.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="refreshrange" class="tsd-anchor"></a>
								<h3>refreshRange</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">refresh<wbr>Range<span class="tsd-signature-symbol">(</span>rng<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a>, panel<span class="tsd-signature-symbol">?: </span><a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#refreshrange">refreshRange</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Refreshes the cells in a range, updating their content and styles.</p>
											</div>
											<p>Unlike the <a href="wijmo_angular2_grid.wjflexgrid.html#refreshcells">refreshCells</a> method, which updates all the cells,
												<a href="wijmo_angular2_grid.wjflexgrid.html#refreshrange">refreshRange</a> allows you to specify which cells should be
											refreshed, which in some cases can improve performance.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>rng: <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrange.html">CellRange</a> to be refreshed.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> panel: <a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.gridpanel.html">GridPanel</a>  to which the range to be refreshed belongs (defaults to the cellPanel).</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="removeeventlistener" class="tsd-anchor"></a>
								<h3>removeEventListener</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">remove<wbr>Event<wbr>Listener<span class="tsd-signature-symbol">(</span>target<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">EventTarget</span>, type<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, fn<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span>, capture<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#removeeventlistener">removeEventListener</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Removes one or more event listeners attached to elements owned by this <a href="wijmo.control.html">Control</a>.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> target: <span class="tsd-signature-type">EventTarget</span></h5>
												<div class="tsd-comment">
													<p>Target element for the event. If null, removes listeners attached to all targets.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> type: <span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<p>String that specifies the event. If null, removes listeners attached to all events.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> fn: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>Handler to remove. If null, removes all handlers.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> capture: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether the listener is capturing. If null, removes capturing and non-capturing listeners.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
										<p>The number of listeners removed.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="scrollintoview" class="tsd-anchor"></a>
								<h3>scrollIntoView</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">scroll<wbr>Into<wbr>View<span class="tsd-signature-symbol">(</span>r<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, c<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span>, refresh<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#scrollintoview">scrollIntoView</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Scrolls the grid to bring a specific cell into view.</p>
											</div>
											<p>Negative row and column indices are ignored, so if you call</p>
											<pre><code class="language-typescript">grid.scrollIntoView(<span class="hljs-number">200</span>, <span class="hljs-number">-1</span>);</code></pre>
											<p>The grid will scroll vertically to show row 200, and will not
											scroll horizontally.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>r: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the row to scroll into view.</p>
												</div>
											</li>
											<li>
												<h5>c: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<p>Index, name, or binding of the column to scroll into view.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> refresh: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Optional parameter that determines whether the grid
													should refresh to show the new scroll position immediately.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the grid scrolled.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="select" class="tsd-anchor"></a>
								<h3>select</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">select<span class="tsd-signature-symbol">(</span>rng<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span>, show<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span>, panel<span class="tsd-signature-symbol">?: </span><a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#select">select</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Selects a cell range and optionally scrolls it into view.</p>
											</div>
											<p>The <a href="wijmo_angular2_grid.wjflexgrid.html#select">select</a> method can be called by passing a <a href="wijmo_grid.cellrange.html">CellRange</a> and
												an optional boolean parameter that indicates whether the new selection
											should be scrolled into view. For example:</p>
											<pre><code class="language-typescript"><span class="hljs-comment">// select cell 1,1 and scroll it into view</span>
grid.select(<span class="hljs-keyword">new</span> CellRange(<span class="hljs-number">1</span>, <span class="hljs-number">1</span>), <span class="hljs-literal">true</span>);

<span class="hljs-comment">// select range (1,1)-(2,4) and do not scroll it into view</span>
grid.select(<span class="hljs-keyword">new</span> CellRange(<span class="hljs-number">1</span>, <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">4</span>), <span class="hljs-literal">false</span>);</code></pre>
											<p>You can also call the <a href="wijmo_angular2_grid.wjflexgrid.html#select">select</a> method passing the index or the
												row and column you want to select. In this case, the new selection
											always scrolls into view. For example:</p>
											<pre><code class="language-typescript"><span class="hljs-comment">// select cell 1,1 and scroll it into view</span>
grid.select(<span class="hljs-number">1</span>, <span class="hljs-number">1</span>);</code></pre>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>rng: <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Range to select (or index of the row to select).</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> show: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<p>Whether to scroll the new selection into view
													(or index, name, or binding of the column to select).</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> panel: <a href="wijmo_grid.gridpanel.html" class="tsd-signature-type">GridPanel</a></h5>
												<div class="tsd-comment">
													<p>The GridPanel to the selected range belongs <a href="wijmo_grid.gridpanel.html">GridPanel</a></p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the new selection was applied.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="selectall" class="tsd-anchor"></a>
								<h3>selectAll</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">select<wbr>All<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#selectall">selectAll</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Selects all the cells on the grid.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="setcelldata" class="tsd-anchor"></a>
								<h3>setCellData</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">set<wbr>Cell<wbr>Data<span class="tsd-signature-symbol">(</span>r<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, c<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, coerce<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, invalidate<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#setcelldata">setCellData</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Sets the value of a cell in the scrollable area of the grid.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>r: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index of the row that contains the cell.</p>
												</div>
											</li>
											<li>
												<h5>c: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>Index, name, or binding of the column that contains the cell.</p>
												</div>
											</li>
											<li>
												<h5>value: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>Value to store in the cell.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> coerce: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to change the value automatically to match the column's data type.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> invalidate: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Whether to invalidate the grid to show the change.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the value was stored successfully, false otherwise.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="setclipstring" class="tsd-anchor"></a>
								<h3>setClipString</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">set<wbr>Clip<wbr>String<span class="tsd-signature-symbol">(</span>text<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, rng<span class="tsd-signature-symbol">?: </span><a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#setclipstring">setClipString</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Parses a string into rows and columns and applies the content to a given range.</p>
											</div>
											<p>Hidden rows and columns are skipped.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>text: <span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<p>Tab and newline delimited text to parse into the grid.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> rng: <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a></h5>
												<div class="tsd-comment">
													<p><a href="wijmo_grid.cellrange.html">CellRange</a> to copy. If omitted, the current selection is used.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="tolocalestring" class="tsd-anchor"></a>
								<h3>toLocaleString</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">to<wbr>Locale<wbr>String<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.toLocaleString</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Returns a date converted to a string using the current locale.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="tostring" class="tsd-anchor"></a>
								<h3>toString</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">to<wbr>String<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.toString</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Returns a string representation of an object.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="toggledropdownlist" class="tsd-anchor"></a>
								<h3>toggleDropDownList</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">toggle<wbr>Drop<wbr>Down<wbr>List<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#toggledropdownlist">toggleDropDownList</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Toggles the visibility of the drop-down list box associated with
												the currently selected cell.</p>
											</div>
											<p>The drop-down list is created automatically based on the column's
											<a href="wijmo_grid.column.html#datamap">Column.dataMap</a> property.</p>
											<p>This method can be used to show the drop-down list automatically
												when the cell enters edit mode, or when the user presses certain
											keys.</p>
											<p>For example, this code causes the grid to show the drop-down list
											whenever the grid enters edit mode:</p>
											<pre><code class="language-typescript"><span class="hljs-comment">// show the drop-down list when the grid enters edit mode</span>
theGrid.beginningEdit.addHandler(<span class="hljs-function"><span class="hljs-params">()</span> =&gt;</span> {
  theGrid.toggleDropDownList();
});</code></pre>
											<p>This code causes the grid to show the drop-down list when the grid
											enters edit mode after the user presses the space bar:</p>
											<pre><code class="language-typescript"><span class="hljs-comment">// show the drop-down list when the user presses the space bar</span>
theGrid.hostElement.addEventListener(<span class="hljs-string">'keydown'</span>, <span class="hljs-function">(<span class="hljs-params">e</span>) =&gt;</span> {
  <span class="hljs-keyword">if</span> (e.keyCode == <span class="hljs-number">32</span>) {
    e.preventDefault();
    theGrid.toggleDropDownList();
  }
}, <span class="hljs-literal">true</span>);</code></pre>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="valueof" class="tsd-anchor"></a>
								<h3>valueOf</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">value<wbr>Of<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from Object.valueOf</p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Returns the primitive value of the specified object.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Object</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="disposeall" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> disposeAll</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
									<li class="tsd-signature tsd-kind-icon">dispose<wbr>All<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#disposeall">disposeAll</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Disposes of all Wijmo controls contained in an HTML element.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <span class="tsd-signature-type">HTMLElement</span></h5>
												<div class="tsd-comment">
													<p>Container element.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="getcontrol" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> getControl</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
									<li class="tsd-signature tsd-kind-icon">get<wbr>Control<span class="tsd-signature-symbol">(</span>element<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo.control.html" class="tsd-signature-type">Control</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#getcontrol">getControl</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the control that is hosted in a given DOM element.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>element: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>The DOM element that hosts the control, or a CSS selector for the host element (e.g. '#theCtrl').</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo.control.html" class="tsd-signature-type">Control</a></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="invalidateall" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> invalidateAll</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
									<li class="tsd-signature tsd-kind-icon">invalidate<wbr>All<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#invalidateall">invalidateAll</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Invalidates all Wijmo controls contained in an HTML element.</p>
											</div>
											<p>Use this method when your application has dynamic panels that change
												the control's visibility or dimensions. For example, splitters, accordions,
												and tab controls usually change the visibility of its content elements.
												In this case, failing to notify the controls contained in the element
											may cause them to stop working properly.</p>
											<p>If this happens, you must handle the appropriate event in the dynamic
												container and call the <a href="wijmo.control.html#invalidateall">Control.invalidateAll</a> method so the contained
											Wijmo controls will update their layout information properly.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <span class="tsd-signature-type">HTMLElement</span></h5>
												<div class="tsd-comment">
													<p>Container element. If set to null, all Wijmo controls
													on the page will be invalidated.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="refreshall" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> refreshAll</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
									<li class="tsd-signature tsd-kind-icon">refresh<wbr>All<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#refreshall">refreshAll</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Refreshes all Wijmo controls contained in an HTML element.</p>
											</div>
											<p>This method is similar to <a href="wijmo_angular2_grid.wjflexgrid.html#invalidateall">invalidateAll</a>, except the controls
											are updated immediately rather than after an interval.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> e: <span class="tsd-signature-type">HTMLElement</span></h5>
												<div class="tsd-comment">
													<p>Container element. If set to null, all Wijmo controls
													on the page will be invalidated.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Events</h2>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="autosizedcolumn" class="tsd-anchor"></a>
								<h3>autoSizedColumn</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Sized<wbr>Column<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autosizedcolumn">autoSizedColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the user auto-sizes a column by double-clicking the
										right edge of a column header cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="autosizedrow" class="tsd-anchor"></a>
								<h3>autoSizedRow</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Sized<wbr>Row<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autosizedrow">autoSizedRow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the user auto-sizes a row by double-clicking the
										bottom edge of a row header cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="autosizingcolumn" class="tsd-anchor"></a>
								<h3>autoSizingColumn</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Sizing<wbr>Column<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autosizingcolumn">autoSizingColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before the user auto-sizes a column by double-clicking the
										right edge of a column header cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="autosizingrow" class="tsd-anchor"></a>
								<h3>autoSizingRow</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Sizing<wbr>Row<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#autosizingrow">autoSizingRow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before the user auto-sizes a row by double-clicking the
										bottom edge of a row header cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="beginningedit" class="tsd-anchor"></a>
								<h3>beginningEdit</h3>
								<div class="tsd-signature tsd-kind-icon">beginning<wbr>Edit<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#beginningedit">beginningEdit</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before a cell enters edit mode.</p>
									</div>
									<p>The 'data' property of the handler parameters contains a reference
									to the DOM event that caused the grid to enter edit mode.</p>
									<p>The event handler may cancel the edit operation.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="celleditended" class="tsd-anchor"></a>
								<h3>cellEditEnded</h3>
								<div class="tsd-signature tsd-kind-icon">cell<wbr>Edit<wbr>Ended<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#celleditended">cellEditEnded</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when a cell edit has been committed or canceled.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="celleditending" class="tsd-anchor"></a>
								<h3>cellEditEnding</h3>
								<div class="tsd-signature tsd-kind-icon">cell<wbr>Edit<wbr>Ending<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.celleditendingeventargs.html" class="tsd-signature-type">CellEditEndingEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#celleditending">cellEditEnding</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when a cell edit is ending.</p>
									</div>
									<p>You can use this event to perform validation and prevent invalid edits.
										For example, the code below prevents users from entering values that
										do not contain the letter 'a'. The code demonstrates how you can obtain
									the old and new values before the edits are applied.</p>
									<pre><code class="language-typescript"><span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">cellEditEnding</span>(<span class="hljs-params">flex, e</span>) </span>{

  <span class="hljs-comment">// get old and new values</span>
  <span class="hljs-keyword">let</span> oldVal = e.previousData,
      newVal = flex.activeEditor.value;

  <span class="hljs-comment">// cancel edits if newVal doesn't contain 'a'</span>
  e.cancel = newVal.indexOf(<span class="hljs-string">'a'</span>) &lt; <span class="hljs-number">0</span>;
}</code></pre>
									<p>Setting the <a href="wijmo_grid.celleditendingeventargs.html#cancel">CellEditEndingEventArgs.cancel</a> parameter to
										true causes the grid to discard the edited value and keep the
									cell's original value.</p>
									<p>If you also set the <a href="wijmo_grid.celleditendingeventargs.html#stayineditmode">CellEditEndingEventArgs.stayInEditMode</a>
										parameter to true, the grid will remain in edit mode so the user
									can correct invalid entries before committing the edits.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="columngroupcollapsedchanged" class="tsd-anchor"></a>
								<h3>columnGroupCollapsedChanged</h3>
								<div class="tsd-signature tsd-kind-icon">column<wbr>Group<wbr>Collapsed<wbr>Changed<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#columngroupcollapsedchanged">columnGroupCollapsedChanged</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after a column group has been expanded or collapsed.</p>
									</div>
									<p>The 'data' property of the handler parameters contains a reference
									to the <a href="wijmo_grid.columngroup.html">ColumnGroup</a> that is about to change.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="columngroupcollapsedchanging" class="tsd-anchor"></a>
								<h3>columnGroupCollapsedChanging</h3>
								<div class="tsd-signature tsd-kind-icon">column<wbr>Group<wbr>Collapsed<wbr>Changing<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#columngroupcollapsedchanging">columnGroupCollapsedChanging</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when a column group is about to be expanded or collapsed.</p>
									</div>
									<p>The 'data' property of the handler parameters contains a reference
									to the <a href="wijmo_grid.columngroup.html">ColumnGroup</a> that is about to change.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="copied" class="tsd-anchor"></a>
								<h3>copied</h3>
								<div class="tsd-signature tsd-kind-icon">copied<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#copied">copied</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the user has copied the selection content to the
											clipboard by pressing one of the clipboard shortcut keys
										(see the <a href="wijmo_angular2_grid.wjflexgrid.html#autoclipboard">autoClipboard</a> property).</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="copying" class="tsd-anchor"></a>
								<h3>copying</h3>
								<div class="tsd-signature tsd-kind-icon">copying<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#copying">copying</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user is copying the selection content to the
											clipboard by pressing one of the clipboard shortcut keys
										(see the <a href="wijmo_angular2_grid.wjflexgrid.html#autoclipboard">autoClipboard</a> property).</p>
									</div>
									<p>The event handler may cancel the copy operation.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="deletedrow" class="tsd-anchor"></a>
								<h3>deletedRow</h3>
								<div class="tsd-signature tsd-kind-icon">deleted<wbr>Row<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#deletedrow">deletedRow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the user has deleted a row by pressing the Delete
										key (see the <a href="wijmo_angular2_grid.wjflexgrid.html#allowdelete">allowDelete</a> property).</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="deletingrow" class="tsd-anchor"></a>
								<h3>deletingRow</h3>
								<div class="tsd-signature tsd-kind-icon">deleting<wbr>Row<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#deletingrow">deletingRow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user is deleting a selected row by pressing the Delete
										key (see the <a href="wijmo_angular2_grid.wjflexgrid.html#allowdelete">allowDelete</a> property).</p>
									</div>
									<p>The event handler may cancel the row deletion.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="draggedcolumn" class="tsd-anchor"></a>
								<h3>draggedColumn</h3>
								<div class="tsd-signature tsd-kind-icon">dragged<wbr>Column<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#draggedcolumn">draggedColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user finishes dragging a column.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="draggedrow" class="tsd-anchor"></a>
								<h3>draggedRow</h3>
								<div class="tsd-signature tsd-kind-icon">dragged<wbr>Row<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#draggedrow">draggedRow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user finishes dragging a row.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="draggingcolumn" class="tsd-anchor"></a>
								<h3>draggingColumn</h3>
								<div class="tsd-signature tsd-kind-icon">dragging<wbr>Column<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#draggingcolumn">draggingColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user starts dragging a column.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="draggingcolumnover" class="tsd-anchor"></a>
								<h3>draggingColumnOver</h3>
								<div class="tsd-signature tsd-kind-icon">dragging<wbr>Column<wbr>Over<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#draggingcolumnover">draggingColumnOver</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs as the user drags a column to a new position.</p>
									</div>
									<p>The handler may cancel the event to prevent users from
									dropping columns at certain positions. For example:</p>
									<pre><code class="language-typescript"><span class="hljs-comment">// remember column being dragged</span>
flex.draggingColumn.addHandler(<span class="hljs-function">(<span class="hljs-params">s, e</span>) =&gt;</span> {
    theColumn = s.columns[e.col].binding;
});

<span class="hljs-comment">// prevent 'sales' column from being dragged to index 0</span>
s.draggingColumnOver.addHandler(<span class="hljs-function">(<span class="hljs-params">s, e</span>) =&gt;</span> {
    <span class="hljs-keyword">if</span> (theColumn == <span class="hljs-string">'sales'</span> &amp;&amp; e.col == <span class="hljs-number">0</span>) {
        e.cancel = <span class="hljs-literal">true</span>;
    }
});</code></pre>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="draggingrow" class="tsd-anchor"></a>
								<h3>draggingRow</h3>
								<div class="tsd-signature tsd-kind-icon">dragging<wbr>Row<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#draggingrow">draggingRow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user starts dragging a row.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="draggingrowover" class="tsd-anchor"></a>
								<h3>draggingRowOver</h3>
								<div class="tsd-signature tsd-kind-icon">dragging<wbr>Row<wbr>Over<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#draggingrowover">draggingRowOver</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs as the user drags a row to a new position.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="formatitem" class="tsd-anchor"></a>
								<h3>formatItem</h3>
								<div class="tsd-signature tsd-kind-icon">format<wbr>Item<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.formatitemeventargs.html" class="tsd-signature-type">FormatItemEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#formatitem">formatItem</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when an element representing a cell has been created.</p>
									</div>
									<p>This event can be used to format cells for display. It is similar
										in purpose to the <a href="wijmo_angular2_grid.wjflexgrid.html#itemformatter">itemFormatter</a> property, but has the advantage
									of allowing multiple independent handlers.</p>
									<p>For example, this code removes the 'wj-wrap' class from cells in
									group rows:</p>
									<pre><code class="language-typescript">flex.formatItem.addHandler(<span class="hljs-function">(<span class="hljs-params">flex, e</span>) =&gt;</span> {
  <span class="hljs-keyword">if</span> (flex.rows[e.row] <span class="hljs-keyword">instanceof</span> GroupRow) {
    wijmo.removeClass(e.cell, <span class="hljs-string">'wj-wrap'</span>);
  }
});</code></pre>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="gettingcellclipstring" class="tsd-anchor"></a>
								<h3>gettingCellClipString</h3>
								<div class="tsd-signature tsd-kind-icon">getting<wbr>Cell<wbr>Clip<wbr>String<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#gettingcellclipstring">gettingCellClipString</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user is getting the content of a <a href="wijmo_grid.cellrange.html">CellRange</a> as a string suitable for
										copying to the clipboard or exporting to CSV (comma-separated values) files.</p>
									</div>
									<p>This event provides an opportunity for the customer to perform data cleaning or escape dangerous characters
									in each cell based on specific business requirements.</p>
									<p>The 'data' attribute of the handler paramaters represents the cell data
										(The default is the string data after formatting, unless ClipStringOptions.Unformatted is used).
									If the user performs data processing on it, the processed data will take precedence.</p>
									<p>For example, the following code demonstrates how to handle formula injection issues:</p>
									<pre><code class="language-typescript">flex.gettingCellClipString.addHandler(<span class="hljs-function">(<span class="hljs-params">s, e</span>) =&gt;</span> {
  <span class="hljs-keyword">const</span> cellData = e.data;
  <span class="hljs-keyword">const</span> isFormula = [<span class="hljs-string">"="</span>, <span class="hljs-string">"+"</span>, <span class="hljs-string">"-"</span>, <span class="hljs-string">"@"</span>].some(<span class="hljs-function"><span class="hljs-params">char</span> =&gt;</span> cellData.indexOf(char) === <span class="hljs-number">0</span>);
  <span class="hljs-keyword">if</span> (isFormula) {
    e.data = <span class="hljs-string">`'<span class="hljs-subst">${cellData}</span>`</span>; <span class="hljs-comment">// prepend a single quote to escape the formula</span>
  }
});</code></pre>
									<p>Note: The 'e.cancel' attribute of the handler paramaters will be ignored.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="gotfocus" class="tsd-anchor"></a>
								<h3>gotFocus</h3>
								<div class="tsd-signature tsd-kind-icon">got<wbr>Focus<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo.control.html" class="tsd-signature-type">Control</a><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#gotfocus">gotFocus</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the control gets the focus.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="groupcollapsedchanged" class="tsd-anchor"></a>
								<h3>groupCollapsedChanged</h3>
								<div class="tsd-signature tsd-kind-icon">group<wbr>Collapsed<wbr>Changed<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#groupcollapsedchanged">groupCollapsedChanged</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after a group has been expanded or collapsed.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="groupcollapsedchanging" class="tsd-anchor"></a>
								<h3>groupCollapsedChanging</h3>
								<div class="tsd-signature tsd-kind-icon">group<wbr>Collapsed<wbr>Changing<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#groupcollapsedchanging">groupCollapsedChanging</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when a group is about to be expanded or collapsed.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="invalidinput" class="tsd-anchor"></a>
								<h3>invalidInput</h3>
								<div class="tsd-signature tsd-kind-icon">invalid<wbr>Input<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo.control.html" class="tsd-signature-type">Control</a><span class="tsd-signature-symbol">, </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#invalidinput">invalidInput</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when invalid input is detected.</p>
									</div>
									<p>Invalid input may occur when the user types or pastes a value that
										cannot be converted to the proper type, or a value that is outside
									the valid range.</p>
									<p>If the event handler cancels the event, the control will retain
									the invalid content and the focus, so users can correct the error.</p>
									<p>If the event is not canceled, the control will ignore the invalid
									input and will retain the original content.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="itemssourcechanged" class="tsd-anchor"></a>
								<h3>itemsSourceChanged</h3>
								<div class="tsd-signature tsd-kind-icon">items<wbr>Source<wbr>Changed<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#itemssourcechanged">itemsSourceChanged</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the grid has been bound to a new items source.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="itemssourcechanging" class="tsd-anchor"></a>
								<h3>itemsSourceChanging</h3>
								<div class="tsd-signature tsd-kind-icon">items<wbr>Source<wbr>Changing<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#itemssourcechanging">itemsSourceChanging</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before the grid is bound to a new items source.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="loadedrows" class="tsd-anchor"></a>
								<h3>loadedRows</h3>
								<div class="tsd-signature tsd-kind-icon">loaded<wbr>Rows<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#loadedrows">loadedRows</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the grid rows have been bound to items in the data source.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="loadingrows" class="tsd-anchor"></a>
								<h3>loadingRows</h3>
								<div class="tsd-signature tsd-kind-icon">loading<wbr>Rows<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#loadingrows">loadingRows</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before the grid rows are bound to items in the data source.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="lostfocus" class="tsd-anchor"></a>
								<h3>lostFocus</h3>
								<div class="tsd-signature tsd-kind-icon">lost<wbr>Focus<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo.control.html" class="tsd-signature-type">Control</a><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#lostfocus">lostFocus</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the control loses the focus.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="pasted" class="tsd-anchor"></a>
								<h3>pasted</h3>
								<div class="tsd-signature tsd-kind-icon">pasted<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#pasted">pasted</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the user has pasted content from the
											clipboard by pressing one of the clipboard shortcut keys
										(see the <a href="wijmo_angular2_grid.wjflexgrid.html#autoclipboard">autoClipboard</a> property).</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="pastedcell" class="tsd-anchor"></a>
								<h3>pastedCell</h3>
								<div class="tsd-signature tsd-kind-icon">pasted<wbr>Cell<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#pastedcell">pastedCell</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the user has pasted content from the
										clipboard into a cell (see the <a href="wijmo_angular2_grid.wjflexgrid.html#autoclipboard">autoClipboard</a> property).</p>
									</div>
									<p>The 'data' property of the handler parameters contains the
									cell's original value (before the new value was pasted).</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="pasting" class="tsd-anchor"></a>
								<h3>pasting</h3>
								<div class="tsd-signature tsd-kind-icon">pasting<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#pasting">pasting</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user is pasting content from the clipboard by
											pressing one of the clipboard shortcut keys
										(see the <a href="wijmo_angular2_grid.wjflexgrid.html#autoclipboard">autoClipboard</a> property).</p>
									</div>
									<p>The 'data' property of the handler parameters contains a copy
									of the text being pasted into the grid.</p>
									<p>The event handler may cancel the paste operation.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="pastingcell" class="tsd-anchor"></a>
								<h3>pastingCell</h3>
								<div class="tsd-signature tsd-kind-icon">pasting<wbr>Cell<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#pastingcell">pastingCell</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user is pasting content from the clipboard
										into a cell (see the <a href="wijmo_angular2_grid.wjflexgrid.html#autoclipboard">autoClipboard</a> property).</p>
									</div>
									<p>The 'data' property of the handler parameters contains the
									text being pasted into the cell.</p>
									<p>The event handler may cancel the paste operation.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="pinnedcolumn" class="tsd-anchor"></a>
								<h3>pinnedColumn</h3>
								<div class="tsd-signature tsd-kind-icon">pinned<wbr>Column<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#pinnedcolumn">pinnedColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after one or more columns are pinned (or unpinned).</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="pinningcolumn" class="tsd-anchor"></a>
								<h3>pinningColumn</h3>
								<div class="tsd-signature tsd-kind-icon">pinning<wbr>Column<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#pinningcolumn">pinningColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before one or more columns are pinned (or unpinned).</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="preparecellforedit" class="tsd-anchor"></a>
								<h3>prepareCellForEdit</h3>
								<div class="tsd-signature tsd-kind-icon">prepare<wbr>Cell<wbr>For<wbr>Edit<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#preparecellforedit">prepareCellForEdit</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when an editor cell is created and before it becomes active.</p>
									</div>
									<p>The event handler can access the editor element using the grid's
									<a href="wijmo_angular2_grid.wjflexgrid.html#activeeditor">activeEditor</a> property.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="refreshed" class="tsd-anchor"></a>
								<h3>refreshed</h3>
								<div class="tsd-signature tsd-kind-icon">refreshed<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo.control.html" class="tsd-signature-type">Control</a><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#refreshed">refreshed</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the control has refreshed its contents.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="refreshing" class="tsd-anchor"></a>
								<h3>refreshing</h3>
								<div class="tsd-signature tsd-kind-icon">refreshing<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo.control.html" class="tsd-signature-type">Control</a><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#refreshing">refreshing</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the control is about to refresh its contents.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="resizedcolumn" class="tsd-anchor"></a>
								<h3>resizedColumn</h3>
								<div class="tsd-signature tsd-kind-icon">resized<wbr>Column<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#resizedcolumn">resizedColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user finishes resizing a column.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="resizedrow" class="tsd-anchor"></a>
								<h3>resizedRow</h3>
								<div class="tsd-signature tsd-kind-icon">resized<wbr>Row<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#resizedrow">resizedRow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user finishes resizing rows.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="resizingcolumn" class="tsd-anchor"></a>
								<h3>resizingColumn</h3>
								<div class="tsd-signature tsd-kind-icon">resizing<wbr>Column<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#resizingcolumn">resizingColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs as columns are resized.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="resizingrow" class="tsd-anchor"></a>
								<h3>resizingRow</h3>
								<div class="tsd-signature tsd-kind-icon">resizing<wbr>Row<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#resizingrow">resizingRow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs as rows are resized.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="rowadded" class="tsd-anchor"></a>
								<h3>rowAdded</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Added<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#rowadded">rowAdded</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the user creates a new item by editing the new row template
										(see the <a href="wijmo_angular2_grid.wjflexgrid.html#allowaddnew">allowAddNew</a> property).</p>
									</div>
									<p>The event handler may customize the content of the new item or cancel
									the new item creation.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="roweditended" class="tsd-anchor"></a>
								<h3>rowEditEnded</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Edit<wbr>Ended<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#roweditended">rowEditEnded</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when a row edit has been committed or canceled.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="roweditending" class="tsd-anchor"></a>
								<h3>rowEditEnding</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Edit<wbr>Ending<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#roweditending">rowEditEnding</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when a row edit is ending, before the changes are committed or canceled.</p>
									</div>
									<p>This event can be used in conjunction with the <a href="wijmo_angular2_grid.wjflexgrid.html#roweditstarted">rowEditStarted</a> event to
									implement deep-binding edit undos. For example:</p>
									<pre><code class="language-typescript"><span class="hljs-comment">// save deep bound values when editing starts</span>
<span class="hljs-keyword">let</span> itemData = {};
s.rowEditStarted.addHandler(<span class="hljs-function">(<span class="hljs-params">s, e</span>) =&gt;</span> {
  <span class="hljs-keyword">let</span> item = s.collectionView.currentEditItem;
  itemData = {};
  s.columns.forEach(<span class="hljs-function"><span class="hljs-keyword">function</span> (<span class="hljs-params">col</span>) </span>{
    <span class="hljs-keyword">if</span> (col.binding.indexOf(<span class="hljs-string">'.'</span>) &amp;gt; <span class="hljs-number">-1</span>) { <span class="hljs-comment">// deep binding</span>
      <span class="hljs-keyword">let</span> binding = <span class="hljs-keyword">new</span> wijmo.Binding(col.binding);
      itemData[col.binding] = binding.getValue(item);
    }
  })
});

<span class="hljs-comment">// restore deep bound values when edits are canceled</span>
s.rowEditEnded.addHandler(<span class="hljs-function">(<span class="hljs-params">s, e</span>) =&gt;</span> {
  <span class="hljs-keyword">if</span> (e.cancel) { <span class="hljs-comment">// edits were canceled by the user</span>
    <span class="hljs-keyword">let</span> item = s.collectionView.currentEditItem;
    <span class="hljs-keyword">for</span> (<span class="hljs-keyword">let</span> k <span class="hljs-keyword">in</span> itemData) {
      <span class="hljs-keyword">let</span> binding = <span class="hljs-keyword">new</span> wijmo.Binding(k);
      binding.setValue(item, itemData[k]);
    }
  }
  itemData = {};
});</code></pre>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="roweditstarted" class="tsd-anchor"></a>
								<h3>rowEditStarted</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Edit<wbr>Started<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#roweditstarted">rowEditStarted</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after a row enters edit mode.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="roweditstarting" class="tsd-anchor"></a>
								<h3>rowEditStarting</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Edit<wbr>Starting<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#roweditstarting">rowEditStarting</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before a row enters edit mode.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="scrollpositionchanged" class="tsd-anchor"></a>
								<h3>scrollPositionChanged</h3>
								<div class="tsd-signature tsd-kind-icon">scroll<wbr>Position<wbr>Changed<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#scrollpositionchanged">scrollPositionChanged</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the control has scrolled.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="selectionchanged" class="tsd-anchor"></a>
								<h3>selectionChanged</h3>
								<div class="tsd-signature tsd-kind-icon">selection<wbr>Changed<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#selectionchanged">selectionChanged</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after selection changes.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="selectionchanging" class="tsd-anchor"></a>
								<h3>selectionChanging</h3>
								<div class="tsd-signature tsd-kind-icon">selection<wbr>Changing<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#selectionchanging">selectionChanging</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before selection changes.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="sortedcolumn" class="tsd-anchor"></a>
								<h3>sortedColumn</h3>
								<div class="tsd-signature tsd-kind-icon">sorted<wbr>Column<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#sortedcolumn">sortedColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the user applies a sort by clicking on a column header
										or by clicking on the sort buttons in filter dialog.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="sortingcolumn" class="tsd-anchor"></a>
								<h3>sortingColumn</h3>
								<div class="tsd-signature tsd-kind-icon">sorting<wbr>Column<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo_grid.cellrangeeventargs.html" class="tsd-signature-type">CellRangeEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#sortingcolumn">sortingColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before the user applies a sort by clicking on a column header
										or by clicking on the sort buttons in filter dialog.</p>
									</div>
									<p>The 'data' property of the handler parameters contains a reference
									to the DOM event that caused the sort.</p>
									<p>The event handler may cancel the sort action.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="starsizedcolumns" class="tsd-anchor"></a>
								<h3>starSizedColumns</h3>
								<div class="tsd-signature tsd-kind-icon">star<wbr>Sized<wbr>Columns<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#starsizedcolumns">starSizedColumns</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>When one or more columns have been resized due to star-sizing.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="updatedlayout" class="tsd-anchor"></a>
								<h3>updatedLayout</h3>
								<div class="tsd-signature tsd-kind-icon">updated<wbr>Layout<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#updatedlayout">updatedLayout</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs after the grid has updated its internal layout.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="updatedview" class="tsd-anchor"></a>
								<h3>updatedView</h3>
								<div class="tsd-signature tsd-kind-icon">updated<wbr>View<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#updatedview">updatedView</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the grid finishes creating/updating the elements that
										make up the current view.</p>
									</div>
									<p>The grid updates the view in response to several actions, including:</p>
									<ul>
										<li>Refreshing the grid or its data source,</li>
										<li>Adding, removing, or changing rows or columns,</li>
										<li>Resizing or scrolling the grid,</li>
										<li>Changing the selection.</li>
									</ul>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="updatinglayout" class="tsd-anchor"></a>
								<h3>updatingLayout</h3>
								<div class="tsd-signature tsd-kind-icon">updating<wbr>Layout<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#updatinglayout">updatingLayout</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs before the grid updates its internal layout.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-inherited">
								<a name="updatingview" class="tsd-anchor"></a>
								<h3>updatingView</h3>
								<div class="tsd-signature tsd-kind-icon">updating<wbr>View<span class="tsd-signature-symbol">:</span> <a href="wijmo.event.html" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">&lt;</span><a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.<a href="wijmo_grid.flexgrid.html#updatingview">updatingView</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Occurs when the grid starts creating/updating the elements that
										make up the current view.</p>
									</div>
								</div>
							</section>
						</section>
					</div>