Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Braden #1
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
-
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... -
Datagrid: single cell selection
Did anyone ever reply to this question yet? Please do if you know. Thanks. -
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... -
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? -
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... -
BenForta #2
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



Reply With Quote

