<?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: focusing on grid without clicking on it!</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/focusing-on-grid-without-clicking-on-it</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/focusing-on-grid-without-clicking-on-it/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on focusing on grid without clicking on it!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/focusing-on-grid-without-clicking-on-it#p5032</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/focusing-on-grid-without-clicking-on-it#p5032</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Maybe it will be included in 3.5 release.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 28 Feb 2009 14:48:13 +0200</pubDate>
        </item>
        <item>
        	<title>Kirill on focusing on grid without clicking on it!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/focusing-on-grid-without-clicking-on-it#p4985</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/focusing-on-grid-without-clicking-on-it#p4985</guid>
        	        	<description><![CDATA[<blockquote>
<p>Uter said:</p>
<p>I would love to see such a feature - I would need it also.</p>
<p>I want to use Hotkeys to jump to the rows (Example: Hitting CTRL + 1 would set Focus cell 1 [because I'm using cell-editing] in row 1).</p>
</p>
<p>Does someone have experience with such a topic ?</p>
<p>Or does anyone have some tips for me ?</p>
</p>
<p>cherrs,</p>
<p>Uter</p>
</blockquote>
<hr />
<p>I'm look through file grid.celledit.js and understand that editCell(iRow,iCol, ed, fg) - is exactly that it I need!</p>
<p>I'm writing this:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9433' value='Select Code' data-codeid='sfcode9433' /></p>
<div class='sfcode' id='sfcode9433'>loadComplete: function(){<br />
var grid = jQuery('#grid_variant');<br />
...<br />
grid.editCell(1,1,true,true);<br />
}</div>
<p>And select cell (1,1).</p>
<p>Uter You may type e.g. so:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5041' value='Select Code' data-codeid='sfcode5041' /></p>
<div class='sfcode' id='sfcode5041'>$('body').keydown(function(e){<br />
if(e.keyChar == YOU_KEY)<br />
{<br />
  var grid = jQuery('#grid_variant');</p>
<p>  if(grid.children().length)<br />
    grid.editCell(1,1,true,true);<br />
}<br />
});</p>
</div>
<p>But now I don't, how can I blur selection?!<br />
I need it also!<br />
Is any body some suggestion ?</p>
]]></description>
        	        	<pubDate>Thu, 26 Feb 2009 10:40:07 +0200</pubDate>
        </item>
        <item>
        	<title>Uter on focusing on grid without clicking on it!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/focusing-on-grid-without-clicking-on-it#p4975</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/focusing-on-grid-without-clicking-on-it#p4975</guid>
        	        	<description><![CDATA[<p>I would love to see such a feature - I would need it also.</p>
<p>I want to use Hotkeys to jump to the rows (Example: Hitting CTRL + 1 would set Focus cell 1 [because I&#39;m using cell-editing] in row 1).</p>
</p>
<p>Does someone have experience with such a topic ?</p>
<p>Or does anyone have some tips for me ?</p>
</p>
<p>cherrs,</p>
<p>Uter</p>
]]></description>
        	        	<pubDate>Thu, 26 Feb 2009 06:30:06 +0200</pubDate>
        </item>
        <item>
        	<title>Kirill on focusing on grid without clicking on it!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/focusing-on-grid-without-clicking-on-it#p4951</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/focusing-on-grid-without-clicking-on-it#p4951</guid>
        	        	<description><![CDATA[<p>Hi!<br />
 I'm already register and in some confused... Don't now how asking...but I'm try...<br />
I have a bottom, after click on it, generates grid and data loaded on it.<br />
Then I want to select row in grid without using mouse, in js code.<br />
I'm tried </p>
<p><input type='button' class='sfcodeselect' name='sfselectit4010' value='Select Code' data-codeid='sfcode4010' /></p>
<div class='sfcode' id='sfcode4010'>loadComplete: function(){<br />
		var grid = jQuery('#grid_variant');<br />
		var ids = grid.getDataIDs();<br />
		grid.setSelection(ids[0], true);<br />
...<br />
               }</div>
<p>But setSelection() only highlight row and I can't using arrows UP, DOWN, LEFT, RIGHT to move from cell to cell...</p>
<p>The problem is that there no focus on grid.<br />
I'm sure there are solves exists this problem.<br />
Please, help me solve this problem, it's really important for me!</p>
]]></description>
        	        	<pubDate>Wed, 25 Feb 2009 10:25:31 +0200</pubDate>
        </item>
</channel>
</rss>