Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Seth Buntin #1
Flash cfgrid not displaying
I am trying to populate the cfgrid with the query information. The browser
isn't displaying the flash grid but will display the grid if I change the
format to applet. I don't know where to go from here:
<cfform>
<cfgrid name="registrants" query="getregistrants" format="applet"
height="400" width="525" >
<cfgridcolumn name="fname" values="fname" header="First Name">
<cfgridcolumn name="lname" values="lname" header="Last Name">
<cfgridcolumn name="email" values="email" header="Email">
<cfgridcolumn name="school" values="school" header="School">
<cfgridcolumn name="district" values="district" header="District">
<cfgridcolumn name="grade" values="grade" header="Grade">
<cfgridcolumn name="subject" values="subject" header="Subject(s) Taught">
</cfgrid>
</cfform>
Thanks,
Seth
Seth Buntin Guest
-
cfgrid not displaying data
Ask your host to check the CFIDE mapping. I had a similar issue. It should be mapped by default, but sometimes it is not. Hope that helps! -
Cfgrid not displaying updated data till mouse over
Hi Everyone, I have a cfgrid at the top the page. Users select a record and edits it on the button portion of the page. I use flash remoting to... -
CFGRID Not Displaying - Urgent
http://69.2.212.105/ext/sl/manage_leads.cfm?User_ID=1 Why doesn't my grid appear? <cfform action="#CGI.SCRIPT_NAME#" method="post"... -
Flash CFGRID
I'm unable to update a table when using the <cfgridupdate> tag. My <cfgrid> is correctly populated with a query and I can change information on the... -
CFGRID - Problems displaying in IE
Is anyone having problems getting the CFGRID (with the java plugin option) to display on IE. I'm finding that its working ok on Windows 2k boxes,...



Reply With Quote

