There isn't a recommended number, There are a lot of variables so publishing a recommendation is a little hard. It's pretty much up to you on what you think is reasonable. With that said, what you are seeing makes sense, we know that the flash components can't handle the amount of data that the applets can. This is one reason we didn't get rid of the applets (some people love to dump a lot of data into the grid). I would try to keep the amount of data as low as possible, especially if you have users with older and slower machines.
Hth, ---nimer -----Original Message----- From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 8:29 PM To: CF-Talk Subject: Re: CFMX 7 Cfgrid Flash vs Applet Mike, just tried this this way: <cfquery name="test" datasource="iislogs"> select top 100 * from CFObjectiveLog </cfquery> <cfform format="Flash" width="800" height="600" skin="haloBlue"> <cfformgroup type="Hbox" width="600" height="500"> <cfgrid name="testGrid" query="test" width="1000" height="#test.recordcount*21#" /> </cfformgroup> </cfform> That's COOL... but, doing this this way, if I get to around 500 records, the thing bogs down and dies. Firefox actually asks permission to kill the Flash scripts. Is there a recommended max recordcount for Flash cfgrid counts? Thanks, Jared On Sun, 13 Mar 2005 18:40:30 -0500, Mike Nimer <[EMAIL PROTECTED]> wrote: > Place the grid inside a cfformgroup type="Hbox", and set the > height/width of the group to fit your layout, and the height/width of > the grid to match the size of the data. > > Hth, > ---nimer > > -----Original Message----- > From: Brook Davies [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 10, 2005 9:51 PM > To: CF-Talk > Subject: CFMX 7 Cfgrid Flash vs Applet > > I was excited to use the new flash format with the CFGRID tag. And > while it looks great for small recordsets with a low column count, it > is nowhere near as fast as the applet version and loads very slowly > when the columns are greater than 20 or so. Has anyone had any > positive experiences with the grid? It looks awesome, just seems a bit sluggish. > Also, its sluggish when scrolling large recordsets (large actually > just being 300+ records). > > I'm also looking for way to enable horizontal scrolling with the flash > cfgrid. Is this possible? > > Brook > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198685 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

