Skip to Content
0
Former Member
Nov 06, 2012 at 11:31 AM

How to get the value of listview using custom.js file

35 Views

Hi

while displaying out mbo detail in listview after clicking any link it shows the particular details...But i want to get the individual value of cell in a listview using custom.js file..if anyone know the coding please send me....

For Example:

while running my application it show the output like this

101

xxxx

zzzz

yyyy

201

aaaa

bbbb

ccccc

if we click on the first link it shows

no:101

name:xxxx

city:zzzz

state:yyy

in this i want to get the value by custom.js file not from the details view...

101

xxxx

zzzz

yyyy

this value....101 value i want to get it from this screen it is in listview cell0,cell1 and so on..how to get the particular value of each cell....

Regards

Sathiya