Skip to main content
Inspiring
February 2, 2010
Question

Question about CFGRID

  • February 2, 2010
  • 1 reply
  • 907 views

Hi Folks -

While populating a CFGrid, either through a query or perhaps some other method:

Is it possible to control individual cells within the grid?

Can I add in logic that may change certain cells within the grid to different colors based upon other factors from the query?

I am looking for ways to control the logic as I am displaying the grid.

Thanks,

Doug

This topic has been closed for replies.

1 reply

February 2, 2010

I found cfgrid to have some kind of memory leak after so many calls to a cfm page that included this tag.  Take an extra day and code your own styles to imitate cfgrid - it's really pretty simple. Use div, table, tr, td, css styles, gradient fills, mouse overs, etc. Then you are completely in control! -N

Inspiring
February 2, 2010

Before charging off and rolling your own, possibly check as to whether the jQuery grid offering (http://trirand.com/blog/jqgrid/jqgrid.html) will meet your needs.  It looks pretty cool (I haven't used it).

natedog409, have you got a replicable test case that demonstrates the memory leak in <cfgrid>?

--

Adam

Inspiring
February 2, 2010

Hi Adam -

I was actually looking at that particular solution also. But I need to figure how I can control individual cells

and display tag tips, or change the background color on cells that may have been changed since a previous version.

I need some way to add logic into it.

Any and all ideas are appreciated.

Thanks,


Doug