Playing with some CFGRID examples on ColdFusion 9, I noticed some major slowdown without a lot of records being loaded. Being on a locally hosted server off my workstation that concerned me even more.
I have a lot of CRUD pages for various parts of a management system we're re-writing as a Software-as-a-Service app that would be great candidates for a CFC that creates a CFGRID (or something similar) with dynamic functionality. However playing with my examples, I worry about real-world use and larger datasets making them judge our app for something that isn't its fault. Currently I follow the old tried and true model of an HTML table that displays data, a link to edit that goes to a form, etc. Inline editing would work great for a lot of these screens, so a grid-based format seems ideal. Has anyone had any great success with moving away from the old-school approach to something a little more modern? I'm on a dual-core box with 2 gigs of ram, which might be a tad higher than I'd expect from our users. I'm looking for something that does what I need it to do but without that "clunky" feeling. Am I just not customizing CFGRID well enough, or am I on to something you've realized as well? TIA :) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333453 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

