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