<?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: Find data type of column</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/find-data-type-of-column</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/find-data-type-of-column/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>newera on Find data type of column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/find-data-type-of-column#p20260</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/find-data-type-of-column#p20260</guid>
        	        	<description><![CDATA[<p>I solved it using server side code. Basically I am using LINQ and finding the data type using .NET. But thanks anyway.</p>
]]></description>
        	        	<pubDate>Tue, 12 Oct 2010 17:14:40 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Find data type of column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/find-data-type-of-column#p20259</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/find-data-type-of-column#p20259</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Little difficult, but not impossible:</p>
<p>Some advises.</p>
<p>You should definne a sorttype property in colModel for the searched (or all) fields.</p>
<p>One possible solution is to use the serializeGridData event.</p>
<p>In this event you can check if the serch is lunched _serach = true.</p>
<p>Depending on the search type (multiple/single) you can get the needed data and see which field(s) is (are) in search and then get its type from colModel and post it to the server.</p>
</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Tue, 12 Oct 2010 17:10:29 +0300</pubDate>
        </item>
        <item>
        	<title>newera on Find data type of column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/find-data-type-of-column#p20229</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/find-data-type-of-column#p20229</guid>
        	        	<description><![CDATA[<p>Hi all,</p>
<p>I have stumbled upon a problem. I am giving the opportunity to the user to search items. However I need to know the data type of the field which is being searched upon so that I can make some inferences on this data type. Is there any way to do it? I know that there is a property where you can set the data type for the column which is displayed in grid. However can I get this type when the search is submitted to the server ????</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Mon, 11 Oct 2010 19:14:54 +0300</pubDate>
        </item>
</channel>
</rss>