<?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: How to set up toolbar with gridimport?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport</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/how-to-set-up-toolbar-with-gridimport/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How to set up toolbar with gridimport?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17581</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17581</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The simple test on this is. Create a grid with option like you provide. Then use export as jsonstring and see how this is exported.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 30 May 2010 13:19:13 +0300</pubDate>
        </item>
        <item>
        	<title>rotoflex on How to set up toolbar with gridimport?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17432</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17432</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
</p>
<p>I have enabled it, this is part of WCF wrapper class which returns grid configuration:</p>
</p>
<p>grid.Configuration.Toolbar = "[true,&#39;bottom&#39;]";</p>
</p>
<p>Could it be that because I&#39;m returning a string, grid cannot initialize toolbar?</p>
</p>
<p>Regards,</p>
</p>
<p>roto</p>
]]></description>
        	        	<pubDate>Mon, 24 May 2010 20:45:51 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to set up toolbar with gridimport?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17422</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17422</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Simple enable it in the json/xml import string.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 24 May 2010 18:38:06 +0300</pubDate>
        </item>
        <item>
        	<title>rotoflex on How to set up toolbar with gridimport?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17371</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17371</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
</p>
<p>Can you tell if it&#39;s possible to use toolbar with gridimport? I can keep looking for an solution for this if it is possible somehow. I tried defining it in WCF service, but guess the problem is that it is formatted as string so grid cannot use it to create toolbar.</p>
</p>
<p>Regards,</p>
</p>
<p>Roto</p></p>
]]></description>
        	        	<pubDate>Thu, 20 May 2010 22:56:33 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to set up toolbar with gridimport?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17333</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17333</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is not possible as weel. This property can not be created/disabled automatically.</p>
<p>In order to understand what you can do with some properties look here:</p>
<p><a rel="nofollow" href="/jqgridwiki/doku.php?id=wiki:options" target="_blank"></a><a href="http://www.trirand.com/jqgridw" rel="nofollow" target="_blank">http://www.trirand.com/jqgridw</a>.....ki:options</p>
</p>
<p>The last column into the table tell you which properties can be changed dynamically</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 20 May 2010 15:56:07 +0300</pubDate>
        </item>
        <item>
        	<title>rotoflex on How to set up toolbar with gridimport?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17324</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17324</guid>
        	        	<description><![CDATA[<p>If gridImport is not defined, I can see toolbar. I also tried setting toolbar in loadComplete -event with</p>
</p>
<p>$("#ArchivedInvoices").setGridParam("toolbar",[true,&#39;bottom&#39;]);</p>
</p>
<p>But that didn&#39;t help either.</p>
</p>
<p>Any clues?</p></p>
]]></description>
        	        	<pubDate>Thu, 20 May 2010 10:17:30 +0300</pubDate>
        </item>
        <item>
        	<title>rotoflex on How to set up toolbar with gridimport?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17210</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-set-up-toolbar-with-gridimport#p17210</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I&#39;m having bit of a problem with jqGridImport and toolbar. I&#39;m setting up toolbar in loadComplete -event, but it won&#39;t show up or initialize at all. No error messages are shown either. I&#39;m using version 3.6.5, but I&#39;ve had this same problem with earlier versions as well.</p>
</p>
<p>Here&#39;s my import call:</p>
</p>
<p>$("#ArchivedInvoices").jqGridImport({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imptype: "json"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , impurl: &#39;&#60;%=System.Web.VirtualPathUtility.ToAbsolute("~/")%&#62;Services/Invoice/ArchivedInvoiceService.svc/GetArchivedInvoiceGrid&#39;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , jsonGrid: {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; config: "grid",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; data: "data"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , importComplete: function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#ArchivedInvoices").setGridParam({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadonce: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; toolbar: [true,"bottom"]<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#ArchivedInvoices").setGridParam(&#39;pager&#39;,$("#ArchivedInvoicesPager"));<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#ArchivedInvoices").jqGrid(&#39;navGrid&#39;, &#39;#ArchivedInvoicesPager&#39;, {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; add: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; edit: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; del: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; search: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; refresh: true<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },{}, {}, {}, { multipleSearch: true });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#ArchivedInvoices").setGridParam(&#39;searchGrid&#39;, { loadDefaults: true });&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#ArchivedInvoices").jqGrid(&#39;navGrid&#39;, &#39;#ArchivedInvoicesToolbar&#39;, { edit: false, add: false, del: false }); <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; } // import complete ends<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }); // grid import ends.</p>
</p>
<p>Grid and toolbar are also defined as HTML table and div:</p>
</p>
<p>&#160;&#160;&#160; &#60;table id="ArchivedInvoices" class="scroll" cellpadding="0" cellspacing="0" style="width:100%"&#62;&#60;/table&#62;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160; &#60;div id="ArchivedInvoicesPager" class="scroll"&#62;&#60;/div&#62; <br />&#160;&#160;&#160; &#60;div id="ArchivedInvoicesToolbar" class="scroll"&#62;&#60;/div&#62;</p>
</p>
<p>What&#39;s wrong with this?</p>
</p>
<p>Regards,</p>
<p>roto</p>
]]></description>
        	        	<pubDate>Mon, 17 May 2010 10:42:50 +0300</pubDate>
        </item>
</channel>
</rss>