<?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: ColModel Name with Accentuation or Blank Charactere</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-name-with-accentuation-or-blank-charactere</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/help/colmodel-name-with-accentuation-or-blank-charactere/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>rochiel on ColModel Name with Accentuation or Blank Charactere</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-name-with-accentuation-or-blank-charactere#p25199</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-name-with-accentuation-or-blank-charactere#p25199</guid>
        	        	<description><![CDATA[<p>Sry for my late response :s</p>
</p>
<p>I don&#39;t like label for columns key, it could brake or degrade (it may be french words ^^") the application.</p>
</p>
<p>For example, my colmodel definition :</p>
</p>
<blockquote>
<pre id="line237">colNames:["Indicateur de d&#233;lai", "Date planifi&#233;e", "Date souhait&#233;", "Num&#233;ro de changement", "Statut", "Type", "Libell&#233;", "Criticit&#233;", "Priorit&#233;", "Ilot acteur", "Valide", "Numero de projet", "Num&#233;ro d&#39;&#233;tude", "Retour fait ?", "Date de saisie", "Matricule de saisie", "Date r&#233;alis&#233;", "Date de cl&#244;ture", "Description", "Retour arri&#232;re", "Probl&#232;mes", "Charge totale", "Visualis&#233;", "Changement automatique", "Matricule", "&#206;lot(s) info", "Valid&#233; par"]
,
						colModel:[{name:"call_delay",index:"call_delay",sortable:false,hidden:false
			,align:"left"
			,resizable:true
			,classes:""
			,label:""
			,title:false
			,hidedlg:false
			,width:50
			,fixed:false,editable:false,search:false},
{name:"date_planifie",index:"date_planifie",sortable:true
			,sorttype:"text"
			,firstsortorder:"asc",hidden:false
			,align:"center"
			,resizable:true
			,classes:""
			,label:""
			,title:true
			,hidedlg:false
			,width:45
			,fixed:false,formatter:&#39;date&#39;,editable:true,search:true
			,stype:"text",searchoptions:{dataInit:function (elem) {
				$(elem).datepicker({dateFormat:"dd/mm/yy",
									changeMonth:true,
									changeYear:true,
									showButtonPanel: true,
									onClose: function() { $(elem).select()}
				})}}},</pre>
</blockquote>
<p>Etc.</p>
<p>ColName are only labels, colmodels are ordered like colnames association</p>
<p>For me it works fine</p></p>
]]></description>
        	        	<pubDate>Mon, 21 Nov 2011 11:10:38 +0200</pubDate>
        </item>
        <item>
        	<title>handelcamilo on ColModel Name with Accentuation or Blank Charactere</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-name-with-accentuation-or-blank-charactere#p24841</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-name-with-accentuation-or-blank-charactere#p24841</guid>
        	        	<description><![CDATA[<p>Hi rochiel, thanks!</p>
<p>But if the colmodel name must be a colmodel code, what the index would be?</p>
<p>I&#39;ve seen examples with jqGrid wich colmodel name is a label and everything works fine, the searchgrid but not the filterToolbar.</p>
<p>And I&#39;m having another issue. When I include jqgrid.addon.js in my app, the searchGrid stops to work! =/</p>
</p>
<p>Thanks Again!!</p></p>
]]></description>
        	        	<pubDate>Fri, 07 Oct 2011 22:07:05 +0300</pubDate>
        </item>
        <item>
        	<title>rochiel on ColModel Name with Accentuation or Blank Charactere</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-name-with-accentuation-or-blank-charactere#p24820</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-name-with-accentuation-or-blank-charactere#p24820</guid>
        	        	<description><![CDATA[<p>Hello handelcamilo,</p>
</p>
<p>In my mind, colmodel names must to be code and not label, without special characters etc.</p>
<p>The internal code and the label are two differents things. It&#39;s a non sense (in french ?) to do what you do.....</p>
<p>If you use internal code (and not label/title) you&#39;ll not have this kind of problem 🙂</p>
</p>
<p>In my mind it&#39;s the best best best best solution 😉</p>
</p>
<p>PS : you&#39;ve got colNames for names, after each colModel will have their name defined in order of defined colName</p>
]]></description>
        	        	<pubDate>Thu, 06 Oct 2011 08:46:14 +0300</pubDate>
        </item>
        <item>
        	<title>handelcamilo on ColModel Name with Accentuation or Blank Charactere</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-name-with-accentuation-or-blank-charactere#p24818</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-name-with-accentuation-or-blank-charactere#p24818</guid>
        	        	<description><![CDATA[<p>Hi Guys,</p>
<p>I&#39;m having a issue when I put some chacatere like &#39; &#39; or, &#39;&#231;&#39;, &#39;&#224;&#39; in my colmodel name.</p>
<p>The grid is loaded fine, but when I&#39;m searching from filtertoolbar the following params is passed to my url:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3780' value='Select Code' data-codeid='sfcode3780' /></p>
<div class='sfcode' id='sfcode3780'>
<p><a href="http://localhost:8080/kdocsys/document/listDocuments?categoryName=Fudeu&#038;_search=false&#038;nd=1317855847706&#038;rows=30&#038;page=1&#038;sidx=&#038;sord=asc" rel="nofollow" target="_blank"><a href="http://localhost:8080/kdocsys/" rel="nofollow">http://localhost:8080/kdocsys/</a>.....8;sord=asc</a></p>
</div>
<p>How you can see, the param &#39;_search&#39; is going false and the column value of the search is not going at all. How can I figure it out?!</p>
<p>My software is almost done but this problem is killing me!</p>
<p>Thank you Guys!</p>
]]></description>
        	        	<pubDate>Thu, 06 Oct 2011 02:44:12 +0300</pubDate>
        </item>
</channel>
</rss>