Hello I am trying to use the cfgrid flash format to create an editable grid. But I have no clue as what to do next. Here's the code I have.
It does allow me to type into the grid but I don't know the save part. In the action page, do I put update code. Please advise.

<cfform format="flash" action="test.cfm" name="gridtest" height="600" skin="HALOSILVER">
<cfgrid name="GridTeachers" selectmode="edit" query="getUsers" insert="yes" delete="yes" width="500">
	<cfgridcolumn name="FirstName" header="First Name">
	<cfgridcolumn name="LastName" header="Last Name">    
</cfgrid>
</cfform>

You can use the CFGRIDUPDATE Tag to save your changes in grid

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.