I have a grid that loads data from ds just fine and dandy. What I need to do, is when the user clicks on the row, I need to send a variable back to PHP and query the db to return the result. I have this done via a listener and have ds2 load when user selects a row. But the second datastore form population isn't working. I can't really add the ds2 record to the first because they come from separate tables that do not have the same schema. I've been looking at this code, searching the forums, and going through the learning center/faqs for the past three hours. If someone could just tell me why I would be extremely thankful. Thank you!
Note: Firebug console: The ds2 does load. Now I need to access that data in the form. Should I do a drill-down for the form? ds2.sfein.value?