Hi All,
I am populating a datagrid with
dataProvider="{teachernameRequest.lastResult.teacherlist.teacherid}"
The data provider is, id="teachernameRequest"
url="http://192.168.0.5/amfphp/services/teachername.php" method="POST"
The datagrid shows the data from a Mysql db fine.
I have not created an array to hold the returned data nor have I used
e4x, it mearly appears to be populating the datagrid directly.
My question is:
What property (or attribute) in the datagrid is actually holding the
data???
TIA
Danny