<?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 Alfa 3</title>
	<atom:link href="http://www.trirand.com/blog/?feed=rss2&#038;p=262" rel="self" type="application/rss+xml" />
	<link>http://www.trirand.com/blog/?p=262</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: Locotx</title>
		<link>http://www.trirand.com/blog/?p=262&#038;cpage=2#comment-14472</link>
		<dc:creator>Locotx</dc:creator>
		<pubDate>Wed, 11 Aug 2010 18:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=262#comment-14472</guid>
		<description>&lt;a href=&quot;#comment-2637&quot; rel=&quot;nofollow&quot;&gt;@Basdub &lt;/a&gt;  Man thanks for just mentioning that.  That was driving me nuts !!!</description>
		<content:encoded><![CDATA[<p><a href="#comment-2637" rel="nofollow">@Basdub </a>  Man thanks for just mentioning that.  That was driving me nuts !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhamad Samir</title>
		<link>http://www.trirand.com/blog/?p=262&#038;cpage=2#comment-7768</link>
		<dc:creator>Muhamad Samir</dc:creator>
		<pubDate>Mon, 18 Jan 2010 11:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=262#comment-7768</guid>
		<description>I&#039;m using 3.5 version</description>
		<content:encoded><![CDATA[<p>I&#8217;m using 3.5 version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhamad Samir</title>
		<link>http://www.trirand.com/blog/?p=262&#038;cpage=2#comment-7767</link>
		<dc:creator>Muhamad Samir</dc:creator>
		<pubDate>Mon, 18 Jan 2010 11:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=262#comment-7767</guid>
		<description>Firstly  , it so fantastic , I used it in three projects until now , but all of them in English , and now I&#039;m going to start a new a project but in Arabic Language , and I desperate because it does not support Arabic .. So , Please provide me with any configuration or updates you have to make support Arabic ..

Thanks</description>
		<content:encoded><![CDATA[<p>Firstly  , it so fantastic , I used it in three projects until now , but all of them in English , and now I&#8217;m going to start a new a project but in Arabic Language , and I desperate because it does not support Arabic .. So , Please provide me with any configuration or updates you have to make support Arabic ..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kostis</title>
		<link>http://www.trirand.com/blog/?p=262&#038;cpage=2#comment-7385</link>
		<dc:creator>Kostis</dc:creator>
		<pubDate>Tue, 15 Dec 2009 09:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=262#comment-7385</guid>
		<description>Dear all,

I am using 3.5 version and I am trying to implement a tree.
I have placed the below code:

   	treeGrid: true,
        ExpandColumn: &#039;title&#039;,
        autowidth: true,
        ExpandColClick: true,
        treeIcons: {leaf:&#039;ui-icon-document-b&#039;},
        onSelectRow: function(id) {
               //my business logic
}

When I load or refresh my page I cannot see any images in the &#039;title&#039; column.
I have include all the specified css files and images.

could you please advice?

Thanks in advance.
Kostis</description>
		<content:encoded><![CDATA[<p>Dear all,</p>
<p>I am using 3.5 version and I am trying to implement a tree.<br />
I have placed the below code:</p>
<p>   	treeGrid: true,<br />
        ExpandColumn: &#8216;title&#8217;,<br />
        autowidth: true,<br />
        ExpandColClick: true,<br />
        treeIcons: {leaf:&#8217;ui-icon-document-b&#8217;},<br />
        onSelectRow: function(id) {<br />
               //my business logic<br />
}</p>
<p>When I load or refresh my page I cannot see any images in the &#8216;title&#8217; column.<br />
I have include all the specified css files and images.</p>
<p>could you please advice?</p>
<p>Thanks in advance.<br />
Kostis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smilinguy</title>
		<link>http://www.trirand.com/blog/?p=262&#038;cpage=2#comment-3842</link>
		<dc:creator>Smilinguy</dc:creator>
		<pubDate>Sat, 01 Aug 2009 00:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=262#comment-3842</guid>
		<description>&lt;a href=&quot;#comment-2615&quot; rel=&quot;nofollow&quot;&gt;@Shiva &lt;/a&gt; 
Shiva, did you figure out how to do this?

I want to use a jqGrid as part of a more complicated form, but I don&#039;t want to do updating on the server until the entire form is complete.  The reason is that the form will contain child objects and they can&#039;t be added to the server before the parent.  Is there a way to submit the contents of the jqGrid as part of form on the rest of the page?</description>
		<content:encoded><![CDATA[<p><a href="#comment-2615" rel="nofollow">@Shiva </a><br />
Shiva, did you figure out how to do this?</p>
<p>I want to use a jqGrid as part of a more complicated form, but I don&#8217;t want to do updating on the server until the entire form is complete.  The reason is that the form will contain child objects and they can&#8217;t be added to the server before the parent.  Is there a way to submit the contents of the jqGrid as part of form on the rest of the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://www.trirand.com/blog/?p=262&#038;cpage=2#comment-3637</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=262#comment-3637</guid>
		<description>FYI..
    I&#039;m using jqGrid 3.4.4.

- Karthik</description>
		<content:encoded><![CDATA[<p>FYI..<br />
    I&#8217;m using jqGrid 3.4.4.</p>
<p>- Karthik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://www.trirand.com/blog/?p=262&#038;cpage=2#comment-3635</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=262#comment-3635</guid>
		<description>&lt;a href=&quot;#comment-2504&quot; rel=&quot;nofollow&quot;&gt;@prbabu/@praveen &lt;/a&gt; 
&lt;a href=&quot;#comment-2504&quot; rel=&quot;nofollow&quot;&gt;@Tony &lt;/a&gt; 

I&#039;m using IE 6. I have the same problem. It shows &#039;warning&#039; popup, but &quot;please select row&quot; message is not displaying. It&#039;s working fine in firefox 3.0. Did you solve that issue?

&quot;Found an issue in IE7 while clicking the “Edit”/”Delete” icons from the navigation menu. If I don’t select any record on the grid, the “Warning” message pops-up with no text in it. Checked the same page in Google Chrome, the “Warning” message text is displayed.&quot;

- Karthik</description>
		<content:encoded><![CDATA[<p><a href="#comment-2504" rel="nofollow">@prbabu/@praveen </a><br />
<a href="#comment-2504" rel="nofollow">@Tony </a> </p>
<p>I&#8217;m using IE 6. I have the same problem. It shows &#8216;warning&#8217; popup, but &#8220;please select row&#8221; message is not displaying. It&#8217;s working fine in firefox 3.0. Did you solve that issue?</p>
<p>&#8220;Found an issue in IE7 while clicking the “Edit”/”Delete” icons from the navigation menu. If I don’t select any record on the grid, the “Warning” message pops-up with no text in it. Checked the same page in Google Chrome, the “Warning” message text is displayed.&#8221;</p>
<p>- Karthik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basdub</title>
		<link>http://www.trirand.com/blog/?p=262&#038;cpage=2#comment-2908</link>
		<dc:creator>Basdub</dc:creator>
		<pubDate>Wed, 17 Jun 2009 03:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=262#comment-2908</guid>
		<description>&lt;a href=&quot;#comment-2899&quot; rel=&quot;nofollow&quot;&gt;@shijo&lt;/a&gt; 
I&#039;m not sure how css can be applied but no images. In my case, the css file was not loading at all since the path was incorrect.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2899" rel="nofollow">@shijo</a><br />
I&#8217;m not sure how css can be applied but no images. In my case, the css file was not loading at all since the path was incorrect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shijo</title>
		<link>http://www.trirand.com/blog/?p=262&#038;cpage=2#comment-2899</link>
		<dc:creator>shijo</dc:creator>
		<pubDate>Tue, 16 Jun 2009 09:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=262#comment-2899</guid>
		<description>&lt;a href=&quot;#comment-2637&quot; rel=&quot;nofollow&quot;&gt;@Basdub&lt;/a&gt; 

Am also facing the same problem.  css is getting applied but no images...</description>
		<content:encoded><![CDATA[<p><a href="#comment-2637" rel="nofollow">@Basdub</a> </p>
<p>Am also facing the same problem.  css is getting applied but no images&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bleak</title>
		<link>http://www.trirand.com/blog/?p=262&#038;cpage=2#comment-2689</link>
		<dc:creator>Bleak</dc:creator>
		<pubDate>Fri, 29 May 2009 00:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.trirand.com/blog/?p=262#comment-2689</guid>
		<description>I&#039;ve just started using jqGrid, and think it is a fantastic pluggin, so great work on that.

The problem I am having is that I am embedding the jqGrid inside of a UI-Dialog, but it seems to me that the generated grid isn&#039;t selectable.. it seems to be behind an overlay or something..

Any suggestions?

Regards.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just started using jqGrid, and think it is a fantastic pluggin, so great work on that.</p>
<p>The problem I am having is that I am embedding the jqGrid inside of a UI-Dialog, but it seems to me that the generated grid isn&#8217;t selectable.. it seems to be behind an overlay or something..</p>
<p>Any suggestions?</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
