<?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: 'script' dataType</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/script-datatype</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/feature-request/script-datatype/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on 'script' dataType</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/script-datatype#p6778</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/script-datatype#p6778</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Added in 3.5 version.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 20 May 2009 10:03:18 +0300</pubDate>
        </item>
        <item>
        	<title>stevechui on 'script' dataType</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/script-datatype#p6735</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/script-datatype#p6735</guid>
        	        	<description><![CDATA[<p>I&#39;m using a web framework calls Stripes and it has the capability to return javascript instead of json object. Javascript is easier to work with in the browser and can support more complex data (e.g. cyclical object graphs).</p>
<p>To support it, simply add the following case statement in the populate function and that&#39;s all... So, please consider it adding into future release.</p>
<p>case "script":<br />&#160;&#160;&#160; &#160;&#160; $.ajax({url:ts.p.url,type:ts.p.mtype,<span style="color: #ff0000;">dataType:"script"</span>,data: gdata, complete:function(JSON,st) { if(st=="success") {addJSONData(<span style="color: #ff0000;">eval(JSON.responseText)</span>,ts.grid.bDiv,rcnt); JSON=null; if(loadComplete) {loadComplete();}}}, error:function(xhr,st,err){if(loadError) {loadError(xhr,st,err);}endReq();xhr=null;}, beforeSend: function(xhr){if(loadBeforeSend) {loadBeforeSend(xhr);} xhr=null;}});<br />&#160;&#160;&#160; &#160;&#160;&#160; if( ts.p.loadonce &#124;&#124; ts.p.treeGrid) {ts.p.datatype = "local";}<br />break;</p></p>
]]></description>
        	        	<pubDate>Fri, 15 May 2009 17:53:22 +0300</pubDate>
        </item>
</channel>
</rss>