View Full Version : [AS2] Datagrid Complete EventListener?
fwhilton
09-25-2008, 12:42 PM
Hi,
Is there a listener event for the datagrid component?
I want to know when my data has finished loading the grid.
Thanks
:)
fwhilton
09-25-2008, 01:17 PM
By the way...
I am loading the data from a text file.
:)
fwhilton
09-25-2008, 01:46 PM
Well... will this work?
datagrid.doLater(this, "doneloading");
function doneloading(){
trace("Done Loading");
}
It seems to work, however is it really firing after the data has loaded in the datagrid?
What do you think?
fwhilton
09-25-2008, 08:13 PM
Well... the doLater() doesn't work.
So, my question is still unanswered.
:)
fwhilton
09-26-2008, 11:09 PM
Hmmmm....
Doesn't anybody know?
:confused:
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.