<?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: Discussion</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion</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/discussion/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/discussion/jqgrid-forum-is-moved-1#p31464</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-forum-is-moved-1#p31464</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:43:35 +0200</pubDate>
        </item>
        <item>
        	<title>Nahro on mobile version</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/mobile-version#p31453</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/mobile-version#p31453</guid>
        	        	<description><![CDATA[<p>As far as my experience with JqGrid Goes - all of your points can be done with the normal jqGrid Plugin - you just need to dig a little and work your way around the restrictions of the Mobile Devices.</p>
<p>It worked for me on iPad (iOs 7 &#38; 8) - as well as on my old Samsung S3 (therefore Android), I just needed to get the right CSS Style and change some things in the CSS so the Keyboard pops up and so on.</p>
]]></description>
        	        	<pubDate>Fri, 12 Dec 2014 12:05:24 +0200</pubDate>
        </item>
        <item>
        	<title>psky on How To disable the dropdown after selected the binded value  in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/how-to-disable-the-dropdown-after-selected-the-binded-value-in-jqgrid#p31445</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/how-to-disable-the-dropdown-after-selected-the-binded-value-in-jqgrid#p31445</guid>
        	        	<description><![CDATA[<p>{</p>
<p>name: 'SUPER_CLIENT',<br />
 index: 'SUPER_CLIENT',<br />
 align: 'left',<br />
 width: 150,<br />
 stype: 'text',<br />
 sortable: true,<br />
 editable: true,<br />
 editrules: { required: true },<br />
 edittype: 'select',<br />
 editoptions: {<br />
 aysnc: false,</p>
<p>dataUrl: '../../../Forms/Admin/MasterModule/AdminCommonHandler.ashx?Page=ProcessMaster',<br />
 buildSelect: function (data) {<br />
 var json = $.parseJSON(data);<br />
 var s = '&#60;select&#62;';<br />
 s += '&#60;option value=""&#62;--Select--&#60;/option&#62;';<br />
 $($.parseJSON(data)).map(function () {</p>
<p> s += '&#60;option value="' + this.COMPANY_NAME + '"&#62;' + this.COMPANY_NAME + '&#60;/option&#62;';<br />
 });</p>
<p> var sel_id = $('#jQGridDemo').jqGrid('getGridParam', 'selrow');</p>
<p> var value = $('#jQGridDemo').jqGrid('getCell', sel_id, 'USER_ID');<br />
 //alert(value);<br />
 $('#COMPANY_NAME').val(value);</p>
<p> return s + "&#60;/select&#62;";</p>
<p> },dataInit: function (elem) { $(elem).width(141); }<br />
 },<br />
 formoptions: { elmsuffix: '' }<br />
 },</p>
]]></description>
        	        	<pubDate>Thu, 11 Dec 2014 09:14:05 +0200</pubDate>
        </item>
        <item>
        	<title>tony on not able to find demo for Add/edit/delete on local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31351</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31351</guid>
        	        	<description><![CDATA[<p>Hello Oleg,</p>
<p>Â </p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Sun, 09 Nov 2014 11:49:07 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Locale upgrade</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/locale-upgrade#p31348</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/locale-upgrade#p31348</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>Thanks for remind me. This is true and it will be fixed for the next release.</p>
<p>Â </p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 09 Nov 2014 11:38:34 +0200</pubDate>
        </item>
        <item>
        	<title>Wooya on Locale upgrade</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/locale-upgrade#p31337</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/locale-upgrade#p31337</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>I've noticed missed two attributes in nav locale files:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3944' value='Select Code' data-codeid='sfcode3944' /></p>
<div class='sfcode' id='sfcode3944'>
$.extend($.jgrid,{</p>
<p style="padding-left: 30px">...</p>
<p style="padding-left: 30px">nav: {</p>
<p style="padding-left: 60px">savetext: "",<br />
 savetitle: "Save row",<br />
 canceltext: "",<br />
 canceltitle: "Cancel row editing"</p>
<p style="padding-left: 30px">}</p>
<p style="padding-left: 30px">...</p>
<p>};</p>
</div>
]]></description>
        	        	<pubDate>Wed, 05 Nov 2014 16:49:22 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on not able to find demo for Add/edit/delete on local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31323</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31323</guid>
        	        	<description><![CDATA[<p>Try to use moreÂ <a href="http://www.ok-soft-gmbh.com/jqGrid/LocalFormEditing2.htm" target="_blank">the recent demo</a>Â created forÂ <a href="http://stackoverflow.com/a/19847745/315935" target="_blank">the answer</a>. It should work with the current version of jqGrid too.</p>
<p>Best regards<br />
Oleg</p>
]]></description>
        	        	<pubDate>Sat, 01 Nov 2014 15:25:48 +0200</pubDate>
        </item>
        <item>
        	<title>tanmaykanudawala on not able to find demo for Add/edit/delete on local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31321</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31321</guid>
        	        	<description><![CDATA[<blockquote>
<p><strong>OlegK said </strong><br />
Hello Kiran,</p>
<p> you wrote that you need an example for Add/Edit/Delete on <strong>local data</strong>. It means that all operation will be done in JavaScript without any code on the server side. So the words like "Gridview" and "I want ASP.NET example" seems me strange. the local editing example is pure JacaScript example without any ASP.NET or other server side code.</p>
<p> The methods delRowData, setRowData, addRowData exist before the version 3.7. The methods allow to make modification of grid contain without user interractionand without any requests to the servr. New in version 3.7 is that jqGrid can hold local data accociated with the grid which are more as the current page displayed. Starting with version 3.7 jqGrid support pure <strong>local</strong> paging, sorting and filtering/searching. To use it one should use <strong>datatype:'local'</strong> as the jqGrid parameter. The best wat to fill the data of the local grid is to use <strong>data</strong> parameter of jqGrid. See <a href="http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGrid.htm" target="_blank">here</a> an example.</p>
<p> Now about the <strong>local editing</strong> of the data. If you have jqGrid with local data (as described above) you can use two editing methods: <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing" target="_blank">inline editing</a> and <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing" target="_blank">cell editing</a> to edit the local data. One should use <strong>editurl:'clientArray'</strong> for inline editing and <strong>cellsubmit:'clientArray'</strong> for cell editing to use local data editing.Â The <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing" target="_blank">form editing</a> implemented in 3.7 <strong><span style="text-decoration: underline">has not</span></strong> full local editing support, so jqGrid will do make some requests to the server.</p>
<p> Because you want all Add/Edit and Delete operation on local data you probably want the use form editing.</p>
<p> In my post <a href="http://www.trirand.com/blog/?page_id=393/bugs/small-bug-in-generating-new-id-in-postit-of-editgridrow/#p22393" target="_blank">here</a> and <a href="http://stackoverflow.com/questions/5611065/adding-new-row-to-jqgrid-using-modal-form-on-client-only/5611519#5611519" target="_blank">here</a>Â I describe one trick and include <a href="http://www.ok-soft-gmbh.com/jqGrid/LocalFormEditing.htm" target="_blank">the demo</a>Â which shows how one do can implement full local form editing in the current version of jqGrid. The demo use jqGrid 3.8.2, but the same idea should work in jqGrid 4.0 and 3.7. The code is not small, but it is probably what you need.</p>
<p> I suggested Tony to modify the code of jqGrid to implement full local form data editing in jqGrid without the tricks which I use. Probably in the next version of jqGrid the feature will be the part of jqGrid.</p>
<p> Best regards<br />
 Oleg</p>
</blockquote>
<p>Hello Oleg,</p>
<p>Thanks for the Demo you provided above.</p>
<p>IÂ have tried it and i am not able to edit and save in form edit.Â When I click on submit button nothing happens. No process at all. Please guide me through this issue</p>
]]></description>
        	        	<pubDate>Sat, 01 Nov 2014 11:06:33 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Issue while exporting current jq grid data to excel.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/issue-while-exporting-current-jq-grid-data-to-excel#p31316</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/issue-while-exporting-current-jq-grid-data-to-excel#p31316</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>In this case I recommend you to use server side export to excel string instead of client side.</p>
<p>Â </p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 30 Oct 2014 16:31:24 +0200</pubDate>
        </item>
        <item>
        	<title>mcfarland on Issue while exporting current jq grid data to excel.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/issue-while-exporting-current-jq-grid-data-to-excel#p31315</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/issue-while-exporting-current-jq-grid-data-to-excel#p31315</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Â Â Â Â Â Â Â Â Â  Thanks for responding.</p>
<p>One possible solution is to use getrowdata, but with number of records relative big by example 1000.</p>
<p>Â </p>
<p>the problem is i canuse get row data for filtered records but when you wantÂ  to select all the records to export to excel only first page is capturing suppose if i have 670 pages in that only first page records is showing in the excel..</p>
]]></description>
        	        	<pubDate>Thu, 30 Oct 2014 16:12:44 +0200</pubDate>
        </item>
        <item>
        	<title>tony on onClose event not working </title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/onclose-event-not-working#p31313</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/onclose-event-not-working#p31313</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Where you do this. The code you posted does not speak at all nothing.</p>
