How to display a set of data in a data grid when drivenby a combo box?

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default How to display a set of data in a data grid when drivenby a combo box?

    I am trying to build a page where the user can select a syle of food (i.e.
    chinese, italian etc) from a combo. I would then want the relevent restaurants
    to be displayed, possibly in a DataGrid. Is this easily do able like this?
    Would i need more than 1 XML file.

    Si Fi Guest

  2. Similar Questions and Discussions

    1. Problem with Data Grid reading dynamic data
      I have created a website that uses datagrids to read data from an asp page. It works great, and fills the datagrid perfectly but it does not work...
    2. Sorting data grid with combo box
      I have a data grid that is using cell rendering in one of the columns to produce a combo box. The combo box does not seem to keep its value when I...
    3. How to append data in data grid from response
      I am displaying the data say 10 records in the data grid from the HTPPResponse. I am having button below the data grid named " more". When user...
    4. Drag and drop data between cells in a data grid
      Check out this, dino has explained how to do drag and drop in datagrid http://msdn.microsoft.com/msdnmag/issues/04/01/CuttingEdge/default.aspx --...
    5. Display data from database in a scrollable data grid on an ASP Page
      Hi All, I want to display data from database in a scrollable data grid on an ASP Page. I want to use it for entering data also. Should i have to...
  3. #2

    Default Re: How to display a set of data in a data grid whendriven by a combo box?

    There is a tutorial on this forum that could really help you, try this:
    [url]http://www.macromedia.com/devnet/mx/flash/articles/flash_xmlphp.html[/url]
    conquerors04 Guest

  4. #3

    Default Re: How to display a set of data in a data grid whendriven by a combo box?

    what if you dont have a dynamic source to pull the data from.. what if you
    have 2 static XML files and you need to pull the businesses for a selected
    catagory out of the static XML files.. is that possible?

    ay13 Guest

  5. #4

    Default Re: How to display a set of data in a data grid whendriven by a combo box?

    I managed to create a combo box that lets the user choose the style of food,
    which then display all the relevent restaurants details. I used just one static
    XML file for this.

    check it out

    [url]www.yourbirmingham.co.uk/restaurants.htm[/url]

    Si Fi Guest

  6. #5

    Default Re: How to display a set of data in a data grid whendriven by a combo box?

    How were able to do that. I am a noob and all i have been able to do is use the
    xmlconnector to populate a datagrid. I want ot be able to select data from the
    combo box or datagrid to populate a text area like you did

    mobiusi Guest

  7. #6

    Default Re: How to display a set of data in a data grid whendriven by a combo box?

    First off I created 1 XML file that contains all of the info I wish to display.
    It also includes a node for the type of resturant.

    I then pretty much followed a tutorial:
    [url]http://www.macromedia.com/devnet/flash/articles/xmlconnector.html[/url]

    Let me know how you get on.

    Si Fi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139