<?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: No luck with xmlstring..</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring</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/no-luck-with-xmlstring/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on No luck with xmlstring..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8114</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8114</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>As of the docs you can not get data from attribute. The only exception is id.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 29 Jul 2009 01:18:21 +0300</pubDate>
        </item>
        <item>
        	<title>descsuit on No luck with xmlstring..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8109</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8109</guid>
        	        	<description><![CDATA[<p>OK after stepping through the constructor.. I realized that I had to set repeatItems in the xmlreader to false, then it started to partially work.. but [macro] is not getting the attribute to fill that first column.. hrmm..</p>
</p>
<p>Alan</p>
]]></description>
        	        	<pubDate>Tue, 28 Jul 2009 15:26:45 +0300</pubDate>
        </item>
        <item>
        	<title>descsuit on No luck with xmlstring..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8108</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8108</guid>
        	        	<description><![CDATA[<p>OK I checked with that exact code and the copy of stringToDoc (still not sure why it isn&#39;t accessible) and it worked fine (showed Document in the log).</p>
</p>
<p>I just formatted the jqGrid.min and I&#39;ll try to see a little closer where things are going awry.</p>
</p>
<p>Alan</p>
]]></description>
        	        	<pubDate>Tue, 28 Jul 2009 14:35:16 +0300</pubDate>
        </item>
        <item>
        	<title>descsuit on No luck with xmlstring..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8079</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8079</guid>
        	        	<description><![CDATA[<p>I saw that function when running through the source.&#160; It seemed to work fine. I have tweaked the xml since to include those empty fields, etc.. so I could check again..</p>
</p>
<p>BTW, is there a difference between $.stringToDoc and jQuery.stringToDoc ?&#160; I tried $.stringToDoc and it said it was not found so I just copied the method into my code and called it to see that it worked.</p>
</p>
<p>Alan</p>
]]></description>
        	        	<pubDate>Mon, 27 Jul 2009 15:07:35 +0300</pubDate>
        </item>
        <item>
        	<title>tony on No luck with xmlstring..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8066</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8066</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>To test. In 3.5 version we have a string to doc function (which convert xml string to dom element)</p>
<p>Just do this in firebug</p>
<p>console.log(jQuery.stringToDoc(facetString));</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 27 Jul 2009 04:30:27 +0300</pubDate>
        </item>
        <item>
        	<title>descsuit on No luck with xmlstring..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8031</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-luck-with-xmlstring#p8031</guid>
        	        	<description><![CDATA[<p>I&#39;ve been trying for two days to get a simple example of an xmlstring based jqGrid working.. it displays the headers and a border but no content.. here&#39;s the code I&#39;ve trimmed down to..</p>
<p>var facetString = "&#60;?xml version=&#39;1.0&#39; encoding=&#39;UTF-8&#39;?&#62;\\<br />&#60;cluster id=&#39;CL-1&#39;&#62;\\<br />&#160;&#160;&#160; &#60;name&#62;Bubba&#60;/name&#62;\\<br />&#160;&#160;&#160; &#60;shortName&#62;Bub&#60;/shortName&#62;\\<br />&#160;&#160;&#160; &#60;facets&#62;\\<br />&#160;&#160;&#160; &#160;&#160;&#160; &#60;facet macro=&#39;0&#39; micro=&#39;0&#39; id=&#39;F-0&#39;&#62;\\<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;studentFeedback&#62;You got it.&#60;/studentFeedback&#62;\\<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;description&#62;He gets it, sorta&#60;/description&#62;\\<br />&#160;&#160;&#160; &#160;&#160;&#160; &#60;/facet&#62;\\<br />&#160;&#160;&#160; &#60;/facets&#62;\\<br />&#60;/cluster&#62;";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#facet-table").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype : "xmlstring",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datastr : facetString,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlReader : {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root : "facets",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; row : "facet"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; multiselect : true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; multiboxonly : true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; autowidth : true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames : ["Code", "Description"],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel : [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name : "code", index : "code", align: "center", sortable: false, width : 50, resizable: false, xmlmap: "[macro]"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name : "description", sortable: false, width : 900}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath : "javascript/third-party/jquery-ui-custom/css/south-street/images",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords : true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "&#60;strong&#62;Facets&#60;/strong&#62;"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
</p>
<p>I have about 18 other questions, but I figured once I got the basic going.. (for instance what config fields are required?, How do you make a column the concatenation of two attributes? IE macro+micro.. Is it ok to not have a pager?, etc..)</p>
</p>
<p>Descsuit</p>
]]></description>
        	        	<pubDate>Sun, 26 Jul 2009 20:40:31 +0300</pubDate>
        </item>
</channel>
</rss>