PDA

View Full Version : Grid selection


nari422
01-19-2009, 04:36 AM
Hi Guys ,

I Created one grid , and in that i get the data from dataset .
i want to get the data(which user selects) perticular row when i select/click perticular row from Grid . Please help me for further processin


e.g.

<tabpane>Customer
<grid id="gri" datapath="Cust:/*">
<gridtext id="id1" datapath="@email">Email<gridtext>
</grid>

output:

nari@gmail.com
adi@gmail.com
siva@yahoomail.com


Q:?
if i select (nari@gmail.com)row i want get the selected row . If got the selected row then i am able to updatethat one according to my requirements......


Thank you guys...