<?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: Use tabs to seperate grids.. how can i...</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i</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/use-tabs-to-seperate-grids-how-can-i/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kelso on Use tabs to seperate grids.. how can i...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i#p15418</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i#p15418</guid>
        	        	<description><![CDATA[<p>Tony, after enabling console in firebug (didnt know it even did all that stuff), i was able to figure out what the problem was. I had been using it to inspect elements and doms, but this was the saver for me! Thank you so much!</p>
]]></description>
        	        	<pubDate>Fri, 05 Mar 2010 15:48:51 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Use tabs to seperate grids.. how can i...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i#p15409</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i#p15409</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please use FireBug and see what is happen when you post the data. Is the url correct - I mean do you have set the correct path to it?</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 05 Mar 2010 13:27:25 +0200</pubDate>
        </item>
        <item>
        	<title>kelso on Use tabs to seperate grids.. how can i...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i#p15339</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i#p15339</guid>
        	        	<description><![CDATA[<p>still no luck getting my editurl to function. I have noticed if i rename the file, it does complain about it not being there. but even with a die("test"); in the 1st lines, the script is never run...</p>
</p>
<p>any help would be greatly appreciated!</p>
]]></description>
        	        	<pubDate>Wed, 03 Mar 2010 21:39:15 +0200</pubDate>
        </item>
        <item>
        	<title>kelso on Use tabs to seperate grids.. how can i...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i#p15321</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i#p15321</guid>
        	        	<description><![CDATA[<p>I guess im just confused about the edit code.. I have in the main page editurl: editsu.php, which is below. However, when i execute a change, it doesnt do anything with this file. I added the die command to verify.</p>
<p>require &#39;base.php&#39;;</p>
<p>die("Success!!");</p>
<p>$operation = $_POST[&#39;oper&#39;];</p>
<p>if ($operation == "edit") { 	qquery("UPDATE customers SET vlan = &#39;".$_POST[&#39;vlan&#39;]."&#39;, datadl = &#39;".$_POST[&#39;datadl&#39;]."&#39;, dataul = &#39;".$_POST[&#39;dataul&#39;]."&#39;, servicetype = &#39;".$_POST[&#39;servicetype&#39;]."&#39;, voicelines = &#39;".$_POST[&#39;voicelines&#39;]."&#39;, freqname = &#39;".$_POST[&#39;freqname&#39;]."&#39;, radioname = &#39;".$_POST[&#39;radioname&#39;]."&#39;, serial = &#39;".$_POST[&#39;serial&#39;]."&#39;, mac = &#39;".$_POST[&#39;mac&#39;]."&#39; WHERE id = &#39;".$_POST[&#39;id&#39;]."&#39;") or die(mysql_error());</p>
<p>} elseif ($operation == "add") { 	qquery("INSERT INTO customers(uname, fname, mname, lname, email, pass, cnumber, level, status) VALUES (&#39;$uname&#39;, &#39;$fname&#39;, &#39;$mname&#39;, &#39;$lname&#39;, &#39;$email&#39;,&#39;$pass&#39;, &#39;$cnumber&#39;,&#39;$level&#39;, 2)");  }</p>
]]></description>
        	        	<pubDate>Wed, 03 Mar 2010 00:20:22 +0200</pubDate>
        </item>
        <item>
        	<title>kelso on Use tabs to seperate grids.. how can i...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i#p15308</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/use-tabs-to-seperate-grids-how-can-i#p15308</guid>
        	        	<description><![CDATA[<p>I basically want to click add, and a server action will insert a blank row to mysql (which automatically assigns an ID). I need this to be based on a TID variable which I pass from the url:&#39;server.php?tid=5&#39; in the jqgrid JS. There might be another way to mark such a variable but im still very new to jquery/etc..</p>
<p>I have another script that when a record is inserted based on the TID, it automatically assigns a new VLAN and IP to this particular user (code already works on my old framework, just looking to make a newer better working framework).</p>
</p>
<p>I&#39;ve figured out the select boxes for editing a user and what not, but am unsure of the code used when clicking the add button..</p>
<p>{name:&#39;dataul&#39;, index:&#39;dataul&#39;, width : 55, editable: true,edittype:"select",editoptions:{value:"&#60;? $qr = qquery("select * from datatypes"); while ($q = ffetch($qr)) {echo "$q[id]:$q[name];";}?&#62;"}},{name:&#39;datadl&#39;,index:&#39;datadl&#39;, width:55, editable: true,edittype:"select",editoptions:{value:"&#60;? $qr = qquery("select * from datatypes"); while ($q = ffetch($qr)) {echo "$q[id]:$q[name];";}?&#62;"}},</p>
]]></description>
        	        	<pubDate>Tue, 02 Mar 2010 20:06:56 +0200</pubDate>
        </item>
</channel>
</rss>