<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Search fields in search toolbar and column/column names not aligned</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-fields-in-search-toolbar-and-columncolumn-names-not-aligned</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/bugs/search-fields-in-search-toolbar-and-columncolumn-names-not-aligned/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Search fields in search toolbar and column/column names not aligned</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-fields-in-search-toolbar-and-columncolumn-names-not-aligned#p4711</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-fields-in-search-toolbar-and-columncolumn-names-not-aligned#p4711</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please read the posts about this. filterGrid currently is not fully supported on the header grid.</p>
]]></description>
        	        	<pubDate>Wed, 18 Feb 2009 04:16:37 +0200</pubDate>
        </item>
        <item>
        	<title>jmdavid on Search fields in search toolbar and column/column names not aligned</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-fields-in-search-toolbar-and-columncolumn-names-not-aligned#p4703</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-fields-in-search-toolbar-and-columncolumn-names-not-aligned#p4703</guid>
        	        	<description><![CDATA[<p>oups! forgot HTML (notice use of class=scroll, cellpadding=0 and cellspacing=0):</p>
<p>&#60;table id="organizations" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62;&#60;br/&#62;<br />&#160;&#60;div id="organizations_pager" class="scroll" style="text-align:center;"&#62;&#60;/div&#62;&#60;br/&#62;</p>
]]></description>
        	        	<pubDate>Tue, 17 Feb 2009 18:15:24 +0200</pubDate>
        </item>
        <item>
        	<title>jmdavid on Search fields in search toolbar and column/column names not aligned</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-fields-in-search-toolbar-and-columncolumn-names-not-aligned#p4702</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-fields-in-search-toolbar-and-columncolumn-names-not-aligned#p4702</guid>
        	        	<description><![CDATA[<p>Version 3.3: the search fields are not aligned with column names and columns (those last two are aligned).&#160; And misalignment is cumulative (-n pixels for first column), -2n pixels for second column and so on):</p>
<p>&#124;&#160;&#160;&#160;&#160;&#160; &#124;&#160;&#160;&#160;&#160; &#124;&#160;&#160;&#160;&#160; &#124;</p>
<p>&#124;&#160;&#160;&#160;&#160;&#160;&#160; &#124;&#160;&#160;&#160;&#160;&#160; &#124;&#160;&#160;&#160;&#160;&#160; &#124;</p>
<p>code as follow: (notice that I used recommended gridModel:true,gridNames:false,gridToolbar:true)</p>
<p>organizationGrid = $("#organizations").jqGrid({ <br />&#160;&#160;&#160;<a href="/blog/&#34;/intranet/organization/list?nd=&#34;+new" target="_blank">url:"/intranet/organization/list?nd="+new</a> Date().getTime(),<br />&#160;&#160;&#160;editurl: "/intranet/organization/edit", <br />&#160;&#160;&#160;datatype: "json", <br />&#160;&#160;&#160;colNames:["Id",&#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"organization",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"phone",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"last name", <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"first name", <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"title",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"email",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"actions"], <br />&#160;&#160;&#160;colModel:[{name:"organization_id", index:"organization_id", width:10, hidden:true}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{name:"name", index:"name", width:300},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{name:"phone_number", sortable:false, width:80}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{name:"last_name", index:"last_name", width:100}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{name:"first_name", index:"first_name", width:100}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{name:"title", index:"title", width:200}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{name:"email", sortable:false, width:80},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{name:"actions", sortable:false, width:54, align:"center"} ],<br />&#160;&#160;&#160;sortname: "&#60;?php echo $this-&#62;sidx; ?&#62;", &#160;/* default: name&#160;&#160;*/<br />&#160;&#160;&#160;sortorder: "&#60;?php echo $this-&#62;sord; ?&#62;",&#160;/* default: asc &#160;&#160;*/<br />&#160;&#160;&#160;rowNum:&#60;?php echo $this-&#62;rows; ?&#62;,&#160;&#160;&#160;&#160;/* default: 5 &#160;&#160;&#160;*/<br />&#160;&#160;&#160;page:&#60;?php echo $this-&#62;page; ?&#62;,&#160;&#160;&#160;&#160;&#160;/* default: 1 &#160;&#160;&#160;*/ <br />&#160;&#160;&#160;pager: $("#organizations_pager"),<br />&#160;&#160;&#160;viewrecords: true,<br />&#160;&#160;&#160;imgpath: img_path,<br />&#160;&#160;&#160;rowList:[5,10,25],<br />&#160;&#160;&#160;altRows: true,<br />&#160;&#160;&#160;toolbar: [true,"top"]<br />&#160;&#160;&#160;&#160;}); //end organization grid<br />&#160;&#160;jQuery("#t_organizations").height(25).hide().filterGrid("organizations",{gridModel:true,gridNames:false,gridToolbar:true});<br />&#160;&#160;jQuery("#organizations").navGrid(&#39;#organizations_pager&#39;,<br />&#160;&#160;&#160;{edit:false,add:false,del:false,search:false,refresh:true}).navButtonAdd("#organizations_pager",<br />&#160;&#160;&#160;{caption:"",title:"Toggle Search",buttonimg: img_path + "find.gif",<br />&#160;&#160;&#160;onClickButton:function(){ <br />&#160;&#160;&#160;&#160;if(jQuery("#t_organizations").css("display")=="none") {<br />&#160;&#160;&#160;&#160;&#160;jQuery("#t_organizations").css("display","");<br />&#160;&#160;&#160;&#160;} else {<br />&#160;&#160;&#160;&#160;&#160;jQuery("#t_organizations").css("display","none");<br />&#160;&#160;&#160;&#160;}&#160;<br />&#160;&#160;&#160;} <br />&#160;&#160;});</p>
]]></description>
        	        	<pubDate>Tue, 17 Feb 2009 18:13:14 +0200</pubDate>
        </item>
</channel>
</rss>