# Wijmo_Grid_Grouppanel.Grouppanel

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								GroupPanel Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>The <a href="wijmo_grid_grouppanel.grouppanel.html">GroupPanel</a> control provides a drag and drop UI for editing
									groups in a bound <a href="wijmo_grid.flexgrid.html">FlexGrid</a> control.</p>
								</div>
								<p>It allows users to drag columns from the <a href="wijmo_grid.flexgrid.html">FlexGrid</a> into the
									panel and to move groups within the panel. Users may click the
									group markers in the panel to sort based on the group column or to
								remove groups.</p>
								<p>In order to use a <a href="wijmo_grid_grouppanel.grouppanel.html">GroupPanel</a>, add it to a page that contains a
									<a href="wijmo_grid.flexgrid.html">FlexGrid</a> control and set the panel's <a href="wijmo_grid_grouppanel.grouppanel.html#grid">grid</a> property to the
								<a href="wijmo_grid.flexgrid.html">FlexGrid</a> control. 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> { GroupPanel } <span class="hljs-keyword">from</span> <span class="hljs-string">'@mescius/wijmo.grid.grouppanel'</span>;

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

<span class="hljs-comment">// add a GroupPanel to edit data groups</span>
<span class="hljs-keyword">let</span> thePanel = <span class="hljs-keyword">new</span> GroupPanel(<span class="hljs-string">'#thePanel'</span>, {
    grid: theGrid,
    placeholder: <span class="hljs-string">'Drag columns here to create Groups.'</span>
});</code></pre>
								<p>The example below shows how you can use a <a href="wijmo_grid_grouppanel.grouppanel.html">GroupPanel</a> control to
								add Outlook-style grouping to a <a href="wijmo_grid.flexgrid.html">FlexGrid</a> control:</p>
								<p><a href="/wijmo/demos/Grid/Grouping/GroupPanel/purejs" target="_blank">Example</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.control.html" class="tsd-signature-type">Control</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">GroupPanel</span>
											<ul class="tsd-hierarchy">
												<li>
													<a href="wijmo_angular2_grid_grouppanel.wjgrouppanel.html" class="tsd-signature-type">WjGroupPanel</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_grouppanel.grouppanel.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_grouppanel.grouppanel.html#arialabel" class="tsd-kind-icon">aria<wbr>Label</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_grouppanel.grouppanel.html#collectionview" class="tsd-kind-icon">collection<wbr>View</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_grouppanel.grouppanel.html#filter" class="tsd-kind-icon">filter</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_grouppanel.grouppanel.html#grid" class="tsd-kind-icon">grid</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_grouppanel.grouppanel.html#groupdescriptioncreator" class="tsd-kind-icon">group<wbr>Description<wbr>Creator</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_grouppanel.grouppanel.html#hidegroupedcolumns" class="tsd-kind-icon">hide<wbr>Grouped<wbr>Columns</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_grouppanel.grouppanel.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_grid_grouppanel.grouppanel.html#isdisabled" class="tsd-kind-icon">is<wbr>Disabled</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_grouppanel.grouppanel.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_grouppanel.grouppanel.html#isupdating" class="tsd-kind-icon">is<wbr>Updating</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_grouppanel.grouppanel.html#maxgroups" class="tsd-kind-icon">max<wbr>Groups</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_grouppanel.grouppanel.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_grouppanel.grouppanel.html#righttoleft" class="tsd-kind-icon">right<wbr>ToLeft</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_grouppanel.grouppanel.html#showdragglyphs" class="tsd-kind-icon">show<wbr>Drag<wbr>Glyphs</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_grouppanel.grouppanel.html#taborder" class="tsd-kind-icon">tab<wbr>Order</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="wijmo_grid_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.html#hasownproperty" class="tsd-kind-icon">has<wbr>Own<wbr>Property</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo_grid_grouppanel.grouppanel.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_grid_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.html#propertyisenumerable" class="tsd-kind-icon">property<wbr>IsEnumerable</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="wijmo_grid_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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>Group<wbr>Panel<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_grouppanel.grouppanel.html" class="tsd-signature-type">GroupPanel</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_grouppanel.grouppanel.html">GroupPanel</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 CSS 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_grouppanel.grouppanel.html" class="tsd-signature-type">GroupPanel</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="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">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the aria-label attribute of <a href="wijmo_grid_grouppanel.grouppanel.html">GroupPanel</a> element.</p>
									</div>
									<p>The default value for this property is "Grouped columns panel".</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<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">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> whose groups are being managed by this
										<a href="wijmo_grid_grouppanel.grouppanel.html">GroupPanel</a>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="filter" class="tsd-anchor"></a>
								<h3>filter</h3>
								<div class="tsd-signature tsd-kind-icon">filter<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid_filter.flexgridfilter.html" class="tsd-signature-type">FlexGridFilter</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the <a href="wijmo_grid_filter.flexgridfilter.html">wijmo.grid.filter.FlexGridFilter</a> to use for filtering
										the grid data.</p>
									</div>
									<p>If you set this property to a valid filter, the group descriptors will
										display filter icons that can be used to see and edit the filer conditions
									associated with the groups.</p>
								</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">
								<a name="groupdescriptioncreator" class="tsd-anchor"></a>
								<h3>groupDescriptionCreator</h3>
								<div class="tsd-signature tsd-kind-icon">group<wbr>Description<wbr>Creator<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IGroupDescriptionCreator</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a <a href="wijmo.groupdescription.html">GroupDescription</a> creator function used to create
										group descriptions when users drag columns into the group.</p>
									</div>
									<p>For example, the code below defines a <a href="wijmo_grid_grouppanel.grouppanel.html#groupdescriptioncreator">groupDescriptionCreator</a>
									function that groups dates by year and values in ranges:</p>
									<pre><code class="language-typescript">thePanel.groupDescriptionCreator = <span class="hljs-function">(<span class="hljs-params">prop: <span class="hljs-built_in">string</span></span>) =&gt;</span> {
    <span class="hljs-keyword">switch</span> (prop) {
        <span class="hljs-keyword">case</span> <span class="hljs-string">'date'</span>:
            <span class="hljs-keyword">return</span> <span class="hljs-keyword">new</span> PropertyGroupDescription(prop, <span class="hljs-function">(<span class="hljs-params">item, prop</span>) =&gt;</span> {
                <span class="hljs-keyword">return</span> Globalize.formatDate(item[prop], <span class="hljs-string">'yyyy'</span>);
            });
        <span class="hljs-keyword">case</span> <span class="hljs-string">'sales'</span>:
            <span class="hljs-keyword">return</span> <span class="hljs-keyword">new</span> PropertyGroupDescription(prop, <span class="hljs-function">(<span class="hljs-params">item, prop</span>) =&gt;</span> {
                <span class="hljs-keyword">let</span> value = item[prop];
                <span class="hljs-keyword">if</span> (value &gt; <span class="hljs-number">50000</span>) <span class="hljs-keyword">return</span> <span class="hljs-string">'High'</span>;
                <span class="hljs-keyword">if</span> (value &gt; <span class="hljs-number">25000</span>) <span class="hljs-keyword">return</span> <span class="hljs-string">'Medium'</span>;
                <span class="hljs-keyword">return</span> <span class="hljs-string">'Low'</span>;
            });
    }
    <span class="hljs-keyword">return</span> <span class="hljs-literal">null</span>; <span class="hljs-comment">// default</span>
}</code></pre>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="hidegroupedcolumns" class="tsd-anchor"></a>
								<h3>hideGroupedColumns</h3>
								<div class="tsd-signature tsd-kind-icon">hide<wbr>Grouped<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 indicating whether the panel hides grouped columns in the owner grid.</p>
									</div>
									<p>The <a href="wijmo_grid.flexgrid.html">FlexGrid</a> displays grouping information in row headers, so it is
										usually a good idea to hide grouped columns since they display redundant
									information.</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="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="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 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="maxgroups" class="tsd-anchor"></a>
								<h3>maxGroups</h3>
								<div class="tsd-signature tsd-kind-icon">max<wbr>Groups<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 maximum number of groups allowed.</p>
									</div>
									<p>Setting this property to -1 allows any number of groups to be created.
									Setting it to zero prevents any grouping.</p>
									<p>The default value for this property is <strong>6</strong>.</p>
								</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><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a string to display in the control when it contains no groups.</p>
									</div>
									<p>The default value for this property is <strong>null</strong>, which causes the control
										to use a localized version of the string
									"Drag and Drop columns here to create Groups." as a placeholder.</p>
									<p>Set this property to a custom string if you want, or set it to an empty
										string to remove the placeholder message, or set it to null to restore
									the default message.</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="showdragglyphs" class="tsd-anchor"></a>
								<h3>showDragGlyphs</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Drag<wbr>Glyphs<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 the control should
										add drag glyphs to the group marker elements.</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="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-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_grouppanel.grouppanel.html">GroupPanel</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_grouppanel.grouppanel.html#dispose">dispose</a> and <a href="wijmo_grid_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.html#beginupdate">beginUpdate</a>/<a href="wijmo_grid_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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">
								<a name="hittest" class="tsd-anchor"></a>
								<h3>hitTest</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">hit<wbr>Test<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">MouseEvent</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Element</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo.groupdescription.html" class="tsd-signature-type">GroupDescription</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Gets the <a href="wijmo.groupdescription.html">GroupDescription</a> at a given mouse position or
												represented by a given HTML element.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>e: <span class="tsd-signature-type">MouseEvent</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Element</span></h5>
												<div class="tsd-comment">
													<p>Element to test.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo.groupdescription.html" class="tsd-signature-type">GroupDescription</a></h4>
										<p>The <a href="wijmo.groupdescription.html">GroupDescription</a> represented by the element,
										or null if the element does not represent a <a href="wijmo.groupdescription.html">GroupDescription</a>.</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="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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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_grouppanel.grouppanel.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-overwrite">
								<a name="refresh" class="tsd-anchor"></a>
								<h3>refresh</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
									<li class="tsd-signature tsd-kind-icon">refresh<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#refresh">refresh</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Updates the panel to show the current groups.</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="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_grouppanel.grouppanel.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>