<?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: Filtring the JQGrid data while loading for the first time</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/filtring-the-jqgrid-data-while-loading-for-the-first-time</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/filtring-the-jqgrid-data-while-loading-for-the-first-time/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Sachin Vashishth on Filtring the JQGrid data while loading for the first time</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/filtring-the-jqgrid-data-while-loading-for-the-first-time#p31438</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/filtring-the-jqgrid-data-while-loading-for-the-first-time#p31438</guid>
        	        	<description><![CDATA[<p>Hi Everyone,</p>
<p>Here I am providing my col Model for drop down,</p>
<p>I am binding the dropdown dynamically,</p>
<p><span style="color: #99cc00">{</span><br />
 <span style="color: #99cc00"> name: 'SUPER_CLIENT', index: 'SUPER_CLIENT', align: 'left', width: 150, aligh: 'left', editrules: { required: true }, editable: true,</span><br />
 <span style="color: #99cc00"> editoptions: {</span><br />
 <span style="color: #99cc00"> aysnc: false,</span><br />
 <span style="color: #99cc00"> dataUrl: '../../../Forms/Admin/MasterModule/AdminCommonHandler.ashx?Page=ProcessMaster', //to get the company name and Short Name.</span><br />
 <span style="color: #99cc00"> buildSelect: function (data) {</span><br />
 <span style="color: #99cc00"> var json = $.parseJSON(data);</span><br />
 <span style="color: #99cc00"> var s = '&#60;select&#62;';</span><br />
 <span style="color: #99cc00"> s += '&#60;option value=""&#62;-------Select-------&#60;/option&#62;';</span><br />
 <span style="color: #99cc00"> $($.parseJSON(data)).map(function () {</span><br />
 <span style="color: #99cc00"> s += '&#60;option value="' + this.SHORT_NAME + '"&#62;' + this.COMPANY_NAME + '&#60;/option&#62;';</span><br />
 <span style="color: #99cc00"> });</span><br />
 <span style="color: #99cc00"> return s + "&#60;/select&#62;";</span><br />
 <span style="color: #99cc00"> }, dataInit: function (elem) { $(elem).width(150); },readonly: 'readonly'</span><br />
 <span style="color: #99cc00"> },</span><br />
 <span style="color: #99cc00"> editrules: { required: true },</span><br />
 <span style="color: #99cc00"> edittype: 'select',</span><br />
 <span style="color: #99cc00"> formoptions: { elmsuffix: '' }</span></p>
<p><span style="color: #99cc00"> },</span></p>
<p>I am adding/removing the properties to the dropdown list on the basis of selected value from another dropdown.</p>
<p>while adding the new record it binds the dropdown but properties are not getting applied. Please provide me some solution.</p>
<p>Thanks</p>
<p>With Best Regards,</p>
<p>Sachin Vashishth.</p>
]]></description>
        	        	<pubDate>Wed, 10 Dec 2014 11:53:23 +0200</pubDate>
        </item>
</channel>
</rss>