Re: [flexcoders] Use of DataGridRow

2005-05-10 Thread Manish Jethani
On 5/10/05, rockmoyosa <[EMAIL PROTECTED]> wrote: > I tried myDatagrid.rows, no results but with rowCount it returns there > are x number of rows. What do you mean by "no result"? The following code works just fine. Clicking on the button shows the string representation of the row objects one b

[flexcoders] Use of DataGridRow

2005-05-10 Thread rockmoyosa
What I need to know is how you can use DatagridRow or how I can get all rows in a Datagrid. I tried myDatagrid.rows, no results but with rowCount it returns there are x number of rows. I want to try something like setting a dataprovider of a Datagrid and for every row I want to play an effect. But