Hi,

On Thursday March 10 2011 12:40:58 gouravmehta wrote:
> How to set any table row selected. I am using qx.ui.table.Table.
This is a one-liner:

--snip--
table.getSelectionModel().setSelectionInterval(9, 9);
--snip--

With this sample code you do select the 10th row. The previous selection will 
be cleared just as the API describes it.

See at:
http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.selection.Model~setSelectionInterval

Regards,
  Alex

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to