<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: jqGrid 3.5 beta</title>
	<atom:link href="http://www.trirand.com/blog/?feed=rss2&#038;p=362" rel="self" type="application/rss+xml" />
	<link>http://www.trirand.com/blog/?p=362</link>
	<description>Grid plugin</description>
	<lastBuildDate>Sat, 04 Sep 2010 13:36:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ozahata</title>
		<link>http://www.trirand.com/blog/?p=362&#038;cpage=7#comment-14398</link>
		<dc:creator>Ozahata</dc:creator>
		<pubDate>Tue, 10 Aug 2010 11:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=362#comment-14398</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-4221&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-4221&quot; rel=&quot;nofollow&quot;&gt;Demetri&lt;/a&gt; :&lt;/strong&gt;
&lt;a href=&quot;#comment-2849&quot; rel=&quot;nofollow&quot;&gt;@Dominique &lt;/a&gt;
How to adjust jqGid font size:
I found solution in the wiki Documentation ‘How to Install’
&lt;a href=&quot;http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install&quot; rel=&quot;nofollow&quot;&gt;http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install&lt;/a&gt;
just reduce the font size of body section,
…
       html, body {
       margin: 0;
       padding: 0;
       font-size: 75%;
   }
…
…
&lt;/blockquote&gt;
You need insert this tag in the first line of html:
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-4221"><p>
<strong><a href="#comment-4221" rel="nofollow">Demetri</a> :</strong><br />
<a href="#comment-2849" rel="nofollow">@Dominique </a><br />
How to adjust jqGid font size:<br />
I found solution in the wiki Documentation ‘How to Install’<br />
<a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install" rel="nofollow">http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install</a><br />
just reduce the font size of body section,<br />
…<br />
       html, body {<br />
       margin: 0;<br />
       padding: 0;<br />
       font-size: 75%;<br />
   }<br />
…<br />
…
</p></blockquote>
<p>You need insert this tag in the first line of html:<br />
&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozahata</title>
		<link>http://www.trirand.com/blog/?p=362&#038;cpage=7#comment-14397</link>
		<dc:creator>Ozahata</dc:creator>
		<pubDate>Tue, 10 Aug 2010 11:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=362#comment-14397</guid>
		<description>&lt;a href=&quot;#comment-4542&quot; rel=&quot;nofollow&quot;&gt;@zeke0 &lt;/a&gt; 
