Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mattlangston #1
highlight selected row of a flash <cfgrid>
My flash <cfgrid> displays a query. The query contains two columns named 'id'
and 'name'. I have one <cfgridcolumn> embeded in the <cfgrid> to display the
values of the 'name' column. I use a hidden form field to capture the value of
the row selected by the user so that I can send the currently selected value of
the 'id' column back to the server like so: <cfinput type='hidden' name='id'
bind='{versionGrid.selectedItem.id}' /> This all works, but my problem is that
the <cfgrid> doesn't highlight the selected row after the postback. My question
is, how do I tell the <cfgrid> to hightlight the row with the value a specific
value of the 'id' column? If I were using a DataGrid in FlashMX 2004 I would
set the selectedIndex property of the DataGrid using ActionScript. How do I
set the initially selected row of a <cfgrid> in ColdFusion MX7?
mattlangston Guest
-
Can't see highlight when text is selected.
I'm using Illustrator 10 and by accident one day think I hit the F keys or something because now when I select text, I can't see what text I have... -
Selected Text - highlight color is invisible
I'm having some trouble with Illustrator 10 .. the document in question has a white background and black text. Normally when I select text with the... -
cfgrid auto highlight top entry?
Hello, I am wondering if there is a wy for cfgrid to automatically highlight the an entry as selected when the form loads in flash? Thanks in... -
CFGRID row highlight programtically
Can you programatically set a row to be highlighted in a CFGRID? I want to have the first row selected every time the form is loaded so as to... -
testing whether row/item selected in cfgrid on submitformat=flash
I have a cfgrid format=flash. Can you demonstrate how to validate that a row has been selected when the user clicks submit and provide feedback if a...



Reply With Quote

