<?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: multiple checkbox in SearchDropDown(search for multiple value)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value</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/multiple-checkbox-in-searchdropdownsearch-for-multiple-value/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on multiple checkbox in SearchDropDown(search for multiple value)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value#p31046</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value#p31046</guid>
        	        	<description><![CDATA[<p>Probably you posted in the wrong forum. jqGrid is jQuery plugin written in JavaScript. It's open source and can be downloaded fromÂ <a href="http://www.trirand.com/blog/?page_id=6" target="_blank">trirand.com</a>. There are some commercial solutions like from <a href="http://www.trirand.net/" target="_blank">trirand.net</a>Â for example. To understand the products good you still should have the knowledgeÂ of original JavaScript library, but you do many things in C# (or ASPX). You should read the corresponding documentation (like "Searching (Filtering) data" part of <a href="http://www.trirand.net/documentation/aspnetmvc/index.htm" target="_blank">the documentation</a>). In any way you should post your questions to the correct forum (for example <a href="http://www.trirand.net/forum/" target="_blank">here</a>) and not in the current one.</p>
]]></description>
        	        	<pubDate>Mon, 01 Sep 2014 13:04:48 +0300</pubDate>
        </item>
        <item>
        	<title>blgsyrmhnds on multiple checkbox in SearchDropDown(search for multiple value)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value#p31045</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value#p31045</guid>
        	        	<description><![CDATA[<p>hi</p>
<p>where is searchoptions?or what do you mean with colModel?</p>
<p>because in my html view i call just that line</p>
<p>Â  Â @Html.Trirand().JQGrid(Model.OrdersGrid, "JQGrid1") Â </p>
<p>and i am use jgrid mvc dllÂ </p>
<p>in model there is c# code..i can not use jquery in hereÂ </p>
<p>there is just only two javascript file(jquery.jqGrid.min.js and grid.locale-en.js)Â </p>
<p>how can i handle that?how can i access dropdown in jgrid?i want to access it and append it checkbox</p>
]]></description>
        	        	<pubDate>Mon, 01 Sep 2014 12:36:26 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on multiple checkbox in SearchDropDown(search for multiple value)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value#p31044</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value#p31044</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>You can use some jQuery plugins or jQuery UIÂ Widget to implement your requirement. One initialize the custom control/plugin/widget typically by calling someÂ <strong>dataInit</strong> callback ofÂ <strong>searchoptions</strong> in the corresponding column of <strong>colModel</strong>.</p>
<p>Take a look in my old answers, which provides demos usingÂ <a href="http://www.erichynds.com/blog/jquery-ui-multiselect-widget" target="_blank">jQuery UI MultiSelect Widget</a>Â (getÂ <a href="https://github.com/ehynds/jquery-ui-multiselect-widget" target="_blank">here</a>Â the last version):Â <a href="http://stackoverflow.com/a/12875703/315935" target="_blank">this one</a>, <a href="http://stackoverflow.com/a/10851429/315935" target="_blank">this one</a>Â and <a href="http://stackoverflow.com/a/25548939/315935" target="_blank">another one</a>.</p>
<p>Another way will be to useÂ <a href="http://ivaynberg.github.io/select2/" target="_blank">select2</a>Â plugin with the option <strong>multiple: true</strong>. It have another interface, but itÂ can be used to implement multiselect too.</p>
<p>Best regards<br />
Oleg</p>
]]></description>
        	        	<pubDate>Mon, 01 Sep 2014 11:39:29 +0300</pubDate>
        </item>
        <item>
        	<title>blgsyrmhnds on multiple checkbox in SearchDropDown(search for multiple value)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value#p31043</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value#p31043</guid>
        	        	<description><![CDATA[<p>are there any one here?</p>
<p>is it possible to add checkbox inside dropdown as i describen in attached image?i want to choose multiple value in drodown..i want to check multiple values and then filter list with checked values</p>
]]></description>
        	        	<pubDate>Sun, 31 Aug 2014 23:23:50 +0300</pubDate>
        </item>
        <item>
        	<title>blgsyrmhnds on multiple checkbox in SearchDropDown(search for multiple value)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value#p31038</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-checkbox-in-searchdropdownsearch-for-multiple-value#p31038</guid>
        	        	<description><![CDATA[<p>Â  Â hi</p>
<p>i want to add checkboxÂ in SearchDropDown in jgrid,i want to search for multiple value</p>
<p>are there any sample for this or any idea?</p>
<p><a href="http://i.hizliresim.com/aPbLR5.png"><img src="http://i.hizliresim.com/aPbLR5.png" width="100"  class="sfimageleft spUserImage" alt="i want to perform this" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
]]></description>
        	        	<pubDate>Fri, 29 Aug 2014 23:53:25 +0300</pubDate>
        </item>
</channel>
</rss>