> How to select entire row in a table having more than
> one column.
> i.e. suppose i have a three column in a table when i
> click on either of the column for a perticular row,i
> want entire row will be selected.
> 
> Is it possible, if yes then how?

A table can only have one cell selected.

You have to figure out a workaround:

The common one is to draw the table with one column and
to render "virtual" cells - not too hard to do unless you
have textfields inside).

But you can also invert the other columns manually by tracking
penDown/Move and Up events. I'd consider this approach as quite
error prone.

With kind regards / Mit freundlichem Gruß
    Holger Klawitter
--
Holger Klawitter
[EMAIL PROTECTED]                             http://www.klawitter.de


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to