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

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
I'm not sure if this is what you're looking for, but try useing grouped outputs: SELECTFieldOne FieldTwo FROM Test #FieldOne# - #FieldTwo# - #FieldTwo# I apologize for the sloppyness of the example, but i hope you get the idea.. Mark -Original Message---