<?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: column names with spaces</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-names-with-spaces</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/column-names-with-spaces/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Valentin on column names with spaces</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-names-with-spaces#p11558</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-names-with-spaces#p11558</guid>
        	        	<description><![CDATA[</p>
<p>Actually turned out to be a bug in my code, I was using the same array for colNames and colModel[i].name by accident. I can confirm that it is possible to have white spaces in the column name that get displayed on the web-page; I guess I did not make that distinction clear in my previous post. My mistake.</p>
</p>
<p>cheers</p>
<p>V</p>
]]></description>
        	        	<pubDate>Thu, 05 Nov 2009 11:27:20 +0200</pubDate>
        </item>
        <item>
        	<title>tony on column names with spaces</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-names-with-spaces#p11545</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-names-with-spaces#p11545</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Space is not allowed id &#8220;character&#8221;. The name is used as a base for the id of the inputs</p>
<p>Regards</p>
<p>Tony</p>
<p>P.S More over it can not be used as a name attribute when we post values.</p>
]]></description>
        	        	<pubDate>Thu, 05 Nov 2009 09:27:16 +0200</pubDate>
        </item>
        <item>
        	<title>Valentin on column names with spaces</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-names-with-spaces#p11524</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-names-with-spaces#p11524</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>this is a bug report or feature-request depending how you look at it.</p>
<p>I am using version 3.6 beta. I have column names that may have more than one word. Trying to set up cell inline editing, that is giving problems with datepicker or more ordinary free text or combo boxes.</p>
<p>For example in the case of the datepicker, after clicking on the cell the input element opens fine and so does the calendar widget. However any action on the calendar results in an uncaught exception. With other ordinary inputs you can change the text/option etc. without problems. Nevertheless once you are done and the cell is "saved", it apears empty.</p>
<p>Now, it turns out that the associated input element receives as the id attribute something like: &#60;rownumber&#62;_&#60;column name&#62;. This id is later use in jquery as a selector unquoted thus spaces in the column name (thus in the id) are not going to work. As a workaround I have removed spaces between words in column names and the problems was solved.</p>
<p>Would it be possible to take into account column names with spaces in the final 3.6 version and beyond.</p>
</p>
<p>Best regards,</p>
<p>V.</p></p>
]]></description>
        	        	<pubDate>Thu, 05 Nov 2009 03:59:22 +0200</pubDate>
        </item>
</channel>
</rss>