<?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: Subgrid feature not working if id contains special characters</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/subgrid-feature-not-working-if-id-contains-special-characters</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/subgrid-feature-not-working-if-id-contains-special-characters/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>bhuvin on Subgrid feature not working if id contains special characters</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/subgrid-feature-not-working-if-id-contains-special-characters#p24742</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/subgrid-feature-not-working-if-id-contains-special-characters#p24742</guid>
        	        	<description><![CDATA[<p>Hey, I am facing the same problem. I am using subgrid as row_ids.</p>
<p>Now i am handling the table id but what happens is that there is a div already created with an unacceptable id .</p>
<p>For eg : if the cell content is : yahoo.com</p>
<p>Now the Subgrid_id is domainWiseReportTbl_yahoo.com</p>
<p>Now with the same id a div is created so even if we handle the table id with jq id still the div is there and it creates a problem there. So this is creating a problem.</p>
<p>I am stuck with this problem. Please help out ....</p>
<p>Thanks in advance</p>
]]></description>
        	        	<pubDate>Tue, 27 Sep 2011 13:46:01 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Subgrid feature not working if id contains special characters</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/subgrid-feature-not-working-if-id-contains-special-characters#p17268</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/subgrid-feature-not-working-if-id-contains-special-characters#p17268</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks.</p>
<p>This is a issue that we know, but you should correct it in your code (suppose you use a subgrid as grid)</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4187' value='Select Code' data-codeid='sfcode4187' /></p>
<div class='sfcode' id='sfcode4187'>
<p>&#160;&#160;&#160; subGridRowExpanded: function(subgrid_id, row_id) {<br />&#160;&#160; &#160;&#160;&#160;&#160; var subgrid_table_id, pager_id;<br />&#160;&#160; &#160;&#160;&#160; &#160;subgrid_table_id = subgrid_id+"_t";<br />&#160;&#160; &#160;&#160;&#160; &#160;pager_id = "p_"+subgrid_table_id;<br />&#160;&#160; &#160;&#160;&#160; &#160;$("#"+subgrid_id).html("&#60;table id=&#39;"+subgrid_table_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;&#60;div id=&#39;"+pager_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/div&#62;");<br />&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#"+<strong>jQuery.jgrid.jqID(subgrid_table_id)</strong>).jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;url:"subgrid.php?q=2&#38;id="+row_id,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype: "xml",<br />...</p>
</div>
<p>More you can find here:</p>
<p><a href="http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_by_an_ID_that_has_characters_used_in_CSS_notation.3F" rel="nofollow" target="_blank"><a href="http://docs.jquery.com/Frequen" rel="nofollow">http://docs.jquery.com/Frequen</a>.....otation.3F</a></p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 18 May 2010 11:01:34 +0300</pubDate>
        </item>
        <item>
        	<title>snark on Subgrid feature not working if id contains special characters</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/subgrid-feature-not-working-if-id-contains-special-characters#p17251</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/subgrid-feature-not-working-if-id-contains-special-characters#p17251</guid>
        	        	<description><![CDATA[<p>Not sure if it has been mentioned anywhere in the docs, so I&#39;m apologizing if this is a duplicate/known issue:</p>
</p>
<p>The row ids in my dataset look like this: "a:b:c", where a, b, and c are alphanumeric strings. This works fine with the grid itself, however the subgrid fails to render, even though the row id gets encoded correctly when accessing the subgrid url.</p>
<p>When I removed the ":" sign from ids making it look like "abc", everything started working fine.</p>
]]></description>
        	        	<pubDate>Mon, 17 May 2010 22:55:22 +0300</pubDate>
        </item>
</channel>
</rss>