PDA

View Full Version : how to get Text Data from gridcolumn


hardik
02-01-2007, 09:03 AM
Hello,

I want to get the text value of each row when selected,

Inside gridcolumn I have <text> I want to get that text values, how should I get it


<gridcolumn name="fname" fontsize="12" width="294"> Event Name
<text name="name" datapath='name/text()'/>
</gridcolumn>


Thanks in advance

Hardik

hardik
02-02-2007, 12:13 PM
Well, finally I got the solution.

use grig.getSelection method to get the array of datapointers, of one row or one or more rows. Antun, post helped me... you can check it here

http://forum.openlaszlo.org/showthread.php?t=822

Cheers,
Hardik