Single Field Selection in Flash CFGrid

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Single Field Selection in Flash CFGrid

    Unlike the applet version of the CFTree, the Flash version of CFTree will only
    select an entire row unless edit is the selectmode.

    I want to pass the column that was selected for a certain row so that I can
    dynamically assign a drop down list selection to the corresponding selected
    grid field. Here is what I am trying to do:

    The grid is based off of a query in which there are items with categories,
    items with the same name and individual items with distinct IDs. I want to be
    able to select the item category, item name or individual item and assign a
    "vendor" to the entire category/item name/individual item dynamically based on
    the selected field. I don't want the grid items to be editable.

    Any suggestions other than use the applet version?

    Braden Guest

  2. Similar Questions and Discussions

    1. Multiple values into a single field
      Hi, I've created a form that is all radio buttons, each question looks like: <legend>Choose the option which best describes your hair...
    2. Datagrid: single cell selection
      Did anyone ever reply to this question yet? Please do if you know. Thanks.
    3. CFGRID with bind to text field --- IS IT ME????!
      Ok...I'll keep it simple. I cannot get the binding feature to work in CF with cfgrid and cfform together. I am taking the example from the...
    4. CFGRID format='flash' masking a number Field
      Home do I format a Number field from a query in a grid format='flash'? <gridcolumn field='qty' header='Quantity' how do I use the mask?
    5. display text field based on the selection choices
      I want to display credit card fields when the user selects the option paid membership. If user selects the option free membership, then the credit...
  3. #2

    Default Re: Single Field Selection in Flash CFGrid

    You are correct, this is a limitation of the Flash control. However, once a row
    is selected you can programatically (using ActionScript) access any cell in
    that row (even cells not shown). But you can't select just a single cell, sorry.

    BenForta 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