# Wijmo_Grid_Search.Flexgridsearch

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								FlexGridSearch Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>The <a href="wijmo_grid_search.flexgridsearch.html">FlexGridSearch</a> control allows users to quickly search the
									items displayed in a <a href="wijmo_grid.flexgrid.html">FlexGrid</a>.</p>
								</div>
								<p>The control filters the items and shows only the ones that contain
									the text provided by the user. It also highlights the matches in
									the target <a href="wijmo_grid.flexgrid.html">FlexGrid</a> (except for templated cells, which do
								not support highlighting).</p>
								<p>The <a href="wijmo_grid_search.flexgridsearch.html">FlexGridSearch</a> control may be used in conjunction with
									the <a href="wijmo_grid_filter.flexgridfilter.html">FlexGridFilter</a> control, which provides column-specific
								filtering.</p>
								<p>The example below shows how you can create a <a href="wijmo_grid_search.flexgridsearch.html">FlexGridSearch</a>
								control and connect it to a <a href="wijmo_grid.flexgrid.html">FlexGrid</a>:</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> { FlexGridSearch } <span class="hljs-keyword">from</span> <span class="hljs-string">'@mescius/wijmo.grid.search'</span>;

<span class="hljs-comment">// create FlexGrid</span>
<span class="hljs-keyword">let</span> grid = <span class="hljs-keyword">new</span> FlexGrid(<span class="hljs-string">'#gridElement'</span>, {
    itemsSource: getData();
});

