vikaskukreti
08-01-2009, 07:43 AM
I am using Flex with Cold Fusion and MS SQL Server.
I have an edit form which is having few list boxes.When I select a record from grid it opens the data of the selected record in editable form.But the listbox does now show the selected Values
To explain the scenario in advance , the data in both list box and grid is coming from database and when i select a row from the grid (i.e on the grid selection event i called a HTTP service which extract the data from the DB on the basis of this particular row id and then i created a function which matches data with the list box item inside the loop and the data which get match will be selected)
I have an edit form which is having few list boxes.When I select a record from grid it opens the data of the selected record in editable form.But the listbox does now show the selected Values
To explain the scenario in advance , the data in both list box and grid is coming from database and when i select a row from the grid (i.e on the grid selection event i called a HTTP service which extract the data from the DB on the basis of this particular row id and then i created a function which matches data with the list box item inside the loop and the data which get match will be selected)