<?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: How get the click event of buttons pagination?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-get-the-click-event-of-buttons-pagination</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/how-get-the-click-event-of-buttons-pagination/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>marciaKeglevich on How get the click event of buttons pagination?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-get-the-click-event-of-buttons-pagination#p29036</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-get-the-click-event-of-buttons-pagination#p29036</guid>
        	        	<description><![CDATA[<p>Well, after a long research, I found&#160;the solution for my case using this code :</p>
</p>
<p>$(&#39;#idGrid&#39;).setGridParam({</p>
<p><span style="white-space: pre;"> </span>onPaging: function() {</p>
<p><span style="white-space: pre;"> </span>//make something here</p>
<p><span style="white-space: pre;">&#160;</span><span style="white-space: pre;"> </span>}</p>
<p>});</p>
</p>
<p>Few lines that caused me a headache 🙁</p>
</p>
<p>Anyway, I hope this helps someone 🙂</p></p>
]]></description>
        	        	<pubDate>Wed, 19 Jun 2013 19:31:32 +0300</pubDate>
        </item>
        <item>
        	<title>marciaKeglevich on How get the click event of buttons pagination?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-get-the-click-event-of-buttons-pagination#p29019</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-get-the-click-event-of-buttons-pagination#p29019</guid>
        	        	<description><![CDATA[<p>Hi guys,</p>
<p>I&#39;m new at the forum and I need some help to get the click event of pagination buttons,&#160;</p>
<p>I don&#39;t know if it&#39;s possible to make this, I tried get the event by this way, using the css class&#160;</p>
<p>and using the functions .live(); and .click();</p>
<p>But none of these functions get the click event.</p>
</p>
<p>$(&#39;.ui-icon ui-icon-seek-next&#39;).live(&#39;click&#39;, function () { });</p>
<p>$(&#39;.ui-icon ui-icon-seek-next&#39;).click(function() { });</p>
</p>
<p>In this example, I tried to get the event of the button &#39;next&#39; in the pagination, but I think other plugin event calls the button first.</p>
<p>Sorry for my bad english guys and thanks anyway.&#160;</p>
]]></description>
        	        	<pubDate>Mon, 17 Jun 2013 22:10:23 +0300</pubDate>
        </item>
</channel>
</rss>