You need insert this tag in the first line of html:
</description>
		<content:encoded><![CDATA[<p><a href="#comment-4542" rel="nofollow">@zeke0 </a><br />
You need insert this tag in the first line of html:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jokonardi</title>
		<link>http://www.trirand.com/blog/?p=362&#038;cpage=7#comment-13166</link>
		<dc:creator>jokonardi</dc:creator>
		<pubDate>Sat, 03 Jul 2010 07:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=362#comment-13166</guid>
		<description>hi i&#039;m trying with editing_data/edit_types/ and i want to set edit form with size and text input length ,how i set this edit form ?</description>
		<content:encoded><![CDATA[<p>hi i&#8217;m trying with editing_data/edit_types/ and i want to set edit form with size and text input length ,how i set this edit form ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim P</title>
		<link>http://www.trirand.com/blog/?p=362&#038;cpage=7#comment-12066</link>
		<dc:creator>Jim P</dc:creator>
		<pubDate>Tue, 11 May 2010 18:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=362#comment-12066</guid>
		<description>Tony,

I&#039;m trying to open a new window in the onCellSelect event and can&#039;t get it to work.

onCellSelect: function(rowid,iCol,cellcontent){
  if (iCol == 0)
    $(&#039;a[href=&quot;myserver/pti/parview/#shipdetail.cfm?ThisSN=&#039;+cellcontent+&#039;&quot;]&#039;).attr(&quot;target&quot;, &quot;_blank&quot;);				   	
  },

How can I do this?  thanks, Jim</description>
		<content:encoded><![CDATA[<p>Tony,</p>
<p>I&#8217;m trying to open a new window in the onCellSelect event and can&#8217;t get it to work.</p>
<p>onCellSelect: function(rowid,iCol,cellcontent){<br />
  if (iCol == 0)<br />
    $(&#8216;a[href="myserver/pti/parview/#shipdetail.cfm?ThisSN='+cellcontent+'"]&#8216;).attr(&#8220;target&#8221;, &#8220;_blank&#8221;);<br />
  },</p>
<p>How can I do this?  thanks, Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karim</title>
		<link>http://www.trirand.com/blog/?p=362&#038;cpage=7#comment-9384</link>
		<dc:creator>karim</dc:creator>
		<pubDate>Wed, 17 Mar 2010 11:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=362#comment-9384</guid>
		<description>Please Tony,
Why the number of fields in the xls file after the export does&#039;nt depass 1000 fields???</description>
		<content:encoded><![CDATA[<p>Please Tony,<br />
Why the number of fields in the xls file after the export does&#8217;nt depass 1000 fields???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit kumar</title>
		<link>http://www.trirand.com/blog/?p=362&#038;cpage=7#comment-8944</link>
		<dc:creator>amit kumar</dc:creator>
		<pubDate>Mon, 08 Mar 2010 12:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=362#comment-8944</guid>
		<description>&lt;a href=&quot;#comment-4667&quot; rel=&quot;nofollow&quot;&gt;@Carlos &lt;/a&gt; 
hi Calos, did you get the solution. I&#039;m also facing the same problem. Please forward me the solution, if  you have already figured out. Thank you.</description>
		<content:encoded><![CDATA[<p><a href="#comment-4667" rel="nofollow">@Carlos </a><br />
hi Calos, did you get the solution. I&#8217;m also facing the same problem. Please forward me the solution, if  you have already figured out. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://www.trirand.com/blog/?p=362&#038;cpage=7#comment-7741</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=362#comment-7741</guid>
		<description>Hi guys, i&#039;m having some issues. Once I completed filters and try to search, I get he &quot;loading&quot; splash and the overlay dissapears, letting to manipulate the grid. I want to keep the grid inactive until I close the search modal. Thanks!


jQuery(&quot;#list&quot;).jqGrid({
                url: &#039;&#039;,
                datatype: &#039;json&#039;,
                mtype: &#039;GET&#039;,
                loadui: &#039;block&#039;,
                multiselect: false,
                colNames: [&#039;Id&#039;, &#039;Creada&#039;, &#039;Titulo&#039;, &#039;Opciones&#039;],
                colModel: [
                  { index: &#039;Id&#039;, hidden: true, search: false },
                  { index: &#039;Creada&#039;, width: 50, align: &#039;left&#039;, searchoptions: { dataInit: datePick, sopt: [&#039;le&#039;, &#039;ge&#039;, &#039;eq&#039;]} },
                  { index: &#039;Titulo&#039;, width: 150, align: &#039;left&#039;, searchoptions: { sopt: [&#039;cn&#039;]} },
                  { index: &#039;Opciones&#039;, width: 50, formatter: formatOpciones, align: &#039;center&#039;, sortable: false, search: false }
                ],

                pager: jQuery(&#039;#pager&#039;),
                rowNum: 8,
                rowList: [8, 15, 20],
                sortname: &#039;Creada&#039;,
                sortorder: &#039;desc&#039;,
                viewrecords: true,
                imgpath: &#039;/content/cupertino/images&#039;,
                height: 240,
                width: 867,
                hidegrid: false
                //});
            }).navGrid(jQuery(&#039;#pager&#039;), { search: true, edit: false, add: false, del: false, searchtext: &quot;Buscar&quot; },
            {}, //  default settings for edit
            {}, //  default settings for add
            {},  // delete instead that del:false we need this
            {closeAfterSearch: false, drag: false, closeOnEscape: true }, // search options
            {} /* view parameters*/

            );

        });</description>
		<content:encoded><![CDATA[<p>Hi guys, i&#8217;m having some issues. Once I completed filters and try to search, I get he &#8220;loading&#8221; splash and the overlay dissapears, letting to manipulate the grid. I want to keep the grid inactive until I close the search modal. Thanks!</p>
<p>jQuery(&#8220;#list&#8221;).jqGrid({<br />
                url: &#8221;,<br />
                datatype: &#8216;json&#8217;,<br />
                mtype: &#8216;GET&#8217;,<br />
                loadui: &#8216;block&#8217;,<br />
                multiselect: false,<br />
                colNames: ['Id', 'Creada', 'Titulo', 'Opciones'],<br />
                colModel: [<br />
                  { index: 'Id', hidden: true, search: false },<br />
                  { index: 'Creada', width: 50, align: 'left', searchoptions: { dataInit: datePick, sopt: ['le', 'ge', 'eq']} },<br />
                  { index: &#8216;Titulo&#8217;, width: 150, align: &#8216;left&#8217;, searchoptions: { sopt: ['cn']} },<br />
                  { index: &#8216;Opciones&#8217;, width: 50, formatter: formatOpciones, align: &#8216;center&#8217;, sortable: false, search: false }<br />
                ],</p>
<p>                pager: jQuery(&#8216;#pager&#8217;),<br />
                rowNum: 8,<br />
                rowList: [8, 15, 20],<br />
                sortname: &#8216;Creada&#8217;,<br />
                sortorder: &#8216;desc&#8217;,<br />
                viewrecords: true,<br />
                imgpath: &#8216;/content/cupertino/images&#8217;,<br />
                height: 240,<br />
                width: 867,<br />
                hidegrid: false<br />
                //});<br />
            }).navGrid(jQuery(&#8216;#pager&#8217;), { search: true, edit: false, add: false, del: false, searchtext: &#8220;Buscar&#8221; },<br />
            {}, //  default settings for edit<br />
            {}, //  default settings for add<br />
            {},  // delete instead that del:false we need this<br />
            {closeAfterSearch: false, drag: false, closeOnEscape: true }, // search options<br />
            {} /* view parameters*/</p>
<p>            );</p>
<p>        });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eren</title>
		<link>http://www.trirand.com/blog/?p=362&#038;cpage=7#comment-7529</link>
		<dc:creator>Eren</dc:creator>
		<pubDate>Sun, 27 Dec 2009 21:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=362#comment-7529</guid>
		<description>&lt;a href=&quot;#comment-7373&quot; rel=&quot;nofollow&quot;&gt;@Deepalakshmik &lt;/a&gt; 
ithink this problem is related to XML content type. i had the same problem and solved it with this header:

header(&quot;Content-type:text/xml;charset=utf-8&quot;,true);

Give the second parameter as true to override any previous content type header.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7373" rel="nofollow">@Deepalakshmik </a><br />
ithink this problem is related to XML content type. i had the same problem and solved it with this header:</p>
<p>header(&#8220;Content-type:text/xml;charset=utf-8&#8243;,true);</p>
<p>Give the second parameter as true to override any previous content type header.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RajSadagopan</title>
		<link>http://www.trirand.com/blog/?p=362&#038;cpage=7#comment-7410</link>
		<dc:creator>RajSadagopan</dc:creator>
		<pubDate>Thu, 17 Dec 2009 20:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=362#comment-7410</guid>
		<description>Hi,

I would like to have an example of how to use jqGrid with JSP? All the examples in the web site talks only about using PHP. Any help is appreciated.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I would like to have an example of how to use jqGrid with JSP? All the examples in the web site talks only about using PHP. Any help is appreciated.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddharth</title>
		<link>http://www.trirand.com/blog/?p=362&#038;cpage=7#comment-7384</link>
		<dc:creator>Siddharth</dc:creator>
		<pubDate>Tue, 15 Dec 2009 09:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=362#comment-7384</guid>
		<description>Hi,
I want to edit the table row using jquery &#039;tableToGrid&#039;,But dunno how to proceed as there is no reference available for that. 
So, Please let me know how to edit the table row while using &#039;tableToGrid&#039;. Any suggestions/help related to this will be highly appreciated.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want to edit the table row using jquery &#8216;tableToGrid&#8217;,But dunno how to proceed as there is no reference available for that.<br />
So, Please let me know how to edit the table row while using &#8216;tableToGrid&#8217;. Any suggestions/help related to this will be highly appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
