<?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: Deploy JqGrid on IIS 5.2 or 6.0 </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/deploy-jqgrid-on-iis-52-or-60</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/deploy-jqgrid-on-iis-52-or-60/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dotnet.coder on Deploy JqGrid on IIS 5.2 or 6.0 </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/deploy-jqgrid-on-iis-52-or-60#p7060</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/deploy-jqgrid-on-iis-52-or-60#p7060</guid>
        	        	<description><![CDATA[<p>Has any one deployed jqgrid on IIS 5. 1 or 6.0 ?</p>
<p>the jq grid is running fine on asp.net dev server but on IIS it is giving the following error :</p>
<p>Microsoft JScript runtime error: Object doesn&#39;t support this property or method</p>
<p>I have heard that jq grid does not hard code paths ...bju jquery.jqgrid.js does the same in side its js file . The error is found at :</p>
<p><span style="font-size: x-small;">jQuery(</span></p>
<p><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"#list"</span></span></p>
<p><span style="font-size: x-small;">).jqGrid({</span></p>
<p>&#160;url: abc,</p>
<p><font size="2"></p>
<p></font></p>
<p><span style="font-size: x-small;">datatype: </span></p>
<p><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;json&#39;</span></span></p>
<p><span style="font-size: x-small;">,<font size="2"></font></span></p>
<p>mtype:</p>
</p>
<p><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;GET&#39;</span></span></p>
<p><span style="font-size: x-small;">,<font size="2"></font></span></p>
<p>colNames: [</p>
</p>
<p><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Id&#39;</span></span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Votes&#39;</span></span><span style="font-size: x-small;">, </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Title&#39;</span></span></p>
<p><span style="font-size: x-small;">],</span></p>
<p>colModel: [</p>
<p><font size="2"></font></p>
<p>{ name:</p>
</p>
<p><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Id&#39;</span></span><span style="font-size: x-small;">, index: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Id&#39;</span></span><span style="font-size: x-small;">, width: 40, align: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;left&#39;</span></span></p>
<p><span style="font-size: x-small;">},<font size="2"></font></span></p>
<p>{ name:</p>
</p>
<p><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Votes&#39;</span></span><span style="font-size: x-small;">, index: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Votes&#39;</span></span><span style="font-size: x-small;">, width: 40, align: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;left&#39;</span></span></p>
<p><span style="font-size: x-small;">},<font size="2"></font></span></p>
<p>{ name:</p>
</p>
<p><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Title&#39;</span></span><span style="font-size: x-small;">, index: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;Title&#39;</span></span><span style="font-size: x-small;">, width: 400, align: </span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">&#39;left&#39;</span></span></p>
<p><span style="font-size: x-small;">}]</span></p>
<p><span style="font-size: x-small; color: #008000;"><span style="font-size: x-small; color: #008000;"></span></span></p>
<p>&#160;pager: jQuery(&#39;#pager&#39;),</p>
<p>&#160;rowNum: 10,</p>
<p>&#160;rowList: [5, 10, 20, 50],</p>
<p>&#160;sortname: &#39;Id&#39;,</p>
<p>&#160;sortorder: "desc",</p>
<p>&#160;viewrecords: true,</p>
<p>&#160;imgpath: &#39;/scripts/themes/coffee/images&#39;,</p>
<p>&#160;caption: &#39;My first grid&#39;</p>
<p><span style="font-size: x-small;"></span></p>
<p>});</p>
</p>
<p>}</p></p>
]]></description>
        	        	<pubDate>Thu, 04 Jun 2009 06:04:30 +0300</pubDate>
        </item>
</channel>
</rss>