<?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: Few Bugs in 3.8 in XHTML mode</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/few-bugs-in-3-8-in-xhtml-mode</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/bugs/few-bugs-in-3-8-in-xhtml-mode/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Few Bugs in 3.8 in XHTML mode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/few-bugs-in-3-8-in-xhtml-mode#p20187</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/few-bugs-in-3-8-in-xhtml-mode#p20187</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you very much. All of these are fixed.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 07 Oct 2010 12:34:06 +0300</pubDate>
        </item>
        <item>
        	<title>ashokshetty on Few Bugs in 3.8 in XHTML mode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/few-bugs-in-3-8-in-xhtml-mode#p20185</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/few-bugs-in-3-8-in-xhtml-mode#p20185</guid>
        	        	<description><![CDATA[<p>I have found that, in XHTML (transitional mode), there are few bugs when using grid. IE8 and Firefox were tolerant, however Chrome and Safari weren&#39;t. Following is the list of changes I have made it to work in these 2 browsers.</p>
<p><strong><span style="text-decoration: underline;">Changes in "grid.base.js"</span></strong></p>
<ol>
<li>Changed "cellPadding" to "cellpadding" and "cellSpacing" to "cellspacing" for the "table" element (line no:880)</li>
<li>First Row creation "td" element wasn&#39;t terminated. Changed around line no : 2045</li>
<li>addMulti (line no : 927) was adding duplicate "aria-describedby" attribute, which fails in XHTML. removed it. One was already added by call to formatCol();</li>
<li>addRowNum (line no : 932) was adding duplicate "aria-describedby" attribute.One was already added by call to formatCol();</li>
<li>For multiselect to work on Chrome changed &#160;as follows
<ol>
<li>(line no:1986) $("[id^=jqg_"+ts.p.id+"_"+"]").attr("checked",true); ====&#62;$("[id^=jqg_"+ts.p.id+"_"+"]").attr("checked","checked");</li>
<li>(line no:1999) $("[id^=jqg_"+ts.p.id+"_"+"]").attr("checked",false);====&#62;$("[id^=jqg_"+ts.p.id+"_"+"]").removeAttr("checked")</li>
</ol>
</li>
</ol>
<p><strong><span style="text-decoration: underline;">Changes to jquery.fmatter.js</span></strong></p>
<p><strong>&#160;&#160;</strong>checkbox pre-defined formatter, for adding disabled attribute, you have to change to &#39;disabled="disabled"&#39; instead of just attribute name.</p>
<p><strong><span style="text-decoration: underline;">Changes to grid.formedit.js</span></strong></p>
<p>View dialog creation error, while creating "navigational buttons". Instead of closing &#60;a&#62; tag, put &#60;/div&#62; &#160;at line 1220 and 1221</p>
<p><strong><br /></strong></p>
]]></description>
        	        	<pubDate>Thu, 07 Oct 2010 04:18:58 +0300</pubDate>
        </item>
</channel>
</rss>