Opps I almost forgot to mention that data on the grid being filtered.
private function gridSelect(event:Event):void{     
  radAll.selected=true; // change category to all
   filterGridData();  // reload all the data on a grid
...
     
 }
        
<mx:List id="liTarget" dataProvider="{top}" dragEnabled="true" 
itemClick="gridSelect(event)"/> 

--- In [email protected], "g07m5064" <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I would like assistance with ideas on how to trigger a selection on
> datagrid based on a selection on a list. The items on the list have
> been  generated by dragging a row from the datagrid. so without the
> user dropping items in the list the list is empty. I would be most
> grateful of your ideas. Thanks.
>


Reply via email to