|
populating grid based on filtered values in dropdown
i am very new to flashbuilder & flex mobile applications , jst started directly with databse application thr’ webservice
so in flash builder i have selected flex mobile project
consumed the webservice in the flex application
i have 3 dropdownswhich r populated with data from database thr' web services
i have a grid & a button
i need the grid to be populated with data from databse depending on the values selected from the 3 dropdowns
ie Filter concept
i am not able to do it
ccurrently i have 3 dropdown populated with fields using webservice & a grid control
how to write the filtered query & execute it in the burron click event
|