Has anyone here written code that would update the data in another datagrid based upon the selected value in the first datagrid. I'm new to Flex and just getting my hands around all of this.
For example, I have a list of tasks in the first datagrid. When a user selects a task, it populates another datagrid with all of the sub tasks that belong to that task by executing a SQL query. Any help in getting me started. I already have to code for the first datagrid. By the way, I am using Flash Remoting to assign my dynamic data into the datagrid. Thanks... Paul C.

