Re: [flexcoders] Populating DataGrid using Remote Object with arguments

2005-02-25 Thread Manish Jethani
dhiren9 wrote: Doing it like this does not work: You could do this: Manish

RE: [flexcoders] Populating DataGrid using Remote Object with arguments

2005-02-25 Thread Clint Tredway
look at using the initialize attribute of the Application tag. You set thisto a function and when the app loads, this function is fired. BUT - in this case I would set the function on the grids creationComplete so that when the grid is created the function will fire and your data will load. --