<?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: Sort hint</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/sort-hint</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/sort-hint/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Sort hint</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/sort-hint#p14140</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/sort-hint#p14140</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry for the late replay.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5444' value='Select Code' data-codeid='sfcode5444' /></p>
<div class='sfcode' id='sfcode5444'>
<p>One approach might be to create a hidden column which is used for sorting. Possible, but cumbersome and conflicts with using the neat column show/hide plugin.</p>
</div>
<p>This can be avoided using the hidedlg option in colModel which does not allow this field to be shown in the dialog.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit933' value='Select Code' data-codeid='sfcode933' /></p>
<div class='sfcode' id='sfcode933'>
<p>Ideally, I&#39;d like to transport some metadata along with the table data:</p>
</div>
<p>This of course can be done easy using XML, but as you know we support diffrent datatypes. This will make the solution not so easy</p>
<p>Thank you very much.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 22 Jan 2010 12:11:13 +0200</pubDate>
        </item>
        <item>
        	<title>ari on Sort hint</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/sort-hint#p13881</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/sort-hint#p13881</guid>
        	        	<description><![CDATA[<p>I know there are ways to write custom sorters, but sometimes the sort order is purely server-side data. For instance a task tracker might have a task grid with a column for &#39;priority&#39;. Values are &#39;high&#39;, &#39;medium&#39;, &#39;low&#39;. We don&#39;t want to sort them alphabetically and we don&#39;t want to embed those values into a javascript custom sorter, since they might vary for each installation and language.</p>
<p>One approach might be to create a hidden column which is used for sorting. Possible, but cumbersome and conflicts with using the neat column show/hide plugin. Another is to change the values to "1-high", "2-medium", "3-low". Ugh.</p>
<p>Ideally, I&#39;d like to transport some metadata along with the table data:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit378' value='Select Code' data-codeid='sfcode378' /></p>
<div class='sfcode' id='sfcode378'>
<p>&#60;row&#62;</p>
<p>&#160; &#60;id&#62;1234&#60;/id&#62;</p>
<p>&#160; &#60;name&#62;finish code&#60;/name&#62;</p>
<p>&#160; &#60;priority sort=2&#62;medium&#60;/priority&#62;</p>
<p>&#60;/row&#62;</p>
</div>
<p>Later on, other uses could be had for metadata such as an attribute for styling the td container.</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6026' value='Select Code' data-codeid='sfcode6026' /></p>
<div class='sfcode' id='sfcode6026'>
<p>&#60;row&#62;</p>
<p>&#160; &#60;id&#62;1234&#60;/id&#62;</p>
<p>&#160; &#60;name&#62;finish code&#60;/name&#62;</p>
<p>&#160; &#60;priority class=&#39;red&#39; sort=2&#62;medium&#60;/priority&#62;</p>
<p>&#60;/row&#62;</p>
</div>
]]></description>
        	        	<pubDate>Thu, 14 Jan 2010 04:23:10 +0200</pubDate>
        </item>
</channel>
</rss>