Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFgrid's problem

Status
Not open for further replies.

jianhua

Programmer
Jun 22, 2001
55
US
We're doing an upgrade from cf4.5 to cfmx, and having problems with cfgrid. Does anyone know how to fix it?

Thanks in advance!
Jianhua
 
CFGRID is the scurge of ColdFusion Server ;-)

You didn't mention your exact problem (which would've been helpful), but I've had nothing but one problem after another with CFGRID MX. I could usually get it working under CF5.0, but now that I'm trying it under MX, it fails to initialize on almost 80% of our test machines... and that's after you get the very ugly error about needing to install Java2 and get all that worked out.

And even when it did work, you always got the stupid "Java Plug-in Security Warning" because Macromedia was too cheap to actually get a real certificate (not acceptable in a "enterprise-calibre solution", IMHO)

We ended up building our own in pure CFML... it's a bit slower than CFGRID, but we got built-in caching after the initial load, and built some sorting routines. So "slow at first" vs. "doesn't work at all" is an acceptable trade-off.

Doesn't help you that much, I know... other than a little co-misery.

I think if you just spent a little bit of time writing your own equivilent, you'll end up being much happier.


-Carl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top