<?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: jqGrid and Oracle Stored Procedure - Unable to display the grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-oracle-stored-procedure-unable-to-display-the-grid</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/jqgrid-and-oracle-stored-procedure-unable-to-display-the-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid and Oracle Stored Procedure - Unable to display the grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-oracle-stored-procedure-unable-to-display-the-grid#p12181</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-oracle-stored-procedure-unable-to-display-the-grid#p12181</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>No I mean diffrent - when you send data back to the client before sending it from the server you should do (PHP variant)</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6487' value='Select Code' data-codeid='sfcode6487' /></p>
<div class='sfcode' id='sfcode6487'>
<p>header("Content-type: text/xml;charset=utf-8");</p>
<p>echo response;</p>
</div>
]]></description>
        	        	<pubDate>Thu, 19 Nov 2009 06:25:38 +0200</pubDate>
        </item>
        <item>
        	<title>Jay on jqGrid and Oracle Stored Procedure - Unable to display the grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-oracle-stored-procedure-unable-to-display-the-grid#p12074</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-oracle-stored-procedure-unable-to-display-the-grid#p12074</guid>
        	        	<description><![CDATA[<p>Changed &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&#62; tag to &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/xml; charset=utf-8&#8243; /&#62;. It is just displaying the grid header and not the data.</p>
]]></description>
        	        	<pubDate>Tue, 17 Nov 2009 10:49:46 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid and Oracle Stored Procedure - Unable to display the grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-oracle-stored-procedure-unable-to-display-the-grid#p12040</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-oracle-stored-procedure-unable-to-display-the-grid#p12040</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Maybe you will need to send the appropriate header before outputting the data to grid - in PHP this is:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7039' value='Select Code' data-codeid='sfcode7039' /></p>