<span class="hljs-comment">// create FlexGridSearch and connect it to the grid</span>
<span class="hljs-keyword">let</span> search = <span class="hljs-keyword">new</span> FlexGridSearch(<span class="hljs-string">'#searchElement'</span>, {
    grid: grid
});</code></pre>
							</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.control.html" class="tsd-signature-type">Control</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">FlexGridSearch</span>
											<ul class="tsd-hierarchy">
												<li>
													<a href="wijmo_angular2_grid_search.wjflexgridsearch.html" class="tsd-signature-type">WjFlexGridSearch</a>
												</li>
											</ul>
										</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>
												Constructors
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="wijmo_grid_search.flexgridsearch.html#constructor" class="tsd-kind-icon">constructor</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>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_search.flexgridsearch.html#arialabelledby" class="tsd-kind-icon">aria<wbr>Labelled<wbr>By</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_search.flexgridsearch.html#cssmatch" class="tsd-kind-icon">css<wbr>Match</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_search.flexgridsearch.html#delay" class="tsd-kind-icon">delay</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_search.flexgridsearch.html#exactmatch" class="tsd-kind-icon">exact<wbr>Match</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_search.flexgridsearch.html#grid" class="tsd-kind-icon">grid</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.html#hostelement" class="tsd-kind-icon">host<wbr>Element</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_search.flexgridsearch.html#inputelement" class="tsd-kind-icon">input<wbr>Element</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.html#isdisabled" class="tsd-kind-icon">is<wbr>Disabled</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_search.flexgridsearch.html#issubmitonchange" class="tsd-kind-icon">is<wbr>Submit<wbr>OnChange</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.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_grid_search.flexgridsearch.html#isupdating" class="tsd-kind-icon">is<wbr>Updating</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_search.flexgridsearch.html#placeholder" class="tsd-kind-icon">placeholder</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.html#righttoleft" class="tsd-kind-icon">right<wbr>ToLeft</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_search.flexgridsearch.html#searchallcolumns" class="tsd-kind-icon">search<wbr>All<wbr>Columns</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.html#taborder" class="tsd-kind-icon">tab<wbr>Order</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_search.flexgridsearch.html#text" class="tsd-kind-icon">text</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="wijmo_grid_search.flexgridsearch.html#controltemplate" class="tsd-kind-icon">control<wbr>Template</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_grid_search.flexgridsearch.html#addeventlistener" class="tsd-kind-icon">add<wbr>Event<wbr>Listener</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.html#containsfocus" class="tsd-kind-icon">contains<wbr>Focus</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.html#deferupdate" class="tsd-kind-icon">defer<wbr>Update</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="wijmo_grid_search.flexgridsearch.html#dispose" class="tsd-kind-icon">dispose</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.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_grid_search.flexgridsearch.html#focus" class="tsd-kind-icon">focus</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.html#initialize" class="tsd-kind-icon">initialize</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.html#invalidate" class="tsd-kind-icon">invalidate</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.html#propertyisenumerable" class="tsd-kind-icon">property<wbr>IsEnumerable</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.html#refresh" class="tsd-kind-icon">refresh</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.html#refreshed" class="tsd-kind-icon">refreshed</a></li>
											<li class="tsd-kind-event tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_search.flexgridsearch.html#refreshing" class="tsd-kind-icon">refreshing</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Constructors</h2>
							<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
								<a name="constructor" class="tsd-anchor"></a>
								<h3>constructor</h3>
								<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
									<li class="tsd-signature tsd-kind-icon">new <wbr>Flex<wbr>Grid<wbr>Search<span class="tsd-signature-symbol">(</span>element<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</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><a href="wijmo_grid_search.flexgridsearch.html" class="tsd-signature-type">FlexGridSearch</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Overrides <a href="wijmo.control.html">Control</a>.<a href="wijmo.control.html#constructor">constructor</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Initializes a new instance of the <a href="wijmo_grid_search.flexgridsearch.html">FlexGridSearch</a> class.</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">
													<div class="lead">
														<p>The DOM element that hosts the control, or a selector for the host element (e.g. '#theCtrl').</p>
													</div>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The JavaScript object containing initialization data for the control.</p>
													</div>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_grid_search.flexgridsearch.html" class="tsd-signature-type">FlexGridSearch</a></h4>
									</li>
								</ul>
							</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">
								<a name="arialabelledby" class="tsd-anchor"></a>
								<h3>ariaLabelledBy</h3>
								<div class="tsd-signature tsd-kind-icon">aria<wbr>Labelled<wbr>By<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>Gets or sets the aria-labelledby attribute of <a href="wijmo_grid_search.flexgridsearch.html">FlexGridSearch</a> input element.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="cssmatch" class="tsd-anchor"></a>
								<h3>cssMatch</h3>
								<div class="tsd-signature tsd-kind-icon">css<wbr>Match<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>Gets or sets the name of the CSS class used to highlight any parts
										of the content that match the search terms.</p>
									</div>
									<p>The default value for this property is <strong>"wj-state-match"</strong>.</p>
									<p>Highlighing is not supported in template cells.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="delay" class="tsd-anchor"></a>
								<h3>delay</h3>
								<div class="tsd-signature tsd-kind-icon">delay<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the delay, in milliseconds, between when a keystroke occurs
										and when the search is performed.</p>
									</div>
									<p>The default value for this property is <strong>500</strong> milliseconds.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="exactmatch" class="tsd-anchor"></a>
								<h3>exactMatch</h3>
								<div class="tsd-signature tsd-kind-icon">exact<wbr>Match<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>Gets or sets whether to enable exact matching.
											When this flag is turned on, an exact match is performed on each field in the row.
										The default value is false.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="grid" class="tsd-anchor"></a>
								<h3>grid</h3>
								<div class="tsd-signature tsd-kind-icon">grid<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.flexgrid.html" class="tsd-signature-type">FlexGrid</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the <a href="wijmo_grid.flexgrid.html">FlexGrid</a> that is connected to this <a href="wijmo_grid_grouppanel.grouppanel.html">GroupPanel</a>.</p>
									</div>
									<p>Once a grid is connected to the panel, the panel displays the groups
										defined in the grid's data source. Users can drag grid columns
										into the panel to create new groups, drag groups within the panel to
									re-arrange the groups, or delete items in the panel to remove the groups.</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">
								<a name="inputelement" class="tsd-anchor"></a>
								<h3>inputElement</h3>
								<div class="tsd-signature tsd-kind-icon">input<wbr>Element<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">HTMLInputElement</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the HTML input element hosted by the control.</p>
									</div>
									<p>Use this property in situations where you want to customize the
									attributes of the input element.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class 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.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="issubmitonchange" class="tsd-anchor"></a>
								<h3>isSubmitOnChange</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Submit<wbr>OnChange<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>Gets or sets the property to determine whether to submit the value in the OnChange event of the input</p>
									</div>
								</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">
								<a name="placeholder" class="tsd-anchor"></a>
								<h3>placeholder</h3>
								<div class="tsd-signature tsd-kind-icon">placeholder<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>Gets or sets the string shown as a hint when the control is empty.</p>
									</div>
									<p>The default value for this property is an empty string <strong>""</strong>.</p>
								</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="searchallcolumns" class="tsd-anchor"></a>
								<h3>searchAllColumns</h3>
								<div class="tsd-signature tsd-kind-icon">search<wbr>All<wbr>Columns<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>Gets or sets a value that determines whether invisible columns should
										be included in the search.</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">
								<a name="text" class="tsd-anchor"></a>
								<h3>text</h3>
								<div class="tsd-signature tsd-kind-icon">text<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>Gets or sets the text to search for.</p>
									</div>
									<p>The text may include multiple terms, separated by spaces.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class 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">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the template used to instantiate <a href="wijmo_grid_search.flexgridsearch.html">FlexGridSearch</a> controls.</p>
									</div>
								</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="addeventlistener" class="tsd-anchor"></a>
								<h3>addEventListener</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">add<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>, passive<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#addeventlistener">addEventListener</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Adds an event listener to an element owned by this <a href="wijmo.control.html">Control</a>.</p>
											</div>
											<p>The control keeps a list of attached listeners and their handlers,
												making it easier to remove them when the control is disposed (see the
											<a href="wijmo_grid_search.flexgridsearch.html#dispose">dispose</a> and <a href="wijmo_grid_search.flexgridsearch.html#removeeventlistener">removeEventListener</a> methods).</p>
											<p>Failing to remove event listeners may cause memory leaks.</p>
											<p>The <b>passive</b> parameter is set to false by default, which means
												the event handler may call <b>event.preventDefault()</b>.
												If you are adding passive handlers to touch or wheel events, setting
											this parameter to true will improve application performance.</p>
											<p>For details on passive event listeners, please see
											<a target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#Improving_scrolling_performance_with_passive_listeners">Improving scrolling performance with passive listeners</a>.</p>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>target: <span class="tsd-signature-type">EventTarget</span></h5>
												<div class="tsd-comment">
													<p>Target element for the event.</p>
												</div>
											</li>
											<li>
												<h5>type: <span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<p>String that specifies the event.</p>
												</div>
											</li>
											<li>
												<h5>fn: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>Function to execute when the event occurs.</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 should be handled by the control before it is handled by the target element.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> passive: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<p>Indicates that the handler will never call <b>preventDefault()</b>.</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="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="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_grid_search.flexgridsearch.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="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 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_grid_search.flexgridsearch.html#beginupdate">beginUpdate</a>/<a href="wijmo_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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">
								<a name="dispose" class="tsd-anchor"></a>
								<h3>dispose</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
									<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>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 and all its resources.</p>
											</div>
											<p>Calling the <a href="wijmo_grid_search.flexgridsearch.html#dispose">dispose</a> method is important in applications that create
												and remove controls dynamically. Failing to dispose of the controls may
											cause memory leaks.</p>
										</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_grid_search.flexgridsearch.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="focus" class="tsd-anchor"></a>
								<h3>focus</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">focus<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#focus">focus</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Sets the focus to this control.</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="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="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="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_grid_search.flexgridsearch.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="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_grid_search.flexgridsearch.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="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_grid_search.flexgridsearch.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="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_grid_search.flexgridsearch.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_grid_search.flexgridsearch.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="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-inherited">
								<a name="refresh" class="tsd-anchor"></a>
								<h3>refresh</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class 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.control.html">Control</a>.<a href="wijmo.control.html#refresh">refresh</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Refreshes the control.</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="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="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="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_grid_search.flexgridsearch.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="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="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="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="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>
					</div>