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 specif

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

2000-08-08 Thread Daniel Kemp
> 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... [snip] Ok here's a cludge fix, which may have some use sometime. -8<-8<-8<-8<-8<-

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

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 it is

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 * Sele

RE: Formatting Data

2000-08-07 Thread Chapman, Katrina
--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 code:

RE: Formatting Data

2000-08-07 Thread Miriam Hirschman
#Nomenclature# -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 gr

RE: Formatting Data

2000-08-07 Thread Chapman, Katrina
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 you're looking for, but try useing grouped outputs: SELECTFieldOne FieldTwo FROM Test #FieldOne# - #FieldTwo# -

RE: Formatting Data

2000-08-07 Thread Mark Armendariz
al Message- From: Miriam Hirschman [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 12:48 PM To: CF Forum Subject: Formatting Data 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, t

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