<div class='sfcode' id='sfcode7039'>
<p>header("Content-type: text/xml;charset=utf-8");</p>
</div>
]]></description>
        	        	<pubDate>Tue, 17 Nov 2009 01:19:52 +0200</pubDate>
        </item>
        <item>
        	<title>Jay on jqGrid and Oracle Stored Procedure - Unable to display the grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-oracle-stored-procedure-unable-to-display-the-grid#p11927</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-and-oracle-stored-procedure-unable-to-display-the-grid#p11927</guid>
        	        	<description><![CDATA[<p>I am trying out the the latest version of jqGrid (3.6) to display the contents of the table using the xml format by calling the Oracle Stored Procedure in the url tag that generates the following output. But, the grid is not being displayed. I am not getting any javascript error (the path to the files are correct).</p>
<p>I have attached the HTML Source and the generated XML from the Oracle Stored Procedure.</p>
<p>Am i missing anything?</p>
<p>Help!!!</p>
<p>===========<br />HTML Source<br />===========</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62;<br />&#60;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&#62;<br />&#60;head&#62;<br />&#60;title&#62;Manage Shipping Methods&#60;/title&#62;<br />&#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&#62;<br />&#60;link rel="StyleSheet" type="text/css" href="spm_main.css"&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="jquery-ui-1.7.2.custom.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="ui.jqgrid.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="jquery.searchFilter.css" /&#62;</p>
<p>&#60;script type="text/javascript" src="jquery.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jquery-ui-1.7.2.custom.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jquery.layout.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="grid.locale-en.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jqGrid.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="ui.multiselect.js"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;<br />jQuery().ready(function ()<br /> { <br /> jQuery("#ShipMethodList").jqGrid({ <br /> url:&#39;spm_preq_sm_list_xml&#39;,<br /> datatype: "xml",<br /> colNames:[&#39;Seq&#39;,&#39;Description&#39;, &#39;Entered By&#39;, &#39;Entered Date&#39;,&#39;Updated By&#39;,&#39;Updated Date&#39;],<br /> colModel:[ {name:&#39;seq&#39;,index:&#39;seq&#39;, width:50},<br /> {name:&#39;ShipMethod&#39;,index:&#39;ShipMethod&#39;, width:100},<br /> {name:&#39;EnteredBy&#39;,index:&#39;EnteredBy&#39;, width:100},<br /> {name:&#39;EnteredDate&#39;,index:&#39;EnteredDate&#39;, width:80, align:"center"},<br /> {name:&#39;UpdatedBy&#39;,index:&#39;UpdatedBy&#39;, width:100, align:"right"},<br /> {name:&#39;UpdatedDate&#39;,index:&#39;UpdatedDate&#39;, width:80,align:"center"} ],<br /> pager: $(&#39;#pager&#39;),<br /> rowNum:10,<br /> autowidth: true,<br /> rowList: [10,20],<br /> viewrecords: true,<br /> sortname: &#39;ShipMethod&#39;<br /> caption: "Shipment Methods"<br /> });<br /> });<br /> $("ShipMethodList").navGrid(&#39;#pager&#39;,{edit:false,add:false,del:false});<br /> &#60;/script&#62;<br /> &#60;/head&#62;<br /> &#60;body&#62;<br /> &#60;h4 align="center"&#62;Manage Shipping Methods&#60;/h4&#62;<br /> &#60;table id="ShipMethodList"&#62;&#60;/table&#62;<br /> &#60;div id="pager" class="scroll"&#62;&#60;/div&#62;<br /> &#60;/body&#62;<br /> &#60;/html&#62;</p>
<p>==============================================<br />Generated XML from the Oracle Stored Procedure (spm_preq_sm_list_xml)<br />==============================================<br />&#60;?xml version=&#39;1.0&#39; encoding=&#39;utf-8&#39;?&#62;<br />&#60;rows&#62;&#60;page&#62;1&#60;/page&#62;&#60;total&#62;2&#60;/total&#62;&#60;records&#62;19&#60;/records&#62;<br /> &#60;row id=&#39;33444&#39;&#62;<br /> &#60;cell&#62;40&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[AIR]]&#62;&#60;/cell&#62;<br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;18-AUG-09&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;/cell&#62; <br /> &#60;/row&#62;</p>
<p>&#60;row id=&#39;33430&#39;&#62;<br /> &#60;cell&#62;10&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[FEDEX]]&#62;&#60;/cell&#62;<br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;18-AUG-09&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;18-AUG-09&#60;/cell&#62; <br /> &#60;/row&#62;</p>
<p>&#60;row id=&#39;33443&#39;&#62;<br /> &#60;cell&#62;70&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[RAIL]]&#62;&#60;/cell&#62;<br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;18-AUG-09&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;18-AUG-09&#60;/cell&#62; <br /> &#60;/row&#62;</p>
<p>&#60;row id=&#39;33446&#39;&#62;<br /> &#60;cell&#62;60&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[SEA]]&#62;&#60;/cell&#62;<br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;18-AUG-09&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;/cell&#62; <br /> &#60;/row&#62;</p>
<p>&#60;row id=&#39;34732&#39;&#62;<br /> &#60;cell&#62;110&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[TEST 1]]&#62;&#60;/cell&#62;<br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;13-NOV-09&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;/cell&#62; <br /> &#60;/row&#62;</p>
<p>&#60;row id=&#39;34733&#39;&#62;<br /> &#60;cell&#62;120&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[TEST 2]]&#62;&#60;/cell&#62;<br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;13-NOV-09&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;/cell&#62; <br /> &#60;/row&#62;</p>
<p>&#60;row id=&#39;34734&#39;&#62;<br /> &#60;cell&#62;130&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[TEST 3]]&#62;&#60;/cell&#62;<br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;13-NOV-09&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;/cell&#62; <br /> &#60;/row&#62;</p>
<p>&#60;row id=&#39;33445&#39;&#62;<br /> &#60;cell&#62;50&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[TRUCK]]&#62;&#60;/cell&#62;<br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;18-AUG-09&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;/cell&#62; <br /> &#60;/row&#62;</p>
<p>&#60;row id=&#39;33447&#39;&#62;<br /> &#60;cell&#62;22&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[UPS 2ND DAY AIR]]&#62;&#60;/cell&#62;<br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;18-AUG-09&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;/cell&#62; <br /> &#60;/row&#62;</p>
<p>&#60;row id=&#39;33450&#39;&#62;<br /> &#60;cell&#62;30&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[USPS]]&#62;&#60;/cell&#62;<br /> &#60;cell&#62;&#60;![CDATA[3]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;18-AUG-09&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;![CDATA[]]&#62;&#60;/cell&#62;    <br /> &#60;cell&#62;&#60;/cell&#62; <br /> &#60;/row&#62;</p>
<p>&#60;/rows&#62;<br />========================</p></p>
]]></description>
        	        	<pubDate>Fri, 13 Nov 2009 16:34:47 +0200</pubDate>
        </item>
</channel>
</rss>