Formatting data in AJAX CFGRID

2009-10-05 Thread Pete Ruckelshaus
I'm using an Ajax CFGRID control and I'm looking for a way to format some of the numeric content. The current content is something like 38.33 and I'd like to shorten it to a number format along the lines of 38.33 (i.e. only 2 decimal places). How might I accomplish this? Next up,

Re: Formatting data in AJAX CFGRID

2009-10-05 Thread Cutter (ColdFusion)
The first step is to add a custom cell renderer to a column. Take a look at this post for info on that: http://blog.cutterscrossing.com/index.cfm/2007/11/30/CF8-Ajax-Grid-Renderers-and-Events Then, you'll want to tap into the underlying Ext library. Take a look at the ExtJs 1.1 API, and

Formatting Data

2000-08-07 Thread Miriam Hirschman
I have a collection to pull up records based on a text string that a user types in. My queries based on my collection return the correct data. However, the data is like this a b a c a d b q c s c w d r e t e b I want it to be like this a

RE: Formatting Data

2000-08-07 Thread Mark Armendariz
dOne# - #FieldTwo# CFoutput - #FieldTwo# /CFOutput /CFOutput I apologize for the sloppyness of the example, but i hope you get the idea.. Mark -Original Message- From: Miriam Hirschman [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 12:48 PM To: CF Forum Subject: Formatting Data I ha

RE: Formatting Data

2000-08-07 Thread Chapman, Katrina
FieldTwo# /CFOutput /CFOutput Thank you, Katrina Chapman ColdFusion Web Developer Systems Development -Original Message- From: Mark Armendariz [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 9:55 AM To: [EMAIL PROTECTED] Subject: RE: Formatting Data I'm not sure if this is what yo

RE: Formatting Data

2000-08-07 Thread Miriam Hirschman
op -Original Message- From: Mark Armendariz [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 12:55 PM To: [EMAIL PROTECTED] Subject: RE: Formatting Data I'm not sure if this is what you're looking for, but try useing grouped outputs: CFQuery name="test" datasource="#

RE: Formatting Data

2000-08-07 Thread Chapman, Katrina
#Nomenclature#brbr /cfoutput /cfoutput This should fix it. --K -Original Message- From: Miriam Hirschman [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 10:15 AM To: [EMAIL PROTECTED] Subject: RE: Formatting Data HI, It didn't reaaly change the display Here is my

RE: Formatting Data

2000-08-07 Thread Miriam Hirschman
Tha didn't change anything. Am I having a problem because it is in a loop? -Original Message- From: Chapman, Katrina [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 1:24 PM To: [EMAIL PROTECTED] Subject: RE: Formatting Data First things first. Don't select * Select program

RE: Formatting Data

2000-08-07 Thread Katrina Chapman
You might be. Can we see the template in action? --K -Original Message- From: Miriam Hirschman [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 10:45 AM To: [EMAIL PROTECTED] Subject: RE: Formatting Data Tha didn't change anything. Am I having a problem because

RE: Formatting Data

2000-08-07 Thread Miriam Hirschman
: Formatting Data You might be. Can we see the template in action? --K -Original Message- From: Miriam Hirschman [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 10:45 AM To: [EMAIL PROTECTED] Subject: RE: Formatting Data Tha didn't change anything. Am I having a problem because