<?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 can I get iRow and iCol?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-can-i-get-irow-and-icol</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-can-i-get-irow-and-icol/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Harv on How can I get iRow and iCol?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-can-i-get-irow-and-icol#p19288</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-can-i-get-irow-and-icol#p19288</guid>
        	        	<description><![CDATA[<p>There is a method used when doing cell editing called editCell that requires you to pass in iRow and iCol.&#160; How can I get iRow and iCol for the cell I want so that I can programatically call this method?&#160; It seems the only way to get these values is via an event firing on the grid, but what if I want to use my own button somewhere else to manipulate the grid?</p>
<p>For instance I want to select a cell or edit a cell based on a button press in some other part of the page.</p>
<p>My main problem is that I want to add a row to the grid, but I have cell editing enabled, so I can&#39;t select the new row with the setSelection method because then clicking on any other cell in the grid leaves the other row selected.</p>
<p>I enabled Cell Editing so that when a user clicks on a particular cell I can fire an event based on what they clicked using onSelectCell.</p>
]]></description>
        	        	<pubDate>Wed, 25 Aug 2010 00:02:21 +0300</pubDate>
        </item>
</channel>
</rss>