<?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: edittype:select and readonly issue</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/edittypeselect-and-readonly-issue</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/edittypeselect-and-readonly-issue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on edittype:select and readonly issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edittypeselect-and-readonly-issue#p19304</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edittypeselect-and-readonly-issue#p19304</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Any test case or how look the select in this case.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 25 Aug 2010 17:57:16 +0300</pubDate>
        </item>
        <item>
        	<title>vikrant4u2 on edittype:select and readonly issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edittypeselect-and-readonly-issue#p19211</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edittypeselect-and-readonly-issue#p19211</guid>
        	        	<description><![CDATA[<p><strong>tony,</strong></p>
</p>
<p><strong>that&#39;s absolutly correct readonly is not the right attribute for select. But if&#160; we use disable instead the value will not be available in request data when the form is submited.<br /></strong></p>
]]></description>
        	        	<pubDate>Thu, 19 Aug 2010 18:56:18 +0300</pubDate>
        </item>
        <item>
        	<title>tony on edittype:select and readonly issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edittypeselect-and-readonly-issue#p19204</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edittypeselect-and-readonly-issue#p19204</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Looking here will maybe help.</p>
<p><a href="http://www.w3schools.com/TAGS/tag_Select.asp" rel="nofollow" target="_blank"><a href="http://www.w3schools.com/TAGS/" rel="nofollow">http://www.w3schools.com/TAGS/</a>.....Select.asp</a></p>
<p>Readonly is not valid attribute for select</p>
]]></description>
        	        	<pubDate>Thu, 19 Aug 2010 17:23:15 +0300</pubDate>
        </item>
        <item>
        	<title>vikrant4u2 on edittype:select and readonly issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/edittypeselect-and-readonly-issue#p19200</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/edittypeselect-and-readonly-issue#p19200</guid>
        	        	<description><![CDATA[<p>I tried creating following field in my grid</p>
<p>{name:&#39;taxtype&#39;,index:&#39;taxtype&#39;,width:5,search:false,<strong>edittype:&#39;select&#39;</strong>,editable:true,hidden:true,editrules: {edithidden:true, required:true}, editoptions: {<strong>readonly:&#39;readonly&#39;</strong>, value: "T:Taxable;NT:Non Taxable;B:Both" }</p>
</p>
<p>This creates following HTML output</p>
<p>&#60;select role="select" id="taxtype" name="taxtype" size="1" class="FormElement" <strong>readonly="readonly"</strong>&#62;&#60;option role="option" value="T"&#62;Taxable&#60;/option&#62;&#60;option role="option" value="NT"&#62;Non Taxable&#60;/option&#62;&#60;option role="option" value="B"&#62;Both&#60;/option&#62;&#60;/select&#62;</p>
</p>
<p>----------------The Issue-----------------</p>
<p>I am still <strong>able to select values</strong> from the list both in and/edit mode, this field is suppose to be non-editable/selectable as its true with other edittypes.</p>
]]></description>
        	        	<pubDate>Thu, 19 Aug 2010 10:11:35 +0300</pubDate>
        </item>
</channel>
</rss>