<p>Â </p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 30 Oct 2014 14:32:33 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Issue while exporting current jq grid data to excel.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/issue-while-exporting-current-jq-grid-data-to-excel#p31308</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/issue-while-exporting-current-jq-grid-data-to-excel#p31308</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>This request is discussed many times.</p>
<p>One possible solution is to use getrowdata, but with number of records relative big by example 1000.</p>
<p>Â </p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Thu, 30 Oct 2014 13:46:58 +0200</pubDate>
        </item>
        <item>
        	<title>palashbolia91 on onClose event not working </title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/onclose-event-not-working#p31305</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/onclose-event-not-working#p31305</guid>
        	        	<description><![CDATA[<p>I am trying to add a function on the onClose event,so if we click on cancel ,that function should execute,but its not working.</p>
<blockquote>
<p>
onClose: function(data){<br />
 alert("in onClose");<br />
 },</p>
</blockquote>
]]></description>
        	        	<pubDate>Thu, 30 Oct 2014 10:10:17 +0200</pubDate>
        </item>
        <item>
        	<title>mcfarland on Issue while exporting current jq grid data to excel.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/issue-while-exporting-current-jq-grid-data-to-excel#p31301</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/issue-while-exporting-current-jq-grid-data-to-excel#p31301</guid>
        	        	<description><![CDATA[<p>hi,</p>
<p>Â i am using filter tool bar on export to excel</p>
<p>$(<span style="font-size: small"><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">"#list"</span></span><span style="font-size: small">).jqGrid(</span><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">'filterToolbar'</span></span><span style="font-size: small">, { stringResult: </span><span style="color: #0000ff;font-size: small"><span style="color: #0000ff;font-size: small">true</span></span><span style="font-size: small">, searchOnEnter: </span><span style="color: #0000ff;font-size: small"><span style="color: #0000ff;font-size: small">true</span></span><span style="font-size: small">, defaultSearch: </span><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">"cn"</span></span><span style="font-size: small"> })</span></span>.navButtonAdd(<span style="font-size: small"><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">'#pager'</span></span><span style="font-size: small">, {</span></span></p>
<p>caption:<span style="font-size: small"><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">"Export to Excel"</span></span><span style="font-size: small">,</span></span></p>
<p>buttonicon:<span style="font-size: small"><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">"ui-icon-disk"</span></span><span style="font-size: small">,</span></span></p>
<p>onClickButton:<span style="font-size: small"><span style="color: #0000ff;font-size: small"><span style="color: #0000ff;font-size: small">function</span></span><span style="font-size: small">() {</span></span>ExportDataToExcel(<span style="font-size: small"><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">"#list"</span></span><span style="font-size: small">);</span></span>},</p>
<p>position:<span style="font-size: small"><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">"last"</span></span></span>});</p>
<p>Â </p>
<p><span style="font-size: small"><span style="color: #0000ff;font-size: small"><span style="color: #0000ff;font-size: small">function</span></span><span style="font-size: small"> ExportDataToExcel(tableCtrl) {</span></span></p>
<p>ExportJQGridDataToExcel(tableCtrl,</p>
<p><span style="font-size: small"><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">"sample.xlsx"</span></span><span style="font-size: small">);</span></span></p>
<p>}</p>
<p>Â </p>
<p>This is my ExportJQGridDataToExcel function.</p>
<p>Â </p>
<p>function</p>
<p><span style="font-size: small">ExportJQGridDataToExcel(tableCtrl, excelFilename) {</span></p>
<p><span style="font-size: small"><span style="color: #0000ff;font-size: small"><span style="color: #0000ff;font-size: small">var</span></span><span style="font-size: small"> allJQGridData = $(tableCtrl).jqGrid(</span><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">'getRowData'</span></span><span style="font-size: small">);</span></span></p>
<p><span style="font-size: small"><span style="color: #0000ff;font-size: small"><span style="color: #0000ff;font-size: small">var</span></span><span style="font-size: small"> jqgridRowIDs = $(tableCtrl).getDataIDs(); </span></span><br />
<span style="font-size: small"><span style="color: #0000ff;font-size: small"><span style="color: #0000ff;font-size: small">var</span></span><span style="font-size: small"> headerData = $(tableCtrl).getRowData(jqgridRowIDs[0]); </span></span></p>
<p>Â </p>
<p>when i use this</p>
<p>var allJQGridData = $(tableCtrl).jqGrid('getGridParam', 'data');Â  it will give all the records in the grid</p>
<p>when i use this</p>
<p><span style="font-size: small"><span style="color: #0000ff;font-size: small"><span style="color: #0000ff;font-size: small">var</span></span><span style="font-size: small"> allJQGridData = $(tableCtrl).jqGrid(</span><span style="color: #a31515;font-size: small"><span style="color: #a31515;font-size: small">'getRowData'</span></span><span style="font-size: small">); it will give the filtered records and only first page is capturing.</span></span></p>
<p>Â </p>
<p><span style="font-size: small"><span style="font-size: small">Can any one plz help me out how to solve this issue,How can i get all the records in the grid as well as when i filter i need to get selected records.</span></span></p>
]]></description>
        	        	<pubDate>Mon, 27 Oct 2014 21:35:12 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jqgrid - table rendering in single table</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-table-rendering-in-single-table#p31268</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-table-rendering-in-single-table#p31268</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>Unfortunately no.</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 21 Oct 2014 18:00:27 +0300</pubDate>
        </item>
        <item>
        	<title>tony on how to change the background color of row depending on condiiton</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/how-to-change-the-background-color-of-row-depending-on-condiiton#p31253</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/how-to-change-the-background-color-of-row-depending-on-condiiton#p31253</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>1. afterInsertRow is not your solution.</p>
<p>2. afterSubmit as you set is not a grid parameter.</p>
<p>3. You use inlineedit - I suggest you to use aftersavefunc which should be passes as parameter in editRow.</p>
<p>See docs for this purpose.</p>
<p>Â </p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Tue, 21 Oct 2014 16:56:45 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Load more.. jqgrid  bottom instead of pagination</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/load-more-jqgrid-bottom-instead-of-pagination#p31249</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/load-more-jqgrid-bottom-instead-of-pagination#p31249</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Unfortunately we do not support such functionality if I right understand the problem.</p>
<p>Â </p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Tue, 21 Oct 2014 15:58:46 +0300</pubDate>
        </item>
        <item>
        	<title>tony on pager displays incorrectly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/pager-displays-incorrectly#p31238</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/pager-displays-incorrectly#p31238</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>Maybe you use another css which causes this problem.</p>
<p>Try only with grid on page in order to see if the problem comes from another css or styles used on the page.</p>
<p>Â </p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 21 Oct 2014 11:29:06 +0300</pubDate>
        </item>
        <item>
        	<title>mbhosale.work on jqgrid - table rendering in single table</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-table-rendering-in-single-table#p31230</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-table-rendering-in-single-table#p31230</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>By default jqgrid renders as</p>
<p>..hdiv</p>
<p>...htable</p>
<p>....thead &#62; tr // Header Row</p>
<p>..bdiv</p>
<p>..btable</p>
<p>..tbody &#62; tr.. //Content Rows</p>
<p>Â </p>
<p>Would it be possible to render it as single table instead of htable and btable?</p>
]]></description>
        	        	<pubDate>Thu, 16 Oct 2014 15:52:04 +0300</pubDate>
        </item>
        <item>
        	<title>mbhosale.work on Float grid HEADER ROW on content scroll</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/float-grid-header-row-on-content-scroll#p31229</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/float-grid-header-row-on-content-scroll#p31229</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I would like to float the HEADER ROWÂ of the rendered table (hdiv &#62; htable) on page level vertical scroll instead of grid level vertical scroll to the top of the page content.</p>
<p>I tried changing the top on content scroll but the floating header rowÂ flickers on vertical scroll.</p>
<p>Is there any hook/piece of code to achieve this?</p>
<p>Â </p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Thu, 16 Oct 2014 15:46:24 +0300</pubDate>
        </item>
</channel>
</rss>