<?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: beginner help with editing, searching etc</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/beginner-help-with-editing-searching-etc</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/beginner-help-with-editing-searching-etc/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>irteza on beginner help with editing, searching etc</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/beginner-help-with-editing-searching-etc#p16914</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/beginner-help-with-editing-searching-etc#p16914</guid>
        	        	<description><![CDATA[<p>Hi... I am beginner and I need some help for getting jqgrid to work. I got it to display my tables and stuff. The thing is that I am stuck from here on. I need help on how to search and edit data. I saw the demo of jqgrid and the form editing and searching looks amazing.....It would be nice if someone could help me with this...</p>
<p>This is my code</p>
<p>&#60;table id="list1"&#62;&#60;/table&#62;&#160;<br />&#60;div id="pager1"&#62;&#60;/div&#62;&#160;<br />&#60;br/&#62;&#160;<br />&#60;br/&#62;&#160;</p>
<p>&#60;script type="text/javascript"&#62;&#160;<br />jQuery().ready(function (){<br />jQuery("#list1").jqGrid({<br />url:&#39;ictjobrequests.php&#39;,<br />datatype: "xml",<br />colNames:[&#39;ID&#39;,&#39;Date&#39;, &#39;Ext&#39;,&#39;IP&#39;,&#39;Type&#39;,&#39;Department&#39;,&#39;Username&#39;,&#39;Description&#39;,&#39;Order No.&#39;,&#39;Status&#39;],<br />colModel :[&#160;<br />{name:&#39;cf_id&#39;, index:&#39;cf_id&#39;, width:55},&#160;<br />{name:&#39;recordtime&#39;, index:&#39;recordtime&#39;, width:150},&#160;<br />{name:&#39;ext_number&#39;, index:&#39;ext_number&#39;, width:50, align:&#39;right&#39;},&#160;<br />{name:&#39;ipaddress&#39;, index:&#39;ipaddress&#39;, width:80, align:&#39;right&#39;},&#160;<br />{name:&#39;problem_type&#39;, index:&#39;problem_type&#39;, width:80, align:&#39;right&#39;},<br />{name:&#39;department&#39;, index:&#39;department&#39;, width:120, align:&#39;right&#39;},<br />{name:&#39;username&#39;, index:&#39;username&#39;, width:100, align:&#39;right&#39;},&#160;<br />{name:&#39;problem_description&#39;, index:&#39;problem_description&#39;, width:200, sortable:false},<br />{name:&#39;order_id&#39;, index:&#39;order_id&#39;, width:80, align:&#39;right&#39;},<br />{name:&#39;status&#39;, index:&#39;status&#39;, width:50, align:&#39;right&#39;}&#160;<br />],<br />pager: &#39;#pager1&#39;,<br />rowNum:10,<br />rowList:[10,20,30],<br />sortname: &#39;cf_id&#39;,<br />sortorder: &#39;desc&#39;,<br />viewrecords: true,<br />caption: &#39;ICT Job Requests&#39;,<br />height: 600,<br />editurl: "insert_ictjobrequest.html"<br />});<br />jQuery("#list1").jqGrid(&#39;navGrid&#39;,&#39;#pager1&#39;,{edit:true,add:true,del:true,view:true});</p>
<p>});</p>
<p>&#60;/script&#62;</p>
]]></description>
        	        	<pubDate>Wed, 05 May 2010 11:56:17 +0300</pubDate>
        </item>
</channel>
</rss>