<?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: Jgrid Multiple toolbar</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar</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/help/jgrid-multiple-toolbar/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>navtaj on Jgrid Multiple toolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar#p3801</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar#p3801</guid>
        	        	<description><![CDATA[<p>Nevermind i got it working correctly..</p>
<p>Thanks for the responses..</p>
<p>Apprecaite them...</p>
</p>
<p>-Navtaj</p>
]]></description>
        	        	<pubDate>Mon, 05 Jan 2009 02:07:46 +0200</pubDate>
        </item>
        <item>
        	<title>navtaj on Jgrid Multiple toolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar#p3793</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar#p3793</guid>
        	        	<description><![CDATA[<p>Ok!!.. i got rid of the error message that was earlier being observed..</p>
<p>Now.. i see a blank page loaded with no errors&#160;..</p>
<p>I made the following changes to the search1.js.. and added the following</p>
<p>in the jsp..apart from the earlier includes of jquery scripts...<span style="font-size: x-small; color: #008080;"><font size="2" color="#008080"></font></span></p>
<p align="left">&#60;</p>
</p>
<p align="left"><span style="font-size: x-small; color: #3f7f7f;">body</span><span style="font-size: x-small; color: #008080;">&#62;&#60;</span><span style="font-size: x-small; color: #3f7f7f;">table </span><span style="font-size: x-small; color: #7f007f;">id</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"s1list" </span><span style="font-size: x-small; color: #7f007f;">class</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"scroll" </span><span style="font-size: x-small; color: #7f007f;">cellpadding</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"0" </span><span style="font-size: x-small; color: #7f007f;">cellspacing</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"0"</span><span style="font-size: x-small; color: #008080;">&#62;&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">table</span><span style="font-size: x-small; color: #008080;">&#62;&#60;</span><span style="font-size: x-small; color: #3f7f7f;">div </span><span style="font-size: x-small; color: #7f007f;">id</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"s1pager" </span><span style="font-size: x-small; color: #7f007f;">class</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"scroll" </span><span style="font-size: x-small; color: #7f007f;">style</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text-align:center;"</span><span style="font-size: x-small; color: #008080;">&#62;&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">div</span><span style="font-size: x-small; color: #008080;">&#62;&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">body</span><span style="font-size: x-small; color: #008080;">&#62;</span></p>
</p>
<p>Note : I do not need date picker at the moment , so have removed it..</p>
</p>
<p>var gridimgpath="/themes/sand/images";<br />jQuery("#s1list").jqGrid({<br /><a href="/blog/&#39;${pageContext.request.contextPath}/BizprocessServlet&#39;" target="_blank">url:&#39;${pageContext.request.contextPath}/testServlet&#39;</a>,<br />&#160;datatype: "xml",<br />&#160;&#160; &#160;colNames:[&#39;ID&#39;,&#39;NAME&#39;, &#39;STATUS&#39;, &#39;CHANNEL&#39;,&#39;VERSION&#39;],<br />&#160;&#160; &#160;colModel:[<br />&#160;&#160; &#160;&#160;{name:&#39;id&#39;,index:&#39;id&#39;, width:65},<br />&#160;&#160; &#160;&#160;{name:&#39;name&#39;,index:&#39;name&#39;, width:100},<br />&#160;&#160; &#160;&#160;{name:&#39;status&#39;,index:&#39;status&#39;, width:80, align:"right"},<br />&#160;&#160; &#160;&#160;{name:&#39;channel&#39;,index:&#39;channel&#39;, width:80,align:"right"},&#160;&#160;<br />&#160;&#160; &#160;&#160;{name:&#39;version&#39;,index:&#39;version&#39;, width:150, sortable:false}&#160;&#160;<br />&#160;&#160; &#160;],<br />&#160;&#160; &#160;rowNum:10,<br />&#160;&#160; &#160;mtype: "POST",<br />&#160;&#160; &#160;rowList:[10,20,30],<br />&#160;&#160; &#160;imgpath: gridimgpath,<br />&#160;&#160; &#160;pager: jQuery(&#39;#s1pager&#39;),<br />&#160;&#160; &#160;sortname: &#39;id&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;toolbar : [true,"top"],<br />&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; caption:"Multiple Toolbar Search Example"<br />});<br />jQuery("#t_s1list").height(25).hide().filterGrid("s1list",{gridModel:true,gridToolbar:true});</p>
<p>jQuery("#s1list").navGrid(&#39;#s1pager&#39;,{edit:false,add:false,del:false,search:false,refresh:false})<br />.navButtonAdd("#s1pager",{caption:"Search",title:"Toggle Search",buttonimg:gridimgpath+&#39;/find.gif&#39;,<br />&#160;onClickButton:function(){ <br />&#160;&#160;if(jQuery("#t_s1list").css("display")=="none") {<br />&#160;&#160;&#160;jQuery("#t_s1list").css("display","");<br />&#160;&#160;} else {<br />&#160;&#160;&#160;jQuery("#t_s1list").css("display","none");<br />&#160;&#160;}<br />&#160;&#160;<br />&#160;} <br />});</p>
]]></description>
        	        	<pubDate>Mon, 05 Jan 2009 01:42:11 +0200</pubDate>
        </item>
        <item>
        	<title>navtaj on Jgrid Multiple toolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar#p3791</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar#p3791</guid>
        	        	<description><![CDATA[<p>Hi, Thanks for responding..&#160; below is what i have .. i think i already tried your suggestion please have a look..</p>
<p><span style="font-size: x-small; color: #008080;">&#60;</span><span style="font-size: x-small; color: #3f7f7f;">html </span><span style="font-size: x-small; color: #7f007f;">xmlns</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;"><a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a></span><span style="font-size: x-small; color: #008080;">&#62;</span></p>
<p><span style="font-size: x-small; color: #008080;">&#60;</span><span style="font-size: x-small; color: #3f7f7f;">head</span><span style="font-size: x-small; color: #008080;">&#62;&#60;</span><span style="font-size: x-small; color: #3f7f7f;">meta </span><span style="font-size: x-small; color: #7f007f;">http-equiv</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"Content-Type" </span><span style="font-size: x-small; color: #7f007f;">content</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text/html; charset=ISO-8859-1"</span><span style="font-size: x-small; color: #008080;">&#62;&#60;</span><span style="font-size: x-small; color: #3f7f7f;">title</span><span style="font-size: x-small; color: #008080;">&#62;</span><span style="font-size: x-small; color: #ff8000;">Insert title here</span><span style="font-size: x-small; color: #008080;">&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">title</span><span style="font-size: x-small; color: #008080;">&#62;&#60;</span><span style="font-size: x-small; color: #3f7f7f;">link </span><span style="font-size: x-small; color: #7f007f;">rel</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"stylesheet" </span><span style="font-size: x-small; color: #7f007f;">type</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text/css" </span><span style="font-size: x-small; color: #7f007f;">media</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"screen" </span><span style="font-size: x-small; color: #7f007f;">href</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small;">"${pageContext.request.contextPath}</span><span style="font-size: x-small; color: #2a00ff;">/themes/basic/grid.css</span><span style="font-size: x-small;">"</span><span style="font-size: x-small; color: #ff8000;"> </span><span style="font-size: x-small; color: #008080;">/&#62;&#60;</span><span style="font-size: x-small; color: #3f7f7f;">link </span><span style="font-size: x-small; color: #7f007f;">rel</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"stylesheet" </span><span style="font-size: x-small; color: #7f007f;">type</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text/css" </span><span style="font-size: x-small; color: #7f007f;">media</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"screen" </span><span style="font-size: x-small; color: #7f007f;">href</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small;">"${pageContext.request.contextPath}</span><span style="font-size: x-small; color: #2a00ff;">/themes/jqModal.css</span><span style="font-size: x-small;">"</span><span style="font-size: x-small; color: #ff8000;"> </span><span style="font-size: x-small; color: #008080;">/&#62;</span><span style="font-size: x-small; color: #008080;">&#60;</span><span style="font-size: x-small; color: #3f7f7f;">script </span><span style="font-size: x-small; color: #7f007f;">src</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small;">"${pageContext.request.contextPath}</span><span style="font-size: x-small; color: #2a00ff;">/jquery.js</span><span style="font-size: x-small;">"</span><span style="font-size: x-small; color: #ff8000;"> </span><span style="font-size: x-small; color: #7f007f;">type</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text/javascript"</span><span style="font-size: x-small; color: #008080;">&#62;&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">script</span><span style="font-size: x-small; color: #008080;">&#62;</span></p>
<p><span style="font-size: x-small; color: #008080;">&#60;</span><span style="font-size: x-small; color: #3f7f7f;">script </span><span style="font-size: x-small; color: #7f007f;">src</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small;">"${pageContext.request.contextPath}</span><span style="font-size: x-small; color: #2a00ff;">/jquery.jqGrid.js</span><span style="font-size: x-small;">"</span><span style="font-size: x-small; color: #ff8000;"> </span><span style="font-size: x-small; color: #7f007f;">type</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text/javascript"</span><span style="font-size: x-small; color: #008080;">&#62;&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">script</span><span style="font-size: x-small; color: #008080;">&#62;</span></p>
<p><span style="font-size: x-small; color: #008080;">&#60;</span><span style="font-size: x-small; color: #3f7f7f;">script </span><span style="font-size: x-small; color: #7f007f;">src</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small;">"${pageContext.request.contextPath}</span><span style="font-size: x-small; color: #2a00ff;">/search1.js</span><span style="font-size: x-small;">"</span><span style="font-size: x-small; color: #ff8000;"> </span><span style="font-size: x-small; color: #7f007f;">type</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text/javascript"</span><span style="font-size: x-small; color: #008080;">&#62;&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">script</span><span style="font-size: x-small; color: #008080;">&#62;</span><span style="font-size: x-small; color: #008080;"><font size="2" color="#008080"></font></span></p>
<p align="left">&#60;</p>
</p>
<p align="left"><span style="font-size: x-small; color: #3f7f7f;">script </span><span style="font-size: x-small; color: #7f007f;">src</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small;">"${pageContext.request.contextPath}</span><span style="font-size: x-small; color: #2a00ff;">/js/jqModal.js</span><span style="font-size: x-small;">"</span><span style="font-size: x-small; color: #ff8000;"> </span><span style="font-size: x-small; color: #7f007f;">type</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text/javascript"</span><span style="font-size: x-small; color: #008080;">&#62;&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">script</span><span style="font-size: x-small; color: #008080;">&#62;<font size="2" color="#008080"></font></span></p>
<p align="left">&#60;</p>
</p>
<p align="left"><span style="font-size: x-small; color: #3f7f7f;">script </span><span style="font-size: x-small; color: #7f007f;">src</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small;">"${pageContext.request.contextPath}</span><span style="font-size: x-small; color: #2a00ff;">/js/jqDnR.js</span><span style="font-size: x-small;">"</span><span style="font-size: x-small; color: #ff8000;"> </span><span style="font-size: x-small; color: #7f007f;">type</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text/javascript"</span><span style="font-size: x-small; color: #008080;">&#62;&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">script</span><span style="font-size: x-small; color: #008080;">&#62;<font size="2" color="#008080"></font></span></p>
<p align="left">&#60;</p>
</p>
<p align="left"><span style="font-size: x-small; color: #3f7f7f;">script </span><span style="font-size: x-small; color: #7f007f;">type</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text/javascript"</span><span style="font-size: x-small; color: #008080;">&#62;</span></p>
<p align="left">&#160;<span style="font-size: x-small; color: #3f5fbf;">// We use a document ready jquery function.</span></p>
<p align="left">&#160;<span style="font-size: x-small; color: #7f0055;">var </span><span style="font-size: x-small; color: #ff8000;">gridimgpath=</span><span style="font-size: x-small; color: #8e00ff;">"/themes/sand/images"</span></p>
<p>&#160;<span style="font-size: x-small; color: #ff8000;">;</span></p>
<p><span style="font-size: x-small; color: #008080;">&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">script</span><span style="font-size: x-small; color: #008080;">&#62;&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">head</span><span style="font-size: x-small; color: #008080;">&#62;</span>&#160;</p>
</p>
<p align="left">And &#160;themes is just under Web-Content.</p>
<p align="left">Please let me know what is missing...</p>
]]></description>
        	        	<pubDate>Mon, 05 Jan 2009 00:40:41 +0200</pubDate>
        </item>
        <item>
        	<title>blg on Jgrid Multiple toolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar#p3790</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar#p3790</guid>
        	        	<description><![CDATA[<p>You have to replace the &#8220;&#8230;..&#8221; begining the sample text&#160; by the path to the images, something like:</p>
<p>var gridimgpath = &#39;../jqgrid/themes/basic/images&#39;;</p>
]]></description>
        	        	<pubDate>Mon, 05 Jan 2009 00:06:20 +0200</pubDate>
        </item>
        <item>
        	<title>navtaj on Jgrid Multiple toolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar#p3789</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jgrid-multiple-toolbar#p3789</guid>
        	        	<description><![CDATA[<p>HI All,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; I am a newbie to javascript as i am to Jquery/Jgrid..</p>
<p>Trying to setup and run a Jrgid Multitool bar search.<br />Tried the example as given in&#160; <a href="http://trirand.com/jqgrid/jqgrid.html" target="_blank">http://trirand.com/jqgrid/jqgrid.html</a>&#160;-&#62;New in version 3.3 -&#62;MultiTool bar Search.</p>
<p>I have a jsp that calls another servlet that actually talks to DB to pass the infromation for loading the Grid..</p>
</p>
<p>Copied the script "as is" from the website.. but result is as below..</p>
<p>It gives me the following error - "<span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch">gridimgpath is not defined"..</span></p>
<p><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch">Even without the code, only on including the follwing, it gives me the error..</span></p>
<p><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch"><span style="font-size: x-small; color: #008080;"><font size="2" color="#008080"></font></span></span></p>
<p>&#60;</p>
</p>
<p><span style="font-size: x-small; color: #3f7f7f;">script </span><span style="font-size: x-small; color: #7f007f;">src</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small;">"${pageContext.request.contextPath}</span><span style="font-size: x-small; color: #2a00ff;">/search1.js</span><span style="font-size: x-small;">"</span><span style="font-size: x-small; color: #ff8000;"> </span><span style="font-size: x-small; color: #7f007f;">type</span><span style="font-size: x-small; color: #ff8000;">=</span><span style="font-size: x-small; color: #2a00ff;">"text/javascript"</span><span style="font-size: x-small; color: #008080;">&#62;&#60;/</span><span style="font-size: x-small; color: #3f7f7f;">script</span><span style="font-size: x-small; color: #008080;">&#62;<font size="2" color="#008080"></p>
<p></font></span></p>
</p>
<p><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch"></span></p>
<p>Help is greately appreciated.</p>
<p>Thanks,</p>
<p>Navtaj</p>
]]></description>
        	        	<pubDate>Sun, 04 Jan 2009 22:23:46 +0200</pubDate>
        </item>
</channel>
</rss>