Hi,

How do I set focus on a particular cell(row,col) of a table, so that a 
simple "enter" key press makes it editable?


The methods I call are:

> table.setShowCellFocusIndicator(true);
> table.setFocusedCell(0, 0, true);

Upon data load, the first row is focused, but no row is selected. 
However, I can't press "enter" now and start editing any of the rows, 
though I can select rows by pressing shift+up or down.

However, when I focus with mouse, I can edit it by pressing "enter" key 
and a new cell focus rectangle is shown around the editable cell. 
Without the mouse click, there is only the row focus and row selection 
indicators.

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to