<?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: TableToGrid help</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help</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/tabletogrid-help/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>chiragvels on TableToGrid help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p19330</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p19330</guid>
        	        	<description><![CDATA[<p>Hello Robert,</p>
<p>It seems that&#160; tableToGrid is not working properly.</p>
<p>When i load data first time it is working fine it is getting all data(76 records) correctly.But when i sorting data by clicking th part it is only get the 20 records every time.</p>
<p>i am using</p>
<p>$(document).ready(function(){&#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;tableToGrid("#myTable");<br />});</p>
</p>
<p>thanks,</p>
]]></description>
        	        	<pubDate>Thu, 26 Aug 2010 12:05:04 +0300</pubDate>
        </item>
        <item>
        	<title>Robert on TableToGrid help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2919</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2919</guid>
        	        	<description><![CDATA[<p>Thanks, gmeader.&#160; I&#39;ll try that as soon as I get jqGrid working.</p>
<p>@Yamil:</p>
<p>My django media is at &#8220;/media/&#8221;, and it is finding the main file at &#8220;<span class="nodeLabelBox repTarget"><span class="nodeAttr editGroup"><span class="nodeValue editable">/media/js/jquery.jqGrid.js&#8221;.&#160; I have set the pathstojsfiles as &#8220;media/js/js/&#8221;, and it is attempting to find the other required files at the correct place (for example, &#8220;media/js/js/grid.base.js&#8221;, which is where the file is), but Django is reporting file not found at &#8220;</span></span></span><span class="sourceRowText">media/js/js/grid.base.js/&#8221;</span></p>
<p>Notice the trailing slash on the grid.base.js import.&#160; That&#39;s almost certainly what&#39;s screwing it up, correct?&#160; I&#39;ve done some Googling, but I&#39;m not seeing many pages relating jqGrid and Django.&#160; Any idea why that slash is in there?</p>
<p>EDIT:</p>
<p>I have imported each file individually, and it does seem to work now.&#160; I&#39;ll go about trying to learn the options to get it looking a bit nicer.&#160; Thanks to all for their help.</p>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 16:49:38 +0200</pubDate>
        </item>
        <item>
        	<title>YamilBracho on TableToGrid help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2916</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2916</guid>
        	        	<description><![CDATA[<p>Robert, check the pathtojsfiles var in your jQuery.jqGrid.js file</p></p>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 13:28:45 +0200</pubDate>
        </item>
        <item>
        	<title>gmeader on TableToGrid help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2915</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2915</guid>
        	        	<description><![CDATA[<p><strong>Here&#39;s a simple example:</strong></p>
<p><input type='button' class='sfcodeselect' name='sfselectit1768' value='Select Code' data-codeid='sfcode1768' /></p>
<div class='sfcode' id='sfcode1768'>&#60;HTML&#62;</p>
<p>&#60;head&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="/jquery/jqGrid/themes/sand/grid.css" /&#62; <br />&#60;script type="text/javascript" src="/jquery/jquery.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="/jquery/jqGrid/jquery.jqGrid.js"&#62;&#60;/script&#62;<br />&#160;<br />&#60;script type="text/javascript"&#62;<br />jQuery(document).ready(function(){&#160;&#160;&#160;&#160;&#160; <br />tableToGrid("#distTable"); <br />});<br />&#60;/script&#62; <br />&#160;<br />&#60;/head&#62;<br />&#60;body&#62;<br />&#60;table id="distTable" cellspacing="0" cellpadding="1" border="1"&#62;<br />&#60;thead&#62;<br />&#60;tr&#62; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;th&#62;Name&#60;/th&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;th&#62;Platform&#60;/th&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;th&#62;Size&#60;/th&#62;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#60;/tr&#62;<br />&#60;/thead&#62;<br />&#60;tbody&#62;<br />&#60;tr&#62; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;Chatter&#60;/td&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;PC&#60;/td&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;123&#60;/td&#62;<br />&#60;/tr&#62; <br />&#60;tr&#62; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;Boing&#60;/td&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;PC&#60;/td&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;456&#60;/td&#62;<br />&#60;/tr&#62; <br />&#60;tr&#62; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;Zipper&#60;/td&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;Mac&#60;/td&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;789&#60;/td&#62;<br />&#60;/tr&#62; <br />&#60;tr&#62; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;PingPong&#60;/td&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;Mac&#60;/td&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;24&#60;/td&#62;<br />&#60;/tr&#62;<br />&#60;/tbody&#62;<br />&#60;/table&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;</p>
</div>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 13:09:47 +0200</pubDate>
        </item>
        <item>
        	<title>Robert on TableToGrid help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2913</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2913</guid>
        	        	<description><![CDATA[<p>Yes, thank you, Yamil.</p>
<p>It turns out I posted for help too soon, as I often do.&#160; 🙁</p>
<p>I have been inspecting my page with FireBug, and it looks like the proper javascript libraries are not being loaded.&#160; FireBug says it has loaded jquery.jqGrid.js, but has not loaded grid.base.js or any of the other dependencies.&#160; It is looking at media/js/js/grid.base.js, and that&#39;s exactly where the file is, but for some reason it isn&#39;t loading it.&#160; Any thoughts as to why that might be?</p>
<p>Kind regards,</p>
<p>Robert</p>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 12:55:10 +0200</pubDate>
        </item>
        <item>
        	<title>Robert on TableToGrid help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2912</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2912</guid>
        	        	<description><![CDATA[<p>Yes, thank you, Yamil.</p>
<p>It turns out I posted for help too soon, as I often do.&#160; 🙁</p>
<p>I have been inspecting my page with FireBug, and it looks like the proper javascript libraries are not being loaded.&#160; FireBug says it has loaded jquery.jqGrid.js, but has not loaded grid.base.js or any of the other dependencies.&#160; It is looking at media/js/js/grid.base.js, and that&#39;s exactly where the file is, but for some reason it isn&#39;t loading it.&#160; Any thoughts as to why that might be?</p>
<p>Kind regards,</p>
<p>Robert</p>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 12:54:32 +0200</pubDate>
        </item>
        <item>
        	<title>YamilBracho on TableToGrid help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2909</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2909</guid>
        	        	<description><![CDATA[<p>According the docs, you only need to give your HTML table an id or a "selector (a class attribute), say:</p>
<pre><span class="elements">&#60;table</span> <span class="attributes">class=</span><span class="codestring">"mytable"</span>&#62; (or <span class="elements">&#60;table</span> <span class="attributes">id=</span><span class="codestring">"mytable"</span>&#62;)<br /><br />I think you have to write :<br /><br />$(document).ready( function() {<br />   tableToGrid("#mytable");<br />});<br /><br />HTH<br /><br /></pre>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 12:31:13 +0200</pubDate>
        </item>
        <item>
        	<title>Robert on TableToGrid help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2903</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tabletogrid-help#p2903</guid>
        	        	<description><![CDATA[<p>I have an html table I&#39;m generating with Django.&#160; I would like to then</p>
<p>display it as a jqGrid.&#160; However, I (being very new to javascript in general</p>
<p>and jQuery/jqGrid in specific) can&#39;t seem to get the TableToGrid to</p>
<p>fire from the $(document).ready(function).&#160; If anyone could point me</p>
<p>to a solution, it would be much appreciated.</p>
</p>
<p>Kind regards,</p>
<p>Robert</p>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 11:25:30 +0200</pubDate>
        </item>
</channel>
</rss>