<?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: Prefixes to rowids</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/prefixes-to-rowids</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/feature-request/prefixes-to-rowids/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on Prefixes to rowids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/prefixes-to-rowids#p22020</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/prefixes-to-rowids#p22020</guid>
        	        	<description><![CDATA[<p>Hello Tony!</p>
<p>I answerd recently <a href="http://stackoverflow.com/questions/4946235/jqgrid-copy-between-grids" target="_blank">the question</a>&#160;which could be solved if jqGrid implemented the <strong>idprefix</strong>&#160;parameter which I suggested some time before. If you find a little time, take a look in the question. Probably the problem is do exist?</p>
<p>Thanks<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Wed, 09 Feb 2011 17:47:13 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Prefixes to rowids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/prefixes-to-rowids#p19411</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/prefixes-to-rowids#p19411</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>I found occasionally on <a href="http://stackoverflow.com/questions/482763/jquery-to-check-for-duplicate-ids-in-a-dom" target="_blank">stackoverflow</a> small script which can be used to debugproblems with the duplicate IDs and are thinking about how one can more effective use this:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2424' value='Select Code' data-codeid='sfcode2424' /></p>
<div class='sfcode' id='sfcode2424'>// Warning Duplicate IDs<br />$(&#39;[id]&#39;).each(function(){<br />&#160; var ids = $(&#39;[id=&#39;+this.id+&#39;]&#39;);<br />&#160; if(ids.length&#62;1 &#38;&#38; ids[0]==this)<br />&#160; &#160; console.warn(&#39;Multiple IDs #&#39;+this.id);<br />});</div>
<p>In case of a mixed HTML code (a part written manually and a part generated per script) one cann&#39;t full prevent the problem of ID duplication. What do you think about providing an option like <strong>debug: true</strong>, which could be used for more checking and displaying of message boxes with the errors found? Diagnostic of the problem with the ID duplication could be a part of the <strong>debug: true</strong> functionality.</p>
<p>Besr regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Mon, 30 Aug 2010 16:50:54 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Prefixes to rowids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/prefixes-to-rowids#p18982</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/prefixes-to-rowids#p18982</guid>
        	        	<description><![CDATA[<p>Hello Oleg,</p>
<p>Thanks for this.</p>
<p>The 3.8 as written in the blog post will solve this problem. I find your suggestion very usefull and and I think It can be implemented.</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 05 Aug 2010 15:44:14 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Prefixes to rowids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/prefixes-to-rowids#p18336</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/prefixes-to-rowids#p18336</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p><span style="font-size: 13.8889px;">I&#160;answered&#160;the question <a href="http://stackoverflow.com/questions/3121778/jqgrid-child-element-ids-can-conflict-when-more-than-one-grid-appears-on-page/3121952#3121952&#160;which" rel="nofollow" target="_blank"><a href="http://stackoverflow.com/quest" rel="nofollow">http://stackoverflow.com/quest</a>.....nbsp;which</a> I find very interesting and&#160;recommended&#160;to post a feature request here.&#160;Because&#160;no request are created till now I do it myself.</span></p>
<p><span style="font-size: 13.8889px;">There are an interesting problem. Per default jqGrid create rows in the html table with ids posted back to jqGrid. Not all people know how all works and ids for jqGrid rows may conflict with other ids on the html page.&#160;Especially&#160;it can be a problem if one has more as one grid on the page. It is possible other simple situation where one use for ids numbers like 1,2,3 and so on and one use already the same numbers as ids on other html elements on the grid.</span></p>
<p><span style="font-size: 13.8889px;">It would be nice to introduce a new <strong>idprefix</strong> parameter which can be used for building of html ids from rowids. It wold be important, that all other methods and events which has rowid as a parameter, should receive pure rowid without the prefix. I see the most problem is a backward&#160;compatibility&#160;for introducing of <strong>idprefix</strong>&#160;parameter. A lot of places in the jqGrid which should be changed is another problem. If default value of such parameter will be at the&#160;beginning "", then one will have no compatibility&#160;problem during jqGrid version update.</span></p>
<p><span style="font-size: 13.8889px;">One have already <strong>jqID</strong> function. What I suggest is one more step in the same direction.</span></p>
<p><span style="font-size: 13.8889px;">Best regards<br /><span style="font-size: 13.8889px;">Oleg&#160;</span></span></p>
]]></description>
        	        	<pubDate>Thu, 01 Jul 2010 01:07:54 +0300</pubDate>
        </item>
</channel>
</rss>