<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Sencha Forum - Ext GWT: Discussion</title>
		<link>http://www.sencha.com/forum/</link>
		<description>Community discussion forum for Ext GWT</description>
		<language>en</language>
		<lastBuildDate>Sun, 19 May 2013 05:17:50 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.sencha.com/forum/images/misc/rss.png</url>
			<title>Sencha Forum - Ext GWT: Discussion</title>
			<link>http://www.sencha.com/forum/</link>
		</image>
		<item>
			<title>How to commit several  Store Records to server for one time?</title>
			<link>http://www.sencha.com/forum/showthread.php?263414-How-to-commit-several-Store-Records-to-server-for-one-time&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 22:19:08 GMT</pubDate>
			<description>In two GridPanels ,i  have a master store and a slave store, after updating several records, how to commit those changed records to server?  Besides,...</description>
			<content:encoded><![CDATA[<div>In two GridPanels ,i  have a master store and a slave store, after updating several records, how to commit those changed records to server?  Besides, how could i know which field in records was updated so i can post exactly and efficently</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43709&amp;d=1368224202">jj.jpg&lrm;</a> 
(53.4 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?45-Ext-GWT-Discussion">Ext GWT: Discussion</category>
			<dc:creator>jackson.iggy.joe</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263414-How-to-commit-several-Store-Records-to-server-for-one-time</guid>
		</item>
		<item>
			<title>GXT Grid Header Height Always Increase</title>
			<link>http://www.sencha.com/forum/showthread.php?263091-GXT-Grid-Header-Height-Always-Increase&amp;goto=newpost</link>
			<pubDate>Tue, 07 May 2013 12:56:52 GMT</pubDate>
			<description><![CDATA[Hi, sorry if this is off topic or someone has asked this before, 
below is my code on gxt grid 
 
Code: 
--------- 
 
        List<ColumnConfig>...]]></description>
			<content:encoded><![CDATA[<div>Hi, sorry if this is off topic or someone has asked this before,<br />
below is my code on gxt grid<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
&nbsp; &nbsp; &nbsp; &nbsp; List&lt;ColumnConfig&gt; configs = new ArrayList&lt;ColumnConfig&gt;();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; ColumnConfig column = new ColumnConfig();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; RowNumberer r = new RowNumberer();<br />
&nbsp; &nbsp; &nbsp; &nbsp; configs.add(r);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; column = new ColumnConfig();<br />
&nbsp; &nbsp; &nbsp; &nbsp; column.setId(&quot;kodebarang&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; column.setHeaderText(&quot;Kode Barang&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; column.setWidth(160);<br />
&nbsp; &nbsp; &nbsp; &nbsp; configs.add(column);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; final ColumnModel cm = new ColumnModel(configs);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; EditorGrid editorGrid = new EditorGrid(rightStore, cm);<br />
&nbsp; &nbsp; &nbsp; &nbsp; editorGrid.setHeight(&quot;20px&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; grid.getView().setEmptyText(&quot;Data Empty&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; grid.setBorders(true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; grid.setLoadMask(true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; grid.mask(&quot;load Data ...&quot;, &quot;x-mask-loading&quot;);&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; grid.getView().setForceFit(true);</code><hr />
</div> somehow, on several grid, the height of the grid's header is keep increasing everytime i open it (as you can see in the image attached)<br />
im using Chrome <font color="#303942"><span style="font-family: Segoe UI">26.0.1410.64 m</span></font> and gwt-2.5.0 + gxt-2.3.0<br />
<br />
and this is what i see when using chrome developer's tool<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;td class=&quot;x-grid3-header x-grid3-hd x-grid3-cell x-grid3-td-merk &quot; role=&quot;presentation&quot; align=&quot;left&quot; style=&quot;width: 108px;&quot;&gt;&lt;div role=&quot;columnheader&quot; aria-haspopup=&quot;true&quot; id=&quot;x-auto-183&quot; aria-owns=&quot;x-auto-183-menu&quot; class=&quot; x-grid3-hd-inner x-grid3-hd-merk x-component&quot; style=&quot;width: 98px; height: 149px;&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;x-grid3-hd-btn&quot; style=&quot;height: 157px;&quot;&gt;&lt;/a&gt;&lt;span id=&quot;x-auto-182&quot; class=&quot; x-component&quot;&gt;Merk&lt;/span&gt;&lt;img src=&quot;http://127.0.0.1:8888/main/clear.gif&quot; class=&quot;x-grid3-sort-icon&quot;&gt;&lt;/div&gt;&lt;/td&gt;</code><hr />
</div> <a href="http://www.sencha.com/forum/attachment.php?attachmentid=43598"  title="Name:  
Views: 
Size:  ">Attachment 43598</a><br />
<br />
<br />
the regular grid supposed to be like this<br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43599"  title="Name:  
Views: 
Size:  ">Attachment 43599</a><br />
<br />
<br />
something i missed perhaps?<br />
Thank you in advance.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43597&amp;d=1367930815">weird grid.PNG&lrm;</a> 
(13.0 KB)
</li> <li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43598&amp;d=1367931283">grid 2.PNG&lrm;</a> 
(35.9 KB)
</li> <li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43599&amp;d=1367931285">grid normal.PNG&lrm;</a> 
(14.1 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?45-Ext-GWT-Discussion">Ext GWT: Discussion</category>
			<dc:creator>anjingbabi</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263091-GXT-Grid-Header-Height-Always-Increase</guid>
		</item>
		<item>
			<title>Deselect problem</title>
			<link>http://www.sencha.com/forum/showthread.php?262955-Deselect-problem&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 07:06:06 GMT</pubDate>
			<description><![CDATA[Hi.  
 
I've been trying to deselect the selected element of a list by tapping on the selected element. 
 
It's obvious that default components dont...]]></description>
			<content:encoded><![CDATA[<div>Hi. <br />
<br />
I've been trying to deselect the selected element of a list by tapping on the selected element.<br />
<br />
It's obvious that default components dont have this ability and i cant achieve this with any other handlers.<br />
<br />
If you have any solution to this (besides adding another widgets like button) please share it. <br />
<br />
thanks...</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?45-Ext-GWT-Discussion">Ext GWT: Discussion</category>
			<dc:creator>Lachance</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?262955-Deselect-problem</guid>
		</item>
		<item>
			<title>DualListField and labels</title>
			<link>http://www.sencha.com/forum/showthread.php?262024-DualListField-and-labels&amp;goto=newpost</link>
			<pubDate>Tue, 23 Apr 2013 08:29:40 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I need a label above the "from" and "to" list, but I only see the label of the MultiField object. Is it possible to display the sub-labels...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I need a label above the &quot;from&quot; and &quot;to&quot; list, but I only see the label of the MultiField object. Is it possible to display the sub-labels too?<br />
<br />
Thank you<br />
André</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?45-Ext-GWT-Discussion">Ext GWT: Discussion</category>
			<dc:creator>A.Rothe</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?262024-DualListField-and-labels</guid>
		</item>
	</channel>
</rss>
