Hi,
Take a look at the tail end of an earlier thread entitled "ColdFusion MX to
DataSet to DataGrid..?"
I've been trying to suss out the same thing! I'f you beat me to it please let
me into to secret ;-)
Mike
Rowan - 23 Feb 2004 15:47 GMT
The trick is within the CFC .. you need to set the FLASH.pagesize parameter
<cfset FLASH.pagesize = 10> .. without this, the modelChanged method does not
work. The example here sets it to 10 rows, but this can be any number you like
..
Email my directly if you need further assistance.