<cfform name="event_form" action="event_action.cfm" method="post">
<cfgrid format="html" name="event_grid" selectmode="edit" insert="true"
autowidth="true">
<cfgridcolumn name="reported_terms" header="Reported Terms">
<cfgridcolumn name="onset_date" header="Onset Date" type="date"
select="true" >
<cfgridcolumn name="outcome" header="Outcome" values="#variables.outcome#"
valuesdisplay="#variables.outcome#" select="true">
<cfgridcolumn name="abated_date" header="Abated Date">
<cfgridcolumn name="serious_criteria" header="Serious Criteria"
values="#variables.serious#" valuesdisplay="#variables.serious#"
select="true"  width="600">
</cfgrid>
</cfform>

---

<cfgridcolumn name="onset_date" header="Onset Date" type="date"
select="true" >

Reading through the help files and I can't see why type date does not bring
up a date selector since selectmode = edit.

What am I doing wrong?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328277
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to