3.2.0

How do I retrieve the data from a specific CSV Cell

Can someone please tell me how to get data out of a Grid once I loaded a CSV.Table into the Grid. I've tried so many variations of getCellText(0,0), getText(0,0); getData(0,0). on the table as well as the Grid. How is this done? I don't seem to see any documentation on this...and I've looked through the forums for the last hour.

thanks,
pissed off developer!

Pissed Off Developer
September 9,
grid.getCellText(col, row) must work. Most likely you are trying to read the data before it arrived. Try changing the request to synchronous -

http://www.activewidgets.com/aw.http.request/async.html
Alex (ActiveWidgets)
September 10,

This topic is archived.

See also:


Back to support forum