Using CF9

 

Trying to do a simple cfgrid with numeric data in some columns.

 

It just wont work

 

<cfform name="dataForm">

     <cfgrid format="html" name="dataGrid" query="query" height="400">

           <cfgridcolumn name="name" width="120" header="Name" />

           <cfgridcolumn name="salary" width="60" header="Salary"
type="numeric" />

     </cfgrid>

</cfform>

 

 

Even though I specify numeric when sorting, salary always sorts alpha.

 

I cant find anything in google that suggests a bug or workaround, this
should work.

 

Regards

Dale Fraser

 

 <http://dale.fraser.id.au> http://dale.fraser.id.au

 <http://cfmldocs.com/> http://cfmldocs.com

 <http://learncf.com> http://learncf.com

 <http://flexcf.com> http://flexcf.com

 

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to