<?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 - Forum: Help</title>
	<link>http://www.trirand.com/blog/?page_id=393/help</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/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>admin on jqGrid Forum is moved</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-forum-is-moved-2#p31465</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-forum-is-moved-2#p31465</guid>
        	        	<description><![CDATA[<p>Hello All,</p>
<p>Â </p>
<p>We have a lot of changes inside Trirand. You may need to read this <a href="http://www.trirand.com/blog/?p=1438" target="_blank">post</a></p>
<p>The forum is moved to another place.. All the existing users and forum posts are moved successfully in our new side <a href="http://guriddo.net/?page_id=4" target="_blank">guriddo.net </a></p>
<p>In the future, please post your questions and problems in the new place.</p>
<p>The existing forum will stay and willÂ  be in read-only mode.</p>
<p>Â </p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 15 Dec 2014 15:44:44 +0200</pubDate>
        </item>
        <item>
        	<title>Prankie on Editing only one of the tables that are joined together?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editing-only-one-of-the-tables-that-are-joined-together#p31450</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editing-only-one-of-the-tables-that-are-joined-together#p31450</guid>
        	        	<description><![CDATA[<p>JQgrid is working really nice when there is only one table involved. But I was wondering if it's possible to get it to work with multiple tables as well.</p>
<p>Lets say I have two tables</p>
<p><strong><em>customer</em></strong> table has cuid, name, gender, cityid<br />
<strong><em>city</em></strong> table has cityid, cityname, citysize</p>
<p>And they are joined together like this</p>
<p>select cuid, name, cityname, citysize<br />
from customer cu<br />
left outer join city ct on cu.cityid = ct.id</p>
<p>1. How can I edit that only customer table is updated?<br />
2. If I want to edit both at the same time, how do I do that instead?</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Fri, 12 Dec 2014 03:12:09 +0200</pubDate>
        </item>
        <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>
        <item>
        	<title>gogreen on Help needed ! Custom formatting groupText </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-needed-custom-formatting-grouptext#p31434</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-needed-custom-formatting-grouptext#p31434</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am new to Jqgrid. How do i format "value" below?. When the value is 0 to 0.00 , jqgrid is displaying it as empty when value is 0.</p>
<p>How to check whether the value is zero or empty ?</p>
<p>Snippet</p>
<pre>groupingView:Â {</pre>
<pre>Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â groupField:Â ["column1",Â "Column2"],
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â groupColumnShow:Â [false,Â false],
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â showSummaryOnHide:Â true,
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â groupSummary:Â [true],
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â groupText:Â ['',Â '{0}&#60;spanÂ class="GroupFormat"&#62;Â {<strong>value</strong>}Â &#60;/span&#62;']Â 
Â Â Â Â Â Â Â Â Â Â Â Â },</pre>
<p>Â </p>
<p>Appreciate all your help</p>
<p>Â </p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Mon, 08 Dec 2014 22:34:35 +0200</pubDate>
        </item>
        <item>
        	<title>rappi on add/edit/del . How write to database?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addeditdel-how-write-to-database#p31432</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addeditdel-how-write-to-database#p31432</guid>
        	        	<description><![CDATA[<p>Ok. I have found the error!</p>
<p>It was a syntax error in my MySQL statement.</p>
<p>Rappi</p>
]]></description>
        	        	<pubDate>Sun, 07 Dec 2014 20:17:16 +0200</pubDate>
        </item>
        <item>
        	<title>ATUL SINGHAL on How to get formatted average of jqgrid column by avg function.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-formatted-average-of-jqgrid-column-by-avg-function#p31428</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-formatted-average-of-jqgrid-column-by-avg-function#p31428</guid>
        	        	<description><![CDATA[<p>Hi All,</p>
<p>I have used jqgride and i am facing a problem when i want to find avg of a column for Ex-</p>
<p>sumFloat19 = grid.jqGrid('getCol', 'Loadfactor', true, 'avg');</p>
<p>it will give values like 73.4965517241 but i want 73.49, so help me solve this problem.</p>
<p>my 2nd problem is i want pagination but not want to pass dynamic value, not like that Â Â Â Â  rowList:[100,200,300],</p>
<p>Â </p>
<p>Â </p>
<p>Â  $("#lstReport").jqGrid('setGridParam', {url:'&#60;%=request.getContextPath()%&#62;/indiconsreport.do?method=condIndividual&#38;fromdate='+fromdate+"&#38;todate="+todate+"&#38;region="+region+"&#38;depot="+depot+"&#38;condid="+condid,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  datatype: "xml",<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  page: 1}).trigger("reloadGrid");<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  jQuery("#lstReport").jqGrid({</p>
<p>Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  url:'&#60;%=request.getContextPath()%&#62;/indiconsreport.do?method=condIndividual&#38;fromdate='+fromdate+"&#38;todate="+todate+"&#38;region="+region+"&#38;depot="+depot+"&#38;condid="+condid,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  datatype: "xml",<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  shrinkToFit : true,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  pager: jQuery('#pgLstCustTx'),<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  colNames: ['Depot Code(A)','Duty_Date(B)','Conductor Name(C)','Collection Time(D)','RouteName (E)','WaybillNo (F)','ActualKM (G)','ScheduleKM (H)','NetIncome (I)','BaseFare (J)','Toll (K)','Bridge (L)','BasicFare (M=J+K-L)','BusTypeCode (N)','SeatCapacity (O)','VehicleNo (P)','IPKM (Q=M/G)','FarePerKM (R)','FCI (S=R*O)','LoadFactor (T=S/Q)'],<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  colModel: [<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'depot_cd',index:'depot_cd',width:100,searc:false,align:"left",editable:true,editoptions:{readonly: 'readonly'},key:true},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'DUTY_DT',index:'DUTY_DT',width:100,searc:false,align:"left",editable:true,editoptions:{readonly: 'readonly'},key:true},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'condName',index:'condName',width:100,searc:false,align:"left",editable:true,editoptions:{readonly: 'readonly'},key:true},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'collection_tm',index:'collection_tm',width:100,search:false,editable:true,align:"right",editoptions:{readonly: 'readonly'},key:true},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'route_nm',index:'route_nm',width:120,align:"left",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'waybill_no',index:'waybill_no',width:80,align:"center",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'actual_km',index:'actual_km',width:80,search:false,align:"center",editable:true,editoptions:{readonly: 'readonly'},key:true},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'schedule_km',index:'schedule_km',width:50,search:false,editable:true,align:"center",editoptions:{readonly: 'readonly'},key:true},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'netincome',index:'netincome',width:70,align:"right",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'base_fare',index:'base_fare',width:90,align:"right",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'toll_amount',index:'toll_amount',width:60,align:"right",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'bridge',index:'bridge',width:60,align:"right",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'basicfare',index:'basicfare',width:150,align:"right",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'bus_type_cd',index:'bus_type_cd',width:50,align:"center",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'seat_capacity',index:'seat_capacity',width:130,align:"center",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'vehicle_no',index:'vehicle_no',width:80,align:"center",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'ipkm',index:'ipkm',width:100,align:"center",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'farePerKm',index:'farePerKm',width:120,align:"center",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'fci',index:'fci',width:100,align:"center",search:false,editable:true,editrules:{required: 'true'}},<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  {name:'Loadfactor',index:'Loadfactor',width:130,sorttype:'int',jsonmap:"Loadfactor",align:"center",search:false,editable:true,editrules:{required: 'true'}}<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  ],</p>
<p>Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  rowNum: 1000,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  scroll: false,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  mtype: "post",<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  rownumbers: true,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  rowList:[100,200,300],<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  width: $(window).width() - 20,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  height: 250,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  caption: "Conductor Individual Report",<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  footerrow: true,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  rowNum: 1500,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  loadonce: true,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  gridComplete: function(){<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  $("#lstReport").setGridParam({datatype: 'local'});<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  },<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sortname: 'depot_cd',<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sortorder: "desc",<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  loadComplete: function(data) {<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  var grid = $('#lstReport');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  grid.jqGrid('setCaption', 'Conductor Individual Report');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat4 = grid.jqGrid('getCol', 'depot_cd', false, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat17 = grid.jqGrid('getCol', 'DUTY_DT', false, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat7 = grid.jqGrid('getCol', 'collection_tm', true, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat8 = grid.jqGrid('getCol', 'route_nm', true, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat10 = grid.jqGrid('getCol', 'waybill_no', true, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat5 = grid.jqGrid('getCol', 'actual_km', true, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat6 = grid.jqGrid('getCol', 'schedule_km', true, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat11 = grid.jqGrid('getCol', 'netincome', true, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat12 = grid.jqGrid('getCol', 'basicfare', true, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat13 = grid.jqGrid('getCol', 'bus_type_cd', true, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat15 = grid.jqGrid('getCol', 'seat_capacity', true, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat16 = grid.jqGrid('getCol', 'vehicle_no', true, 'sum');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat18 = grid.jqGrid('getCol', 'ipkm', true, 'avg');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat17 = grid.jqGrid('getCol', 'fci', true, 'avg');<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  sumFloat19 = grid.jqGrid('getCol', 'Loadfactor', true, 'avg');<br />
Â <br />
Â <br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  grid.jqGrid('footerData', 'set', { depot_cd: 'Total', DUTY_DT : '', condName:'', collection_tm: '', route_nm: '', waybill_no: ''<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  , actual_km: sumFloat5,schedule_km: sumFloat6,netincome: sumFloat11, basicfare: sumFloat12, bus_type_cd: ''<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  , seat_capacity: sumFloat15,vehicle_no: '',ipkm:sumFloat18,fci:sumFloat17, Loadfactor:sumFloat19});<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  }</p>
]]></description>
        	        	<pubDate>Sat, 06 Dec 2014 09:30:55 +0200</pubDate>
        </item>
        <item>
        	<title>Nahro on How do I access jqGrid data via jQuery?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-access-jqgrid-data-via-jquery#p31427</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-do-i-access-jqgrid-data-via-jquery#p31427</guid>
        	        	<description><![CDATA[<p>Heyo,</p>
<p>I just assume that you use datatype:local for that? Its hard to tell without your code  <img src="http://www.trirand.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="spWPSmiley" style="max-height:1em;margin:0"  /> </p>
<p>Have you set the editUrl correctly? - Even if jqGrid does not send anything to a server in local-mode it still needs to know what to do for editing.</p>
<p>editurl: "clientArray" -&#62; tells jqGrid to write changes into the local array you give it.</p>
<div>
<p><input type='button' class='sfcodeselect' name='sfselectit4772' value='Select Code' data-codeid='sfcode4772' /></p>
<div class='sfcode' id='sfcode4772'>
onSelectRow: function(id){<br />
Â  if(id!=lastsel){<br />
Â Â Â Â  jQuery('#list').jqGrid('saveRow',lastsel);<br />
Â Â Â Â  //Set Null, select new Row<br />
Â Â  Â  lastsel = null;<br />
Â Â  Â Â Â  Â Â Â  Â <br />
Â Â  Â  jQuery('#list').jqGrid('editRow',id,{keys: true, aftersavefunc : function(id){</p>
<p>Â Â Â Â Â Â Â Â Â  //Do Array Manipulation here</p>
<p>Â Â Â Â Â Â Â Â Â  myArray[id] = ........;</p>
<p>}});Â Â Â  Â Â Â  Â Â </p>
<p>...</p>
</div>
<p>(I hope its somewhat readable)</p>
<p>There are plenty of examples to be found in the wiki, or on the demo page if you look through it (which I reccomend)</p>
</div>
<div>Â </div>
<div>Â </div>
]]></description>
        	        	<pubDate>Fri, 05 Dec 2014 14:35:35 +0200</pubDate>
        </item>
        <item>
        	<title>MarkInChicago on How do I access jqGrid data via jQuery?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-access-jqgrid-data-via-jquery#p31425</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-do-i-access-jqgrid-data-via-jquery#p31425</guid>
        	        	<description><![CDATA[<p>I just started working with jqGrid today and got a working example where I can add, delete, and update data in the grid. My goal is to NOT have jqGrid post changes to the server. Instead, I need to let the user continue to edit and when they are done, I want to comb through the edits and post them to the server myself.</p>
<p>Â </p>
<p>I've followed the examples and the array used to populate jqGrid appears unchanged but I see the changes do appear in the on-screen grid. So I'm stumped. I really need to understand where jqGrid stores its data/changes in its object model so I can extract the data.</p>
<p>Any ideas?</p>
]]></description>
        	        	<pubDate>Thu, 04 Dec 2014 23:18:25 +0200</pubDate>
        </item>
        <item>
        	<title>rappi on add/edit/del . How write to database?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addeditdel-how-write-to-database#p31424</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addeditdel-how-write-to-database#p31424</guid>
        	        	<description><![CDATA[<p>Hello.</p>
<p>I am new with jqgrid and I don't know how it works. I am a PHP/MySQL/Html programmer........</p>
<p>My Problem is, how can I write the data to a MySQL Database?</p>
<p>I read the data from database and the grid show it, but when I click add/edit/del nothing is saved.</p>
<p>My mainfile:</p>
<blockquote>
<p>
&#60;?php</p>
<p>require_once("models/config.php");<br />
 include("template/header.php"); </p>
<p> ?&#62;<br />
&#60;script type="text/javascript"&#62;<br />
$(function () {<br />
 $("#list").jqGrid({<br />
 url: "adm_land_action.php",<br />
 datatype: "xml",<br />
 mtype: "POST",<br />
 colNames: ["id", "Aufenthaltsort"],<br />
 colModel: [<br />
 { name: "id", width: 50, search:false, editable: false },<br />
 { name: "land", width: 800, editable: true, search:true, editoptions:{size:25}, edittype:"text", sorttype:'string', searchoptions:{sopt:['cn','eq','bw','ew']}}<br />
 ],<br />
 pager: "#pager",<br />
 rowNum: 10,<br />
 //rowList: [10, 20, 30],<br />
 sortname: "land",<br />
 sortorder: "asc",<br />
 loadonce:false,<br />
 viewrecords: true,<br />
 gridview: true,<br />
 autoencode: true,<br />
 editurl: "adm_land_edit.php",<br />
 caption: "Aufenthaltsorte"<br />
 })<br />
 jQuery("#list").jqGrid('filterToolbar',{searchOperators : true});</p>
<p> jQuery("#list").jqGrid('navGrid','#pager',<br />
 {search:false,edit:true,add:true,del:true}, //options<br />
 {height:280,reloadAfterSubmit:true}, // edit options<br />
 {height:280,reloadAfterSubmit:true}, // add options<br />
 {reloadAfterSubmit:true}, // del options<br />
 {} // search options<br />
 );</p>
<p> $("#add").click(function(){<br />
 jQuery("#list").jqGrid('editGridRow',"new",{height:280,reloadAfterSubmit:true})});</p>
<p> $("#edit").click(function(){<br />
 jQuery("#list").jqGrid('editGridRow',"edit",{height:280,reloadAfterSubmit:true})});</p>
<p> $("#del").click(function(){<br />
 jQuery("#list").jqGrid('editGridRow',"del",{height:280,reloadAfterSubmit:true})});<br />
});<br />
&#60;/script&#62;</p>
<p>&#60;div class="container"&#62;<br />
 &#60;header&#62;<br />
 &#60;?php include("template/sub_header.php"); ?&#62;<br />
 &#60;/header&#62;<br />
 &#60;h1&#62;Aufenthaltsorte&#60;/h1&#62;<br />
 &#60;?php if(isUserLoggedIn()) {<br />
 include('template/tm_menu.php');<br />
 } else {<br />
 echo "&#60;meta http-equiv='refresh' content='0; URL=index.php'&#62;";<br />
 exit;<br />
 }<br />
 ?&#62;<br />
 &#60;article class="content"&#62;</p>
<p>&#60;?php if(isUserLoggedIn()) {<br />
 echo "</p>
<p>&#60;table id='list'&#62;&#60;/table&#62;<br />
 &#60;div id='pager'&#62;&#60;/div&#62;<br />
";</p>
<p> } ?&#62;<br />
 &#60;/article&#62;</p>
<p> &#60;?php include("template/footer.php"); ?&#62;Â </p>
</blockquote>
<p>My file to read the database adm_land_action.php</p>
<blockquote>
<p>
&#60;?php<br />
//include the information needed for the connection to MySQL data base server.<br />
// we store here username, database and password<br />
require_once("models/config.php");</p>
<p>// to the url parameter are added 4 parameters as described in colModel<br />
// we should get these parameters to construct the needed query<br />
// Since we specify in the options of the grid that we will use a GET method<br />
// we should use the appropriate command to obtain the parameters.<br />
// In our case this is $_GET. If we specify that we want to use post<br />
// we should use $_POST. Maybe the better way is to use $_REQUEST, which<br />
// contain both the GET and POST variables. For more information refer to php documentation.<br />
// Get the requested page. By default grid sets this to 1.<br />
$page = $_POST['page'];</p>
<p>// get how many rows we want to have into the grid - rowNum parameter in the grid<br />
$limit = $_POST['rows'];</p>
<p>// get index row - i.e. user click to sort. At first time sortname parameter -<br />
// after that the index from colModel<br />
$sidx = $_POST['sidx']; </p>
<p>// sorting order - at first time sortorder<br />
$sord = $_POST['sord']; </p>
<p>// if we not pass at first time index use the first column for the index or what you want<br />
if(!$sidx) $sidx =1; </p>
<p>// connect to the MySQL database server<br />
$db = mysql_connect($db_host, $db_user, $db_pass) or die("Connection Error: " . mysql_error());</p>
<p>// select the database<br />
mysql_select_db($db_name) or die("Error connecting to db."); </p>
<p>// calculate the number of rows for the query. We need this for paging the result<br />
$result = mysql_query("SELECT COUNT(*) AS count FROM ".$db_prefix."land");<br />
$row = mysql_fetch_array($result,MYSQL_ASSOC);<br />
$count = $row['count'];</p>
<p>// calculate the total pages for the query<br />
if( $count &#62; 0 &#38;&#38; $limit &#62; 0) {<br />
 $total_pages = ceil($count/$limit);<br />
} else {<br />
 $total_pages = 0;<br />
} </p>
<p>// if for some reasons the requested page is greater than the total<br />
// set the requested page to total page<br />
if ($page &#62; $total_pages) $page=$total_pages;</p>
<p>// calculate the starting position of the rows<br />
$start = $limit*$page - $limit;</p>
<p>// if for some reasons start position is negative set it to 0<br />
// typical case is that the user type 0 for the requested page<br />
if($start &#60;0) $start = 0; </p>
<p>// the actual query for the grid data<br />
$SQL = "SELECT id, land FROM ".$db_prefix."land ORDER BY $sidx $sord LIMIT $start , $limit";<br />
$result = mysql_query( $SQL ) or die("Couldn't execute query.".mysql_error()); </p>
<p>// we should set the appropriate header information. Do not forget this.<br />
header("Content-type: text/xml;charset=utf-8");</p>
<p>$s = "&#60;?xml version='1.0' encoding='utf-8'?&#62;";<br />
$s .= "&#60;rows&#62;";<br />
$s .= "&#60;page&#62;".$page."&#60;/page&#62;";<br />
$s .= "&#60;total&#62;".$total_pages."&#60;/total&#62;";<br />
$s .= "&#60;records&#62;".$count."&#60;/records&#62;";</p>
<p>// be sure to put text data in CDATA<br />
while($row = mysql_fetch_array($result,MYSQL_ASSOC)) {<br />
 $s .= "&#60;row id='". $row['id']."'&#62;";<br />
 $s .= "&#60;cell&#62;". $row['id']."&#60;/cell&#62;";<br />
 $s .= "&#60;cell&#62;". $row['land']."&#60;/cell&#62;";<br />
 $s .= "&#60;/row&#62;";<br />
}<br />
$s .= "&#60;/rows&#62;"; </p>
<p>echo $s;<br />
?&#62;</p>
</blockquote>
<p>And my file to write to database adm_land_adit.php</p>
<blockquote>
<p>
&#60;?php<br />
//include the information needed for the connection to MySQL data base server.<br />
// we store here username, database and password<br />
require_once("models/config.php");</p>
<p>$id = $_POST['id'];Â </p>
<p>$land = $_POST['land'];</p>
<p>// connect to the MySQL database server<br />
$db = mysql_connect($db_host, $db_user, $db_pass) or die("Connection Error: " . mysql_error());</p>
<p>// select the database<br />
mysql_select_db($db_name) or die("Error connecting to db."); </p>
<p>// the actual query for the grid data<br />
$SQL = "update ".$db_prefix."land set land=$land where id=$id";<br />
$result = mysql_query( $SQL ) or die("Couldn't execute query.".mysql_error()); </p>
<p>?&#62;</p>
</blockquote>
<p>It have only the edit function in it.</p>
<p>When I click on edit, the editform pop up and when I edit the entry and click on Save, the grid reloads, the form is showing again and the data is not changed.</p>
<p>What is wrong?</p>
<p>Have I don't understand the script and the functions?</p>
<p>Please help a newbie  <img src="http://www.trirand.com/blog/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="spWPSmiley" style="max-height:1em;margin:0"  /> </p>
<p>Greetz Rappi</p>
]]></description>
        	        	<pubDate>Thu, 04 Dec 2014 17:18:46 +0200</pubDate>
        </item>
        <item>
        	<title>ragf1 on Apply a Custom CSS over Visited links into cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/apply-a-custom-css-over-visited-links-into-cells#p31423</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/apply-a-custom-css-over-visited-links-into-cells#p31423</guid>
        	        	<description><![CDATA[<p>Hello to everyone,</p>
<p>I'm using jqgrid for a lot of things, and it's awesome. But I have a particular requirement related with visited links. I need to apply a specific styles for visited links which are inside Grids (jqgrid), and I create this links using Custom Formatter:</p>
<p>...</p>
<p>{ name: 'Comments', width: ((pageWidth - iconsWidth) * (14.75 / 100)), index: 'Id', sortable: false, formatter: viewCommentsButton, "resizable": false }</p>
<p>....</p>
<p>...</p>
<div>viewCommentsButton: function (cellvalue, options, rowObject) {</div>
<div>Â  Â  Â  Â  Â  Â  var newObject = "&#60;a class='link' href='javascript:Â redirectProjectComment(" + rowObject.Id + ");' &#62;" + mga.projects._seeComments + "&#60;/a&#62;";</div>
<div>Â  Â  Â  Â  Â  Â  return newObject;</div>
<div>Â  Â  Â  Â  }â€‹</div>
<p>...</p>
<p>The Issue is when you visited any link of these...you don't see any kind of style applied over them even when is set on global.css:</p>
<p>a.link:visited {<br />
 color: #2774AA!important;<br />
 border-bottom-color: #EEEEEE;<br />
}</p>
<p>So, please Can SomeoneÂ help me with this Issue?</p>
<p>Â </p>
<p>Best Regards,</p>
<p>Â </p>
<p>Ricardo Guerrero.</p>
]]></description>
        	        	<pubDate>Thu, 04 Dec 2014 00:46:04 +0200</pubDate>
        </item>
        <item>
        	<title>upperdeck on How to Export to Excel?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-export-to-excel#p31422</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-export-to-excel#p31422</guid>
        	        	<description><![CDATA[<p>i looked thru that php example.Â  where in this code does it call something to render the export file? if you are using the navgrid api i dont see where you can add the excel = true?Â  but even if you do what happens after you click the button? what is being called to create the file?</p>
]]></description>
        	        	<pubDate>Wed, 03 Dec 2014 17:37:02 +0200</pubDate>
        </item>
        <item>
        	<title>Craig831 on .Net MVC Column Lookup Through Custom Formatter</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/net-mvc-column-lookup-through-custom-formatter#p31421</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/net-mvc-column-lookup-through-custom-formatter#p31421</guid>
        	        	<description><![CDATA[<p>I'm building an MVC application for my own use and to learn more about MVC and decided to use jqGrid. Â Nice product, BTW. Â I dig it.</p>
<p>Anyway, I've built all my models and controllers and have grids working for the pages on which I'm going to use them. Â I'm able to display, edit, add, and delete records as expected and I've been successful in wiring up edit forms that use my controllers to populate dropdown options. Â All of that is working great.</p>
<p>The problem I have is when I display each record in the main grid. Â I have two tables, each with corresponding models and controllers. Â Table 1 is Seasons (id, name, start date, end date, frequency). Â Table 2 is Frequency (id and description). Â Basically the frequency is a lookup for values of weekly, bi-weekly, monthly, etc. Â The FrequencyId primary key is a foreign key in the Season table.</p>
<p>When my edit/add form is populated, I use the frequency controller to return an html string of options and that part works great. Â It even populates the correct selection on edit. Â When the grid is displaying each Season row, though, the Frequency field shows the ID. Â I have been searching for a solution and trying many different ways to code this for a couple days now and nothing is working. Â I used "formatter: select" and that just blanked out the field on load and I've recently been trying to use a custom formatter so that I can pass the cell value back to my controller method. Â That's where I'm stuck. Â How do I setup the custom formatter to return aÂ string from the controller instead of just returning the literal string. Â I've tried to use a url property instead of what you see below but haven't had any luck there, either.</p>
<p>Also, am I doing this the right way? Â Am I making it too complicated? Â Is there an easy way to do what I'm trying to do here?</p>
<p>Thanks!</p>
<p>Â </p>
<p>My Seasons ViewModel:</p>
<p>$(function () {<br />
 $("#grid").jqGrid({<br />
 url: "/AdminSeasons/GetSeasons",<br />
 datatype: 'json',<br />
 mType: 'Get',<br />
 colNames: ['SeasonId', 'Season Name', 'Start Date', 'End Date', 'Bowl Frequency', 'Handicap Base Score', 'Handicap Percentage', 'Day Of The Week'],<br />
 colModel: [<br />
 { key: true, name: 'SeasonId', index: 'SeasonId', hidden: true },<br />
 { key: false, name: 'SeasonName', index: 'SeasonName', editable: true },<br />
 {<br />
 editable: true, width: 120, name: "SeasonStartDate", search: false, formatter: "date",<br />
 formatoptions: { srcformat: "m/d/Y h:i:s A", newformat: "Y-m-d" }<br />
 },<br />
 {<br />
 editable: true, width: 120, name: "SeasonEndDate", search: false, formatter: "date",<br />
 formatoptions: { srcformat: "m/d/Y h:i:s A", newformat: "Y-m-d" }<br />
 },<br />
 {<br />
 editable: true, width: 120, name: "FrequencyId", search: false, edittype: "select", formatter: frequencyFormatter,<br />
 editoptions: { dataUrl: "/AdminFrequency/FrequencyList" }<br />
 },<br />
 {<br />
 editable: true, width: 120, name: "HandicapBaseScore", search: false, edittype: "select",<br />
 editoptions: { dataUrl: "/AdminSeasons/HtmlFormattedBaseScoreList" }<br />
 },<br />
 {<br />
 editable: true, width: 120, name: "HandicapPercentage", search: false, edittype: "select",<br />
 editoptions: { dataUrl: "/AdminSeasons/HtmlFormattedPercentageList" }<br />
 },<br />
 {<br />
 editable: true, width: 120, name: "DayOfTheWeekId", search: false, edittype: "select", formatter: "select",<br />
 editoptions: { dataUrl: "/AdminDayOfTheWeek/DayOfTheWeekList" }<br />
 }],<br />
 pager: jQuery("#pager"),<br />
 rowNum: 10,<br />
 rowList: [10, 20, 30, 40],<br />
 height: '100%',<br />
 viewRecords: true,<br />
 caption: 'Manage Seasons',<br />
 emptyRecords: 'No records to display',<br />
 jsonReader: {<br />
 root: 'rows',<br />
 page: 'page',<br />
 total: 'total',<br />
 records: 'records',<br />
 repeatitems: false,<br />
 id: '0'<br />
 },<br />
 autowidth: true,<br />
 multiselect: false<br />
 }).navGrid('#pager', { edit: true, add: true, del: true, search: false, refresh: true },<br />
 {<br />
 // edit options<br />
 zIndex: 100,<br />
 url: '/AdminSeasons/Edit',<br />
 closeOnEscape: true,<br />
 closeAfterEdit: true,<br />
 recreateForm: true,<br />
 //afterComplete: function (response) {<br />
 // if (response.responseText) {<br />
 // alert(response.responseText);<br />
 // }<br />
 //}<br />
 },<br />
 {<br />
 // add options<br />
 zIndex: 100,<br />
 url: '/AdminSeasons/Create',<br />
 closeOnEscape: true,<br />
 closeAfterAdd: true,<br />
 //afterComplete: function (response) {<br />
 // if (response.responseText) {<br />
 // alert(response.responseText);<br />
 // }<br />
 //}<br />
 },<br />
 {<br />
 // delete options<br />
 zIndex: 100,<br />
 url: '/AdminSeasons/Delete',<br />
 closeOnEscape: true,<br />
 closeAfterDelete: true,<br />
 recreateForm: true,<br />
 msg: 'Are you sure you want to delete this season?',<br />
 //afterComplete: function (response) {<br />
 // if (response.responseText) {<br />
 // alert(response.responseText);<br />
 // }<br />
 //}<br />
 });</p>
<p>function frequencyFormatter(cellvalue, options, rowObject) {<br />
 return '/AdminFrequency/FrequencyDescriptById/' + cellvalue;<br />
 //debugger;<br />
 //return frequency;<br />
 }<br />
});</p>
]]></description>
        	        	<pubDate>Wed, 03 Dec 2014 00:03:57 +0200</pubDate>
        </item>
        <item>
        	<title>upperdeck on How to export filtered as well as all the data from jqgrid to excel</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-export-filtered-as-well-as-all-the-data-from-jqgrid-to-excel#p31420</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-export-filtered-as-well-as-all-the-data-from-jqgrid-to-excel#p31420</guid>
        	        	<description><![CDATA[<p>I see that the response is that it was discussed many times?Â  in looking thru the forum I dont actually find any answer on how to export the data to excel?Â  the demo for someone like me who is very new seems pretty vague to me. it points to an exportfile? is that not something you can use now?</p>
<p>when you say use server side code what do you mean?</p>
]]></description>
        	        	<pubDate>Tue, 02 Dec 2014 23:25:18 +0200</pubDate>
        </item>
        <item>
        	<title>ganesh.dks@gmail.com on Dynamic width and height along with max column width</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-width-and-height-along-with-max-column-width#p31419</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-width-and-height-along-with-max-column-width#p31419</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>How can we assign dynamic width and height for jqgrid,</p>
<p>Also please specify how we can set he td width of jqgrid so that it accommodates the complete text passed into it.</p>
<p>Thanks in Advance.</p>
]]></description>
        	        	<pubDate>Tue, 02 Dec 2014 21:05:42 +0200</pubDate>
        </item>
        <item>
        	<title>ganesh.dks@gmail.com on How to color the values in side td if they contain negative or positive values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-color-the-values-in-side-td-if-they-contain-negative-or-positive-values#p31418</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-color-the-values-in-side-td-if-they-contain-negative-or-positive-values#p31418</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>How can I color the values inside columns if they contain negative or positive values?</p>
<p>say for positive I want the color to be green and negative I want it to be Red.</p>
]]></description>
        	        	<pubDate>Tue, 02 Dec 2014 13:17:36 +0200</pubDate>
        </item>
        <item>
        	<title>mdp on Can't format groupField display text when using hideFirstGroupCol:true</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cant-format-groupfield-display-text-when-using-hidefirstgroupcoltrue#p31417</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cant-format-groupfield-display-text-when-using-hidefirstgroupcoltrue#p31417</guid>
        	        	<description><![CDATA[<p>I'm using jqGrid v4.6.0 and I need to change the text that is displayed when using grouping. For example I'm grouping by a case number and I also want to display the case description in the group.Â  I tried two different approaches:</p>
<p>1) Using a custom formatter on the group field (following the next example that oleg kindly provided)</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/CustomGroupingFormatter1.htm" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>.....atter1.htm</a></p>
<p>2) Using formatDisplayField according to the following example:</p>
<p><a href="http://www.trirand.com/blog/?page_id=393/bugs/problem-with-formatdisplayfield-callback" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....d-callback</a></p>
<p>Everything works as expected (I can add some text for example), but if I set hideFirstGroupCol: true the format function is no longer called.</p>
<p>What can I do to get the desired behaviour?</p>
<p>Thanks in advance!</p>
]]></description>
        	        	<pubDate>Tue, 02 Dec 2014 02:05:51 +0200</pubDate>
        </item>
        <item>
        	<title>cduntiedt on Cell Content updated with ASP.NET Textbox</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-content-updated-with-asp-net-textbox#p31416</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-content-updated-with-asp-net-textbox#p31416</guid>
        	        	<description><![CDATA[<p>My site has a textbox. When the value/text is changed in that textbox, I would like to haveÂ the cell inÂ first column of every row in myÂ grid be changed to this value (preferably not editable). In my first post, I shared the jquery function I was attempting to use, but the row data neverÂ was set to the value of the textbox. Any helpÂ is much appreciated! Â Â </p>
]]></description>
        	        	<pubDate>Mon, 01 Dec 2014 17:33:25 +0200</pubDate>
        </item>
        <item>
        	<title>er.anjali08 on Copy selected rows with column to clipboard</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/copy-selected-rows-with-column-to-clipboard#p31415</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/copy-selected-rows-with-column-to-clipboard#p31415</guid>
        	        	<description><![CDATA[<p>Pleaseeee helppppp!!!!!!!!!</p>
]]></description>
        	        	<pubDate>Sat, 29 Nov 2014 08:07:09 +0200</pubDate>
        </item>
        <item>
        	<title>Truefiber on Populate filterToolbar dynamicaly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/populate-filtertoolbar-dynamicaly#p31413</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/populate-filtertoolbar-dynamicaly#p31413</guid>
        	        	<description><![CDATA[<p>Hi All!</p>
<p>I`m looking for solution to populate dropdowns of filtertoolbar not with values from table, but from GET-request to server.Â </p>
<p>Request can provide data in any form. After selection of value of one dropdown new get request should be produced and all other dropdowns should be repopulated. Multiple selection is allowed.</p>
<p>Â </p>
<p>Thank you in advance</p>
]]></description>
        	        	<pubDate>Fri, 28 Nov 2014 12:50:35 +0200</pubDate>
        </item>
        <item>
        	<title>er.anjali08 on Copy selected rows with column to clipboard</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/copy-selected-rows-with-column-to-clipboard#p31412</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/copy-selected-rows-with-column-to-clipboard#p31412</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have a grid with checkboxes. I want that on the custom button(which I created) click, the selected rows along with data should be copied to the clipboard, so that the data can be reused.</p>
<p>All help is appreciated.</p>
]]></description>
        	        	<pubDate>Fri, 28 Nov 2014 12:07:40 +0200</pubDate>
        </item>
</channel>
</